/* =========================================================
   BLIxTY CAREERS PAGE — PREMIUM THEME CSS
   Same brand feel: orange + pink, but richer and more modern
   ========================================================= */

/* ========== RESET ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 106, 0, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 45, 85, 0.08), transparent 28%),
    #f7f7fb;
  color: #3f3f46;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  padding: 28px 18px 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

:root {
  --gradient: linear-gradient(90deg, #ff6a00 0%, #ff2d55 100%);
  --gradient-soft: linear-gradient(135deg, rgba(255, 106, 0, 0.12), rgba(255, 45, 85, 0.10));
  --primary-orange: #ff6a00;
  --primary-pink: #ff2d55;
  --primary: #ff2d55;
  --primary-light: #ff6a00;
  --white: #ffffff;
  --black: #000000;
  --dark: #171717;
  --dark-gray: #1e1e1e;
  --text-gray: #5b5b66;
  --bg-white: #ffffff;
  --bg-light: #f7f7fb;
  --bg-footer: #141414;
  --footer-bg: #141414;
  --footer-text: #f1f1f1;
  --footer-link: #c9c9cf;
  --accent: #ff2d55;
  --accent-light: #ff6a00;
  --social-bg: #1f1f1f;
  --card-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.10);
  --radius: 22px;
  --radius-lg: 30px;
  --transition: all 0.28s cubic-bezier(.2,.8,.2,1);
  --ff-primary: 'Poppins', sans-serif;
  --fs-xl: 3rem;
  --fs-lg: 2rem;
  --fs-md: 1.15rem;
  --fs-sm: 0.98rem;
  --circle-gradient: radial-gradient(circle at center, #ffc0cb, #ffa07a);
}

/* ========== PAGE WRAPPER ========== */
.download-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* subtle decorative blobs */
.download-section::before,
.download-section::after {
  content: "";
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.5;
  pointer-events: none;
}

.download-section::before {
  width: 280px;
  height: 280px;
  top: 2%;
  left: -90px;
  background: rgba(255, 106, 0, 0.10);
}

.download-section::after {
  width: 320px;
  height: 320px;
  bottom: 5%;
  right: -120px;
  background: rgba(255, 45, 85, 0.10);
}

/* ========== CONTAINER ========== */
.container-h1 {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 8px;
}

/* ========== HERO ========== */
.hero-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    var(--gradient-soft);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 72px 44px;
  margin: 10px auto 34px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 106, 0, 0.10), transparent 22%),
    radial-gradient(circle at 80% 30%, rgba(255, 45, 85, 0.10), transparent 24%),
    radial-gradient(circle at 50% 90%, rgba(255, 106, 0, 0.08), transparent 24%);
  pointer-events: none;
}

.hero-content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  animation: fadeInUp 0.9s ease both;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 18px;
  color: #121212;
}

.hero-content p {
  font-size: 1.08rem;
  line-height: 1.9;
  color: #4d4d58;
  max-width: 860px;
  margin: 0 auto;
}

/* ========== INTRO ========== */
.intro {
  font-size: 1.08rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 24px 28px;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  margin-bottom: 34px;
  color: #474752;
  backdrop-filter: blur(8px);
  animation: fadeInUp 0.9s ease both;
}

.intro strong,
.hero-content strong {
  color: #171717;
}

/* ========== CARDS ========== */
.card {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: var(--radius-lg);
  padding: 42px 38px;
  margin-bottom: 28px;
  box-shadow: var(--card-shadow);
  transition: var(--transition);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient);
}

.card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 45, 85, 0.08), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(17, 17, 17, 0.12);
}

.card h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 16px;
}

.card h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #171717;
  margin-bottom: 10px;
}

.card .highlight {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.card p {
  font-size: 1.03rem;
  color: #555566;
  margin-bottom: 18px;
}

/* ========== LISTS ========== */
.card ul {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}

.card ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  font-size: 0.99rem;
  color: #4c4c58;
}

.card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  background: var(--gradient);
  box-shadow: 0 8px 18px rgba(255, 45, 85, 0.22);
}

.hiring-steps {
  list-style: none;
  counter-reset: step;
  padding-left: 0;
  margin-top: 8px;
}

.hiring-steps li {
  counter-increment: step;
  position: relative;
  padding: 14px 18px 14px 62px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 247, 251, 0.92), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(0, 0, 0, 0.04);
  color: #454554;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.hiring-steps li::before {
  content: counter(step);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.92rem;
}

/* ========== JOB LIST GRID ========== */
.job-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.job-card {
  position: relative;
  padding: 26px 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 252, 0.94));
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  overflow: hidden;
}

.job-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.10), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 45, 85, 0.10), transparent 28%);
  pointer-events: none;
}

.job-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 45, 85, 0.16);
}

.job-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.job-card p {
  margin-bottom: 10px;
  color: #575766;
  font-size: 0.98rem;
}

.job-card ul {
  margin-top: 12px;
  margin-bottom: 10px;
}

.job-card ul li {
  font-size: 0.95rem;
  padding-left: 28px;
}

.job-card .download-btn {
  margin-top: 16px;
}

/* ========== FORM ========== */
.career-form {
  margin-top: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.form-group label {
  font-size: 0.96rem;
  font-weight: 600;
  color: #1f1f28;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.95);
  color: #1f1f28;
  border-radius: 16px;
  padding: 15px 16px;
  outline: none;
  transition: var(--transition);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
}

.form-group textarea {
  resize: vertical;
  min-height: 160px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9999a8;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(255, 45, 85, 0.35);
  box-shadow: 0 0 0 4px rgba(255, 45, 85, 0.08);
  transform: translateY(-1px);
}

.career-form .download-btn {
  border: 0;
  cursor: pointer;
  margin-top: 8px;
}

/* ========== BUTTON ========== */
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--gradient);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  border: none;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 16px 30px rgba(255, 45, 85, 0.22);
  position: relative;
  overflow: hidden;
}

.download-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.18), transparent 45%, rgba(255,255,255,0.12));
  opacity: 0;
  transition: var(--transition);
}

.download-btn:hover::after {
  opacity: 1;
}

.download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(255, 45, 85, 0.28);
}

/* ========== FAQ ========== */
.faq-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,248,252,0.96));
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  margin-top: 14px;
}

.faq-item h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.faq-item p {
  margin-bottom: 0;
  font-size: 0.97rem;
}

/* ========== LEGAL NOTE ========== */
.legal-note {
  background:
    linear-gradient(135deg, rgba(255, 245, 245, 0.95), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(255, 45, 85, 0.12);
  border-left: 5px solid var(--primary);
  padding: 22px 26px;
  border-radius: 18px;
  font-size: 0.96rem;
  color: #494956;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  line-height: 1.7;
  margin-top: 2px;
}

.legal-note a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ========== BACK HOME ========== */
.back-home {
  margin-top: 34px;
}

.back-home a {
  background: #161616;
  color: #fff;
  padding: 13px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.back-home a:hover {
  background: var(--gradient);
  transform: translateY(-2px);
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.card,
.intro,
.hero-banner,
.legal-note {
  animation: fadeInUp 0.8s ease both;
}

/* ========== FOOTER ========== */
.footer {
  background: var(--footer-bg);
  padding: 92px 20px 48px;
  margin-top: 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 80px 80px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--footer-text);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.22);
}

.footer::before {
  content: '';
  position: absolute;
  top: -58px;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, var(--accent), var(--accent-light));
  border-radius: 0 0 80px 80px;
  z-index: -1;
  opacity: 0.95;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 44px;
  margin-bottom: 38px;
}

.footer-brand .logo {
  font-size: 26px;
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.footer-brand .logo:hover {
  color: var(--accent-light);
}

.footer-text {
  margin-top: 12px;
  font-size: 15px;
  color: var(--footer-link);
  line-height: 1.8;
}

.footer-list-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--accent);
  margin-bottom: 12px;
}

.footer-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--footer-link);
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.footer-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background-color: var(--accent);
  transition: width 0.3s ease;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-link:hover::after {
  width: 100%;
}

.social-list {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}

.social-link {
  font-size: 18px;
  color: var(--accent);
  background: var(--social-bg);
  padding: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(246, 193, 119, 0.15);
}

.social-link ion-icon {
  font-size: 22px;
}

.social-link:hover {
  background: var(--gradient);
  color: #fff;
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 8px 22px rgba(255, 106, 0, 0.22);
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #a6a6b0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.copyright {
  color: #b8b8c2;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .job-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-banner {
    padding: 58px 28px;
    border-radius: 26px;
  }

  .card {
    padding: 34px 24px;
  }
}

@media (max-width: 768px) {
  body {
    padding: 16px 12px 0;
  }

  .hero-content h1 {
    letter-spacing: -0.025em;
  }

  .hero-content p,
  .intro,
  .card p {
    font-size: 0.98rem;
  }

  .card {
    padding: 28px 18px;
    border-radius: 20px;
  }

  .download-btn,
  .back-home a {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
  }

  .hero-banner {
    padding: 44px 20px;
  }

  .footer {
    border-radius: 48px 48px 0 0;
    padding-top: 72px;
  }

  .footer-top {
    gap: 34px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.8rem;
  }

  .card h2 {
    font-size: 1.35rem;
  }

  .card h3 {
    font-size: 1.08rem;
  }

  .intro {
    padding: 20px 18px;
  }

  .faq-item,
  .legal-note,
  .job-card {
    border-radius: 16px;
  }
}