.elementor-30072 .elementor-element.elementor-element-6665271{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-30072 .elementor-element.elementor-element-aba99a5{--display:flex;}.elementor-30072 .elementor-element.elementor-element-0637945{--display:flex;}.elementor-30072 .elementor-element.elementor-element-983da12{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-30072 .elementor-element.elementor-element-37df1f1{--display:flex;}.elementor-30072 .elementor-element.elementor-element-9b289b4{--display:flex;}.elementor-30072 .elementor-element.elementor-element-26926c5{--display:flex;}.elementor-30072 .elementor-element.elementor-element-797fbec{--display:flex;}body.elementor-page-30072:not(.elementor-motion-effects-element-type-background), body.elementor-page-30072 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-30072 .elementor-element.elementor-element-aba99a5{--margin-top:-55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-06d9043 *//* ===============================
   GLOBAL
================================ */
* {
  box-sizing: border-box;
}

.fh-hero {
  padding: 30px 0;
  background: radial-gradient(circle at top right,#eafff2,#ffffff 60%);
  overflow: hidden;
  font-family: Inter, system-ui, sans-serif;
}

.fh-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.fh-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ===============================
   LEFT CONTENT
================================ */
.fh-badge {
  display: inline-block;
  background: #dcfce7;
  color: #15803d;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

.fh-left h1 {
  margin: 24px 0 16px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
}

.fh-left h1 span {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  -webkit-background-clip: text;
  color: transparent;
}

.fh-left p {
  font-size: 18px;
  color: #475569;
  max-width: 520px;
}

.fh-buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.btn-primary {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  color: #fff;
  padding: 14px 28px;
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(34,197,94,.35);
}

.btn-secondary {
  background: white;
  border: 1px solid #e5e7eb;
  padding: 14px 28px;
  border-radius: 16px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 500;
}

.fh-trust {
  margin-top: 18px;
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #475569;
}

/* ===============================
   PHONE
================================ */
.fh-right {
  position: relative;
}

.fh-phone {
  width: 280px;
  height: 560px;
  background: #0f172a;
  border-radius: 48px;
  padding: 14px;
  margin: auto;
  transform: rotateY(-12deg) rotateX(6deg);
  box-shadow: 0 50px 100px rgba(0,0,0,.35);
}

.fh-screen {
  background: #fff;
  border-radius: 36px;
  height: 100%;
  overflow: hidden;
}

.fh-header {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  color: white;
  padding: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.fh-card {
  margin: 14px;
  padding: 14px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.1);
}

.fh-card.green { background:#ecfdf5; }
.fh-card.blue { background:#eff6ff; }
.fh-card.purple { background:#faf5ff; }

.fh-card strong {
  display: block;
  font-size: 15px;
  color: #0f172a;
}

.fh-card small {
  display: block;
  color: #64748b;
  margin-top: 4px;
}

.fh-card em {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #22c55e;
  font-style: normal;
}

/* ===============================
   FLOATING GLASS ICONS
================================ */
.fh-float-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  box-shadow: 0 30px 60px rgba(0,0,0,.2);
  animation: floatSoft 6s ease-in-out infinite;
}

.fh-float-icon.whatsapp {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  right: -30px;
  top: 40px;
}

.fh-float-icon.bell {
  background: linear-gradient(135deg,#facc15,#f59e0b);
  left: -40px;
  top: 160px;
  animation-delay: 1s;
}

.fh-float-icon.cap {
  background: linear-gradient(135deg,#3b82f6,#2563eb);
  right: -20px;
  bottom: 60px;
  animation-delay: 2s;
}

@keyframes floatSoft {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 900px) {
  .fh-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .fh-left h1 {
    font-size: 44px;
  }

  .fh-buttons,
  .fh-trust {
    justify-content: center;
  }

  .fh-phone {
    transform: none;
    margin-top: 40px;
  }

  .fh-float-icon {
    display: none;
  }
}


/* =========================
   FEATURE SECTION
========================= */

.fh-features {
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff);
}

.fh-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* GRID */
.fh-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* CARD */
.fh-feature-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fh-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(15, 23, 42, 0.12);
}

/* ICON */
.fh-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
}

/* ICON COLORS */
.fh-icon.green {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}
.fh-icon.blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.fh-icon.purple {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
}
.fh-icon.orange {
  background: linear-gradient(135deg, #f97316, #ea580c);
}

/* TEXT */
.fh-feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

.fh-feature-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .fh-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fh-features {
    padding: 60px 0;
  }

  .fh-features-grid {
    grid-template-columns: 1fr;
  }

  .fh-feature-card {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b3dde3 *//* ========== HOW IT WORKS ========== */

#fh-job-alert-page .fh-how {
  padding: 12px 0;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}

#fh-job-alert-page .fh-how-header {
  text-align: center;
  margin-bottom: 80px;
}

#fh-job-alert-page .fh-pill {
  display: inline-block;
  background: #dcfce7;
  color: #15803d;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

#fh-job-alert-page .fh-how-header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
}

#fh-job-alert-page .fh-how-header p {
  font-size: 18px;
  color: #475569;
  max-width: 640px;
  margin: auto;
}

/* Steps Grid */
#fh-job-alert-page .fh-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  position: relative;
}

/* Step Wrapper */
#fh-job-alert-page .fh-step {
  position: relative;
}

/* Arrow (desktop only) */
#fh-job-alert-page .fh-arrow {
  position: absolute;
  top: 35%;
  right: -32px;
  font-size: 40px;
  color: #86efac;
}

#fh-job-alert-page .fh-step:last-child .fh-arrow {
  display: none;
}

/* Step Card */
#fh-job-alert-page .fh-step-card {
  background: white;
  border-radius: 32px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0,0,0,.08);
  border: 1px solid #e5e7eb;
  transition: .3s;
}

#fh-job-alert-page .fh-step-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 80px rgba(0,0,0,.12);
}

/* Step Number */
#fh-job-alert-page .fh-step-number {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 48px;
  height: 48px;
  background: linear-gradient(to bottom right, #1f2937, #111827);
  color: white;
  border-radius: 16px;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon */
#fh-job-alert-page .fh-icon {
  width: 80px;
  height: 80px;
  border-radius: 28px;
  margin: 24px auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: white;
  box-shadow: 0 25px 50px rgba(0,0,0,.25);
}

#fh-job-alert-page .fh-icon.green {
  background: linear-gradient(to bottom right, #16a34a, #10b981);
}

#fh-job-alert-page .fh-icon.blue {
  background: linear-gradient(to bottom right, #2563eb, #06b6d4);
}

#fh-job-alert-page .fh-icon.purple {
  background: linear-gradient(to bottom right, #7c3aed, #ec4899);
}

/* Text */
#fh-job-alert-page .fh-step-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

#fh-job-alert-page .fh-step-card p {
  color: #475569;
  line-height: 1.6;
}

/* Bottom CTA */
#fh-job-alert-page .fh-how-cta {
  text-align: center;
  margin-top: 80px;
}

/* Responsive */
@media (max-width: 1024px) {
  #fh-job-alert-page .fh-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #fh-job-alert-page .fh-arrow {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-983da12 *//* ========== PRICING SECTION ========== */

#fh-job-alert-page .fh-pricing {
  padding: 100px 0;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}

#fh-job-alert-page .fh-pricing-header {
  text-align: center;
  margin-bottom: 80px;
}

#fh-job-alert-page .fh-pricing-header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
}

#fh-job-alert-page .fh-pricing-header p {
  font-size: 18px;
  color: #475569;
  max-width: 640px;
  margin: auto;
}

/* Grid */
#fh-job-alert-page .fh-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: auto;
}

/* Card */
#fh-job-alert-page .fh-price-card {
  background: white;
  border-radius: 32px;
  padding: 40px;
  text-align: center;
  border: 2px solid #e5e7eb;
  box-shadow: 0 30px 70px rgba(0,0,0,.08);
  transition: .35s;
  position: relative;
}

#fh-job-alert-page .fh-price-card:hover {
  transform: translateY(-12px);
}

#fh-job-alert-page .fh-price-card.popular {
  transform: scale(1.05);
  border-color: #22c55e;
  box-shadow: 0 40px 90px rgba(34,197,94,.25);
}

/* Popular badge */
#fh-job-alert-page .fh-popular {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #f97316, #ef4444);
  color: white;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

/* Price */
#fh-job-alert-page .fh-price {
  margin: 24px 0;
}

#fh-job-alert-page .fh-price strong {
  font-size: 56px;
  font-weight: 800;
}

#fh-job-alert-page .fh-price span {
  color: #475569;
}

/* Save badge */
#fh-job-alert-page .fh-save {
  display: inline-block;
  background: #dcfce7;
  color: #15803d;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Job alert badge */
#fh-job-alert-page .fh-badge {
  display: inline-block;
  color: white;
  padding: 10px 18px;
  border-radius: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

#fh-job-alert-page .fh-badge.blue {
  background: linear-gradient(#2563eb,#06b6d4);
}
#fh-job-alert-page .fh-badge.green {
  background: linear-gradient(#16a34a,#10b981);
}

/* Features */
#fh-job-alert-page .fh-features {
  text-align: left;
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

#fh-job-alert-page .fh-features li {
  margin-bottom: 12px;
  color: #334155;
}

/* Buttons */
#fh-job-alert-page .fh-btn {
  display: block;
  padding: 16px;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
  transition: .3s;
}

#fh-job-alert-page .fh-btn:hover {
  transform: translateY(-6px);
}

#fh-job-alert-page .fh-btn.blue {
  background: linear-gradient(#2563eb,#06b6d4);
}

#fh-job-alert-page .fh-btn.green {
  background: linear-gradient(#16a34a,#10b981);
}

/* Trust note */
#fh-job-alert-page .fh-pricing-note {
  text-align: center;
  margin-top: 48px;
  color: #64748b;
}

/* Responsive */
@media (max-width: 1024px) {
  #fh-job-alert-page .fh-pricing-grid {
    grid-template-columns: 1fr;
  }

  #fh-job-alert-page .fh-price-card.popular {
    transform: scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e84ea1 *//* ========== TARGET AUDIENCE ========== */

#fh-job-alert-page .fh-audience {
  padding: 30px 0;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}

#fh-job-alert-page .fh-audience-header {
  text-align: center;
  margin-bottom: 80px;
}

#fh-job-alert-page .fh-audience-header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
}

#fh-job-alert-page .fh-audience-header p {
  font-size: 18px;
  color: #475569;
  max-width: 640px;
  margin: auto;
}

/* Audience Grid */
#fh-job-alert-page .fh-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Card */
#fh-job-alert-page .fh-audience-card {
  background: white;
  border-radius: 32px;
  padding: 40px 28px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0,0,0,.08);
  transition: .35s;
  position: relative;
}

#fh-job-alert-page .fh-audience-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 40px 90px rgba(0,0,0,.12);
}

/* Icons */
#fh-job-alert-page .fh-audience-icon {
  width: 96px;
  height: 96px;
  border-radius: 32px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: white;
  box-shadow: 0 30px 60px rgba(0,0,0,.3);
}

/* Icon colors */
#fh-job-alert-page .green .fh-audience-icon {
  background: linear-gradient(#16a34a,#10b981);
}
#fh-job-alert-page .blue .fh-audience-icon {
  background: linear-gradient(#2563eb,#06b6d4);
}
#fh-job-alert-page .purple .fh-audience-icon {
  background: linear-gradient(#7c3aed,#ec4899);
}
#fh-job-alert-page .orange .fh-audience-icon {
  background: linear-gradient(#f97316,#ef4444);
}

/* Text */
#fh-job-alert-page .fh-audience-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

#fh-job-alert-page .fh-audience-card p {
  font-size: 14px;
  color: #475569;
}

/* Stats */
#fh-job-alert-page .fh-audience-stats {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

#fh-job-alert-page .fh-stat {
  background: white;
  border-radius: 24px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

#fh-job-alert-page .fh-stat strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
}

#fh-job-alert-page .fh-stat span {
  font-size: 14px;
  color: #475569;
}

/* Stat colors */
#fh-job-alert-page .fh-stat.green strong { color:#16a34a; }
#fh-job-alert-page .fh-stat.blue strong { color:#2563eb; }
#fh-job-alert-page .fh-stat.purple strong { color:#7c3aed; }
#fh-job-alert-page .fh-stat.orange strong { color:#f97316; }

/* Responsive */
@media (max-width: 1024px) {
  #fh-job-alert-page .fh-audience-grid,
  #fh-job-alert-page .fh-audience-stats {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a14b13 *//* SECTION */
.features-section {
  padding: 100px 20px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* HEADER */
.features-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.features-pill {
  display: inline-block;
  padding: 8px 18px;
  background: #dcfce7;
  color: #166534;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.features-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.features-header p {
  font-size: 18px;
  color: #64748b;
}

/* GRID */
.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

/* CARD */
.feature-card {
  border-radius: 28px;
  padding: 48px 32px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  background: #fff;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 45px 90px rgba(15, 23, 42, 0.14);
}

/* ICON */
.feature-icon {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.35s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.06);
}

/* TEXT */
.feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  max-width: 380px;
  margin: 0 auto;
}

/* COLOR VARIANTS */
.feature-card.green {
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
}

.feature-card.orange {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.feature-card.blue {
  background: linear-gradient(135deg, #eff6ff, #ffffff);
}

.feature-card.purple {
  background: linear-gradient(135deg, #faf5ff, #ffffff);
}

.feature-icon.green {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.feature-icon.orange {
  background: linear-gradient(135deg, #fb923c, #f97316);
}

.feature-icon.blue {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.feature-icon.purple {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-header h2 {
    font-size: 34px;
  }

  .feature-card {
    padding: 40px 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d46337 *//* ========== BRAND TRUST SECTION ========== */

#fh-job-alert-page .fh-brand {
  padding: 30px 0;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}

/* Header */
#fh-job-alert-page .fh-brand-header {
  text-align: center;
  margin-bottom: 70px;
}

#fh-job-alert-page .fh-brand-header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
}

#fh-job-alert-page .fh-brand-header p {
  font-size: 18px;
  color: #475569;
  max-width: 640px;
  margin: auto;
}

/* Visual */
#fh-job-alert-page .fh-brand-visual {
  position: relative;
  height: 420px;
  margin-bottom: 120px;
}

/* Shield */
#fh-job-alert-page .fh-shield-wrap {
  perspective: 1500px;
}

#fh-job-alert-page .fh-shield {
  width: 260px;
  height: 360px;
  margin: auto;
  border-radius: 48px;
  background: linear-gradient(135deg,#22c55e,#10b981,#15803d);
  box-shadow: 0 50px 120px rgba(16,185,129,.45);
  transform: rotateY(-6deg) rotateX(6deg);
  position: relative;
}

#fh-job-alert-page .fh-shield::after {
  content:'';
  position:absolute;
  inset:0;
  border-radius:48px;
  background: linear-gradient(to bottom right,rgba(255,255,255,.2),transparent);
}

#fh-job-alert-page .fh-shield-inner {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  font-size:64px;
  color:white;
}

#fh-job-alert-page .fh-shield-icons {
  margin-top:16px;
  font-size:32px;
}

/* Floating Icons */
#fh-job-alert-page .fh-float-icon {
  position:absolute;
  width:72px;
  height:72px;
  border-radius:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  color:white;
  box-shadow:0 30px 70px rgba(0,0,0,.35);
}

#fh-job-alert-page .award {
  background: linear-gradient(#facc15,#f97316);
  top:30px;
  left:20%;
  animation: floatA 3s ease-in-out infinite;
}

#fh-job-alert-page .star {
  background: linear-gradient(#a855f7,#ec4899);
  top:10px;
  right:20%;
  animation: floatB 3s ease-in-out infinite .5s;
}

#fh-job-alert-page .chat {
  background: linear-gradient(#2563eb,#06b6d4);
  bottom:20px;
  left:22%;
  animation: floatA 3s ease-in-out infinite;
}

#fh-job-alert-page .cap {
  background: linear-gradient(#16a34a,#10b981);
  bottom:30px;
  right:22%;
  animation: floatB 3s ease-in-out infinite .5s;
}

/* Trust Cards */
#fh-job-alert-page .fh-brand-points {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
  max-width:1000px;
  margin:auto;
}

#fh-job-alert-page .fh-brand-card {
  background:white;
  border-radius:24px;
  padding:32px;
  text-align:center;
  box-shadow:0 25px 60px rgba(0,0,0,.08);
}

#fh-job-alert-page .fh-brand-card .icon {
  width:64px;
  height:64px;
  margin:auto;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  color:white;
  margin-bottom:16px;
}

#fh-job-alert-page .fh-brand-card.green .icon {
  background: linear-gradient(#16a34a,#10b981);
}
#fh-job-alert-page .fh-brand-card.blue .icon {
  background: linear-gradient(#2563eb,#06b6d4);
}
#fh-job-alert-page .fh-brand-card.purple .icon {
  background: linear-gradient(#7c3aed,#ec4899);
}

/* Animations */
@keyframes floatA {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes floatB {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

/* Responsive */
@media (max-width:1024px) {
  #fh-job-alert-page .fh-brand-points {
    grid-template-columns:1fr;
  }
  #fh-job-alert-page .fh-brand-visual {
    height:480px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c02621b *//* ========== FINAL CTA ========== */

#fh-job-alert-page .fh-final-cta {
  padding: 30px 0;
  background: linear-gradient(to bottom, #ffffff, rgba(34,197,94,0.05));
  border-radius: 48px
}

#fh-job-alert-page .fh-cta-card {
  position: relative;
  background: linear-gradient(135deg,#16a34a,#10b981,#15803d);
  border-radius: 48px;
  padding: 80px;
  overflow: hidden;
  box-shadow: 0 60px 140px rgba(16,185,129,.5);
}

/* Glows */
#fh-job-alert-page .fh-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .35;
}
#fh-job-alert-page .glow-yellow {
  top: -80px;
  right: -80px;
  background: #facc15;
}
#fh-job-alert-page .glow-blue {
  bottom: -80px;
  left: -80px;
  background: #60a5fa;
}

/* Grid */
#fh-job-alert-page .fh-cta-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* Content */
#fh-job-alert-page .fh-cta-content {
  color: white;
}

#fh-job-alert-page .fh-pill.white {
  background: rgba(255,255,255,.2);
  color: white;
  margin-bottom: 20px;
}

#fh-job-alert-page .fh-cta-content h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
}

#fh-job-alert-page .fh-cta-content p {
  font-size: 20px;
  line-height: 1.6;
  color: #ecfdf5;
  max-width: 520px;
}

/* Buttons */
#fh-job-alert-page .fh-cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

#fh-job-alert-page .fh-btn {
  padding: 16px 28px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  transition: .3s;
}

#fh-job-alert-page .fh-btn.light {
  background: white;
  color: #15803d;
}
#fh-job-alert-page .fh-btn.light:hover {
  transform: translateY(-4px);
}

#fh-job-alert-page .fh-btn.ghost {
  border: 2px solid rgba(255,255,255,.4);
  color: white;
}

/* Points */
#fh-job-alert-page .fh-cta-points {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  font-size: 14px;
  color: #d1fae5;
}

/* Phone */
#fh-job-alert-page .fh-cta-phone-wrap {
  position: relative;
}

#fh-job-alert-page .fh-phone {
  width: 240px;
  height: 480px;
  margin: auto;
  background: #0f172a;
  border-radius: 42px;
  padding: 12px;
  transform: rotateY(-10deg) rotateX(6deg);
  box-shadow: 0 50px 120px rgba(0,0,0,.6);
}

#fh-job-alert-page .fh-phone-screen {
  background: linear-gradient(#ffffff,#f1f5f9);
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}

#fh-job-alert-page .fh-phone-header {
  background: linear-gradient(#16a34a,#10b981);
  color: white;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

#fh-job-alert-page .fh-phone-feed {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: scrollUp 10s linear infinite;
}

#fh-job-alert-page .fh-note {
  padding: 10px;
  border-radius: 12px;
  font-size: 11px;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

#fh-job-alert-page .fh-note.green { background:#ecfdf5; }
#fh-job-alert-page .fh-note.blue { background:#eff6ff; }
#fh-job-alert-page .fh-note.purple { background:#faf5ff; }

#fh-job-alert-page .fh-phone-btn {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: linear-gradient(#16a34a,#10b981);
  color: white;
  text-align: center;
  padding: 8px;
  border-radius: 12px;
  font-size: 12px;
}

/* Floating badges */
#fh-job-alert-page .fh-float-badge {
  position: absolute;
  background: linear-gradient(#facc15,#f97316);
  color: white;
  border-radius: 16px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 30px 70px rgba(0,0,0,.4);
}

#fh-job-alert-page .fh-float-badge.alerts {
  top: -20px;
  right: -20px;
  animation: floatA 3s infinite;
}

#fh-job-alert-page .fh-float-badge.bell {
  bottom: -10px;
  left: -20px;
  background: linear-gradient(#2563eb,#06b6d4);
}

/* Footer */
#fh-job-alert-page .fh-footer {
  text-align: center;
  margin-top: 80px;
  color: #64748b;
}

#fh-job-alert-page .fh-footer-links {
  display: flex;
  gap: 24px;
  justify-content: center;
  font-size: 14px;
}

/* Animations */
@keyframes scrollUp {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

@keyframes floatA {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* Responsive */
@media (max-width:1024px) {
  #fh-job-alert-page .fh-cta-grid {
    grid-template-columns: 1fr;
  }

  #fh-job-alert-page .fh-cta-card {
    padding: 60px 40px;
  }
}/* End custom CSS */
/* Start custom CSS */.step {
  display: none;
}

.step.active-step {
  display: block;
}/* End custom CSS */