:root {
  --bg: #0a1120;
  --bg-soft: #0f1b30;
  --bg-deep: #070d18;
  --paper: #f7f5f0;
  --surface: #ffffff;
  --ink: #14202f;
  --ink-soft: #4a5568;
  --muted: #8a94a6;
  --line: #e6e2da;
  --line-strong: #d3cdc0;
  --brand: #2b59ff;
  --brand-2: #11b3a3;
  --brand-3: #7c3aed;
  --accent: #e0531a;
  --gold: #c9962f;
  --grad-brand: linear-gradient(120deg, #2b59ff 0%, #11b3a3 55%, #7c3aed 100%);
  --grad-warm: linear-gradient(120deg, #e0531a, #c9962f);
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 30px 70px -30px rgba(11, 22, 40, 0.55);
  --shadow-soft: 0 18px 40px -24px rgba(11, 22, 40, 0.4);
  --maxw: 1160px;
  --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --mono: "Space Grotesk", "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.12; margin: 0 0 .5em; font-weight: 600; }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  display: inline-block;
  font-family: var(--mono);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 14px;
  position: relative;
  padding-left: 26px;
}
.eyebrow::before {
  content: "";
  position: absolute; left: 0; top: 50%;
  width: 18px; height: 1px; background: var(--brand);
}

.grad-text {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ===== Scroll progress ===== */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 4px; width: 0%;
  background: var(--grad-brand);
  z-index: 100; transition: width .1s linear;
  box-shadow: 0 0 12px rgba(43,89,255,.6);
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  cursor: pointer; border: 1px solid transparent; font-family: var(--font);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad-brand); color: #fff; box-shadow: 0 14px 30px -12px rgba(43,89,255,.7); background-size: 160% 160%; }
.btn-primary:hover { background-position: 100% 0; filter: brightness(1.05); }
.btn-ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.28); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-outline:hover { background: var(--brand); color: #fff; }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 16px; font-size: .85rem; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(12,19,34,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.brand-mark { color: var(--brand-2); display: inline-flex; }
.brand-name { font-family: var(--display); font-size: 1.25rem; font-weight: 700; letter-spacing: -.01em; }
.brand-accent { color: var(--gold); }
.brand-sub {
  font-family: var(--mono); font-size: .62rem; letter-spacing: .22em;
  color: #9aa6bd; border-left: 1px solid rgba(255,255,255,.2); padding-left: 10px; margin-left: 4px;
}
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: #cbd5e1; font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: var(--brand); color: #fff !important; padding: 9px 18px; border-radius: 999px; }
.nav-cta:hover { background: #1a40b8; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: .25s; }

/* ===== Hero ===== */
.hero { position: relative; color: #fff; overflow: hidden; padding: 110px 0 130px; }
.hero-pattern {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 520px at 85% -15%, rgba(17,179,163,.34), transparent 60%),
    radial-gradient(760px 520px at 5% 5%, rgba(43,89,255,.46), transparent 55%),
    radial-gradient(600px 400px at 60% 110%, rgba(124,58,237,.30), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
}
.hero-photo {
  position: absolute; inset: 0; z-index: 0;
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1920&q=80");
  background-size: cover; background-position: center; opacity: .22;
}
.hero-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,16,32,.72), rgba(11,16,32,.86));
}
.hero-pattern::after {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(circle at 70% 30%, #000, transparent 78%);
  mask-image: radial-gradient(circle at 70% 30%, #000, transparent 78%);
}
.hero-blob {
  position: absolute; width: 520px; height: 520px; right: -120px; top: 40px;
  background: conic-gradient(from 120deg, rgba(43,89,255,.5), rgba(17,179,163,.4), rgba(124,58,237,.5), rgba(43,89,255,.5));
  filter: blur(70px); opacity: .55; border-radius: 50%; z-index: 0;
  animation: float 14s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-26px) scale(1.06); } }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4.1rem); font-weight: 600; }
.lead { color: #cbd5e1; font-size: 1.12rem; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; margin: 28px 0 36px; flex-wrap: wrap; }
.hero-stats { list-style: none; display: flex; gap: 40px; padding: 0; margin: 0; flex-wrap: wrap; }
.hero-stats strong { display: block; font-family: var(--display); font-size: 2rem; color: #fff; }
.hero-stats span { color: var(--muted); font-size: .88rem; }

.hero-visual { display: flex; justify-content: center; }
.report-card {
  width: 100%; max-width: 380px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-lg);
  padding: 24px; box-shadow: var(--shadow); backdrop-filter: blur(14px);
  position: relative; z-index: 1;
}
.report-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-weight: 600; font-size: .95rem; }
.report-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--brand-2); box-shadow: 0 0 0 4px rgba(17,179,163,.3); }
.report-metric { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.report-metric span { color: #cbd5e1; font-size: .9rem; }
.report-metric b { font-family: var(--mono); font-size: 1.3rem; color: #fff; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.report-bars { display: flex; align-items: flex-end; gap: 10px; height: 90px; margin-top: 18px; }
.report-bars span { flex: 1; height: var(--h); background: var(--grad-brand); border-radius: 5px 5px 0 0; }

/* ===== Trust ===== */
.trust { background: var(--surface); padding: 34px 0; border-bottom: 1px solid var(--line); }
.trust-label { text-align: center; color: var(--muted); font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 18px; }
.trust-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 38px; }
.trust-logos span { font-family: var(--display); font-weight: 600; color: #6b7280; font-size: 1.05rem; opacity: .85; }

/* ===== Sections ===== */
.section { padding: 96px 0; }
.section-alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-photo {
  position: relative; overflow: hidden;
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1920&q=80");
  background-size: cover; background-position: center; background-attachment: fixed;
}
.section-photo::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(247,249,252,.86), rgba(247,249,252,.92));
}
.section-head { text-align: center; max-width: 660px; margin: 0 auto 52px; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.section-sub { color: var(--ink-soft); font-size: 1.05rem; }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.about-copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.about-copy p { color: var(--ink-soft); }
.about-list { list-style: none; padding: 0; margin: 20px 0 26px; }
.about-list li { padding-left: 30px; position: relative; margin-bottom: 12px; }
.about-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-2); font-weight: 700; }
.about-visual { display: flex; justify-content: center; }
.about-panel { background: var(--bg); border-radius: var(--radius); padding: 30px; color: #fff; box-shadow: var(--shadow); width: 100%; max-width: 420px; }
.about-row { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 14px; margin-bottom: 16px; font-size: .9rem; color: #cbd5e1; }
.about-row:last-child { margin-bottom: 0; }
.bar { height: 8px; background: rgba(255,255,255,.12); border-radius: 999px; overflow: hidden; }
.bar i { display: block; height: 100%; width: var(--w); background: linear-gradient(90deg, var(--brand), var(--brand-2)); border-radius: 999px; }

/* ===== Services ===== */
.service-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; }
.chip {
  font-family: var(--mono); font-size: .82rem; font-weight: 600; letter-spacing: .04em;
  padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line-strong);
  background: var(--surface); color: var(--ink-soft); cursor: pointer; transition: .2s;
}
.chip:hover { border-color: var(--brand); color: var(--brand); }
.chip.active { background: var(--brand); border-color: var(--brand); color: #fff; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  position: relative; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px 28px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card-num { font-family: var(--mono); font-size: .82rem; font-weight: 700; letter-spacing: .1em; margin-bottom: 14px; background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.card h3 { font-size: 1.25rem; }
.card p { color: var(--ink-soft); margin: 0; font-size: .96rem; }
.card.hide { display: none; }

/* ===== Work ===== */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.work-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.work-item:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.work-thumb { height: 190px; position: relative; }
.thumb-1 { background: linear-gradient(135deg, #1f4ed8, #0e9488); }
.thumb-2 { background: linear-gradient(135deg, #b8893b, #c2410c); }
.thumb-3 { background: linear-gradient(135deg, #6d28d9, #1f4ed8); }
.thumb-4 { background: linear-gradient(135deg, #0e9488, #16a34a); }
.thumb-5 { background: linear-gradient(135deg, #c2410c, #b8893b); }
.thumb-6 { background: linear-gradient(135deg, #1f4ed8, #6d28d9); }
.work-tag { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.92); color: var(--ink); font-family: var(--mono); font-size: .64rem; font-weight: 600; letter-spacing: .04em; padding: 6px 10px; border-radius: 6px; }
.work-item h3 { font-size: 1.18rem; margin: 18px 22px 6px; }
.work-item p { color: var(--ink-soft); margin: 0 22px 24px; font-size: .95rem; }

/* ===== Testimonials ===== */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; margin: 0; position: relative; }
.quote::before { content: "\201C"; position: absolute; top: 6px; right: 18px; font-family: var(--display); font-size: 4rem; color: var(--line-strong); line-height: 1; }
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; }
.quote blockquote { margin: 0 0 18px; font-size: 1.02rem; color: var(--ink); position: relative; z-index: 1; }
.quote figcaption strong { display: block; }
.quote figcaption span { color: var(--muted); font-size: .9rem; }

/* ===== Contact ===== */
.contact { background: var(--bg); color: #fff; position: relative; }
.contact::before {
  content: ""; position: absolute; inset: 0; opacity: .4;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 44px 44px;
}
.contact .container { position: relative; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.contact-copy p { color: #cbd5e1; }
.contact-meta { list-style: none; padding: 0; margin: 26px 0 0; }
.contact-meta li { margin-bottom: 14px; color: #e2e8f0; }
.contact-meta span { display: inline-block; width: 110px; color: var(--muted); font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-form { background: var(--surface); color: var(--ink); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: .95rem; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(31,78,216,.15); }
.field textarea { resize: vertical; }
.form-note { margin: 12px 0 0; font-size: .9rem; min-height: 1.2em; }
.form-note.ok { color: #16a34a; }
.form-note.err { color: #dc2626; }

/* ===== CTA band ===== */
.cta-band { background: var(--grad-brand); background-size: 180% 180%; animation: shift 12s ease infinite; color: #fff; padding: 72px 0; position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .28;
  background-image: url("https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=1920&q=80");
  background-size: cover; background-position: center;
}
.cta-band::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 40px 40px; -webkit-mask-image: radial-gradient(circle at 80% 50%, #000, transparent 70%); mask-image: radial-gradient(circle at 80% 50%, #000, transparent 70%); }
@keyframes shift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-inner h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 0; }
.cta-band .btn-primary { background: #fff; color: var(--brand); box-shadow: 0 14px 28px -12px rgba(0,0,0,.4); }
.cta-band .btn-primary:hover { background: #f1f5f9; }

/* ===== Footer ===== */
.site-footer { background: var(--bg); color: #cbd5e1; padding: 60px 0 26px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand .brand-name { color: #fff; font-size: 1.3rem; }
.footer-brand p { color: var(--muted); margin: 10px 0 0; max-width: 280px; }
.footer-col h4 { color: #fff; font-family: var(--mono); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a { display: block; color: #cbd5e1; margin-bottom: 10px; font-size: .95rem; }
.footer-col a:hover { color: #fff; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); color: #fff; font-weight: 700; font-size: .78rem; }
.footer-social a:hover { background: var(--brand); border-color: var(--brand); }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: var(--muted); font-size: .85rem; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-links-inline a { color: var(--muted); }
.footer-links-inline a:hover { color: #fff; }

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed; bottom: 20px; left: 20px; right: 20px; max-width: 720px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 18px 22px; display: flex; align-items: center; gap: 18px;
  z-index: 90; transform: translateY(140%); transition: transform .4s ease;
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner p { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ===== Back to top ===== */
.to-top {
  position: fixed; bottom: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--brand); color: #fff; border: 0; font-size: 1.2rem; cursor: pointer;
  box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: opacity .3s, transform .2s; z-index: 80;
}
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { transform: translateY(-3px); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-inner, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .cards, .quotes, .work-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-links {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--bg-soft); padding: 12px 28px 22px; border-bottom: 1px solid rgba(255,255,255,.1); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 0; width: 100%; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .nav-toggle { display: flex; }
  .cards, .quotes, .work-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-stats { gap: 26px; }
  .section { padding: 64px 0; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

/* ===== Apply page ===== */
.apply-hero { position: relative; color: #fff; overflow: hidden; padding: 110px 0 90px; }
.apply-hero .hero-photo { opacity: .26; }
.apply-hero .hero-photo::after { background: linear-gradient(180deg, rgba(11,16,32,.74), rgba(11,16,32,.88)); }
.apply-hero-inner { position: relative; z-index: 1; max-width: 720px; }
.apply-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
.apply-perks { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
.apply-perks span { font-size: .9rem; color: #cbd5e1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: 8px 14px; border-radius: 999px; }

.apply-section { background: var(--paper); }
.apply-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.apply-aside h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.apply-aside p { color: var(--ink-soft); }
.apply-points { list-style: none; padding: 0; margin: 24px 0; }
.apply-points li { padding: 16px 0; border-top: 1px solid var(--line); }
.apply-points strong { display: block; color: var(--ink); margin-bottom: 4px; }
.apply-points span { color: var(--ink-soft); font-size: .95rem; }
.apply-contact { margin-top: 24px; padding: 18px 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.apply-contact span { display: block; font-family: var(--mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.apply-contact a { color: var(--brand); font-weight: 600; }

.apply-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.apply-form .field input[type="file"] { padding: 10px 12px; }
.apply-form .field input[type="file"]::file-selector-button { margin-right: 12px; border: 0; background: var(--grad-brand); color: #fff; padding: 8px 14px; border-radius: 8px; font-weight: 600; cursor: pointer; }

@media (max-width: 960px) {
  .apply-grid { grid-template-columns: 1fr; }
}

/* ===== Misc keyframes ===== */
@keyframes spin { to { transform: rotate(360deg); } }
