﻿/* ==========================================================================
   DirectJob4U Clear Brand CSS
   Source of truth: WebMockups/jobseeker-search-apply-clear.html
   Scoped under .dj4u-clear so legacy directjob4u.css cannot overwrite layout.
   ========================================================================== */

.dj4u-clear {
  --dj-bg: #f3f6f9;
  --dj-card: #ffffff;
  --dj-text: #152033;
  --dj-text2: #3d4f66;
  --dj-mute: #6d7f96;
  --dj-line: #dbe3ec;
  --dj-blue: #1283c9;
  --dj-blue-dark: #0d6aa3;
  --dj-blue-bg: #eaf5fb;
  --dj-green: #5fad28;
  --dj-green-dark: #4a8c1e;
  --dj-green-bg: #eef8e6;
  --dj-shadow: 0 10px 28px rgba(21, 32, 51, 0.06);
  --dj-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--dj-font) !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  color: #020617 !important;
  background: #f8fafc !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.dj4u-clear *,
.dj4u-clear *::before,
.dj4u-clear *::after { box-sizing: border-box; }

.dj4u-clear button,
.dj4u-clear input { font-family: inherit; }

.dj4u-clear a { color: var(--dj-blue); text-decoration: none; }

/* Neutralize legacy pieces that fight this brand */
.dj4u-clear .job-card__sidebar,
.dj4u-clear .job-card__whatsapp-call,
.dj4u-clear .job-card__badges,
.dj4u-clear .zone-switch-header,
.dj4u-clear .whatsapp-fab { display: none !important; }

.dj4u-clear-main {
  flex: 1;
  background: #f7f9fb;
  width: 100%;
}

/* ---------- Header (mockup .topnav) ---------- */
.dj4u-clear .dj-topnav {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.35rem;
  border-bottom: 1px solid var(--dj-line);
  background: #fff !important;
  flex-wrap: nowrap;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  backdrop-filter: none;
}

.dj4u-clear .dj-topnav__inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: auto !important;
  height: auto !important;
}

.dj4u-clear .dj-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  text-decoration: none !important;
  color: inherit !important;
}

.dj4u-clear .dj-brand__logo {
  height: 58px !important;
  width: 58px !important;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  border-radius: 0 !important;
}

.dj4u-clear .dj-brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
}

.dj4u-clear .dj-brand__name {
  display: block;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.dj4u-clear .dj-bn-direct { color: #124b87 !important; }
.dj4u-clear .dj-bn-job { color: #7ec72a !important; }
.dj4u-clear .dj-bn-four { color: #118fd7 !important; }

.dj4u-clear .dj-brand__sub {
  display: block;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  color: #64748b !important;
  white-space: nowrap;
  margin-top: 0.1rem;
  line-height: 1.2;
}

.dj4u-clear .dj-top-links {
  display: flex !important;
  align-items: center;
  gap: 0.15rem;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
}

.dj4u-clear .dj-top-links a {
  border: 0;
  background: transparent;
  color: var(--dj-text2) !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  padding: 0.55rem 0.85rem !important;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none !important;
  position: static !important;
}

.dj4u-clear .dj-top-links a::after { display: none !important; content: none !important; }
.dj4u-clear .dj-top-links a:hover { background: #f3f6f9 !important; color: var(--dj-text2) !important; }

.dj4u-clear .dj-top-actions {
  display: flex !important;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.dj4u-clear .dj-zone {
  display: inline-flex !important;
  background: #eef2f6 !important;
  border-radius: 999px;
  padding: 3px;
  white-space: nowrap;
}

.dj4u-clear .dj-zone span,
.dj4u-clear .dj-zone a {
  padding: 0.4rem 0.85rem !important;
  border-radius: 999px;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  color: var(--dj-mute) !important;
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1.2;
  background: transparent !important;
}

.dj4u-clear .dj-zone .on {
  background: var(--dj-green) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .dj4u-clear .dj-top-links,
  .dj4u-clear .dj-top-actions { display: none !important; }
}

/* Hamburger (3 lines): hide on web/desktop; show only on mobile.
   Beats .dj4u-clear .dj-btn { display: inline-flex !important } */
.dj4u-clear .dj-topnav > .dj-topnav__inner > button.mobile-only,
.dj4u-clear .dj-topnav button.mobile-only.dj-btn {
  display: none !important;
}

@media (max-width: 768px) {
  .dj4u-clear .dj-topnav > .dj-topnav__inner > button.mobile-only,
  .dj4u-clear .dj-topnav button.mobile-only.dj-btn {
    display: inline-flex !important;
  }
}

/* ---------- Buttons (mockup .btn) ---------- */
.dj4u-clear .dj-btn {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0.7rem 1.15rem;
  font-family: var(--dj-font);
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none !important;
  box-sizing: border-box;
  line-height: 1.2;
}

.dj4u-clear .dj-btn--green {
  background: var(--dj-green) !important;
  color: #fff !important;
}
.dj4u-clear .dj-btn--green:hover { background: var(--dj-green-dark) !important; color: #fff !important; }

.dj4u-clear .dj-btn--blue {
  background: var(--dj-blue) !important;
  color: #fff !important;
}
.dj4u-clear .dj-btn--blue:hover { background: var(--dj-blue-dark) !important; color: #fff !important; }

/* Match Submit Your Resume "Submit Resume" button look for all Apply/Submit CTAs */
.dj4u-clear .btn.btn--primary,
.dj4u-clear .dj-btn-apply,
.dj4u-clear #btnSubmitResume,
.dj4u-clear #btnSubmitApplication,
.dj4u-clear #btnApplyFromDetail {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #118fd7 !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  padding: 0.625rem 1.25rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  min-height: auto !important;
  box-shadow: 0 10px 20px rgba(17, 143, 215, 0.25) !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.15s ease-out, transform 0.08s ease-out, box-shadow 0.08s ease-out;
  white-space: nowrap;
}

.dj4u-clear .btn.btn--primary:hover,
.dj4u-clear .dj-btn-apply:hover,
.dj4u-clear #btnSubmitResume:hover,
.dj4u-clear #btnSubmitApplication:hover,
.dj4u-clear #btnApplyFromDetail:hover {
  background-color: #0e7abc !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dj4u-clear .dj-job .dj-actions .dj-btn-apply,
.dj4u-clear .dj-job .dj-actions .btn.btn--primary {
  width: 100%;
  order: -1;
}

.dj4u-clear .dj-btn--white {
  background: #fff !important;
  color: var(--dj-text) !important;
  border: 1px solid var(--dj-line) !important;
}

.dj4u-clear .dj-btn--ghost {
  background: transparent !important;
  color: var(--dj-blue) !important;
  border: 0 !important;
  min-height: auto;
  padding: 0.35rem !important;
}

.dj4u-clear .dj-btn--lg {
  min-height: 52px;
  padding: 0.85rem 1.4rem !important;
  font-size: 1rem !important;
}

.dj4u-clear .dj-btn--sm-login {
  min-height: 40px;
  padding: 0.45rem 1rem !important;
}

.dj4u-clear .dj-btn--block { width: 100%; }

/* ---------- Hero + search (mockup) ---------- */
.dj4u-clear .dj-hero {
  padding: 1.75rem 1.5rem 1.25rem !important;
  background:
    radial-gradient(900px 280px at 10% -20%, rgba(18,131,201,0.12), transparent 60%),
    radial-gradient(700px 240px at 90% 0%, rgba(95,173,40,0.12), transparent 55%),
    #f7f9fb !important;
}

.dj4u-clear .dj-hero--compact { padding-bottom: 0.5rem !important; }

.dj4u-clear .dj-hero-inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.dj4u-clear .dj-search-card {
  background: #fff !important;
  border: 1px solid var(--dj-line) !important;
  border-radius: 16px !important;
  padding: 1rem !important;
  box-shadow: var(--dj-shadow) !important;
  text-align: left;
  max-width: none !important;
  margin: 0 !important;
  position: relative;
}

.dj4u-clear .dj-search-title {
  margin: 0 0 0.85rem !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: var(--dj-text2) !important;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.dj4u-clear .dj-search-grid {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr auto !important;
  gap: 0.65rem !important;
  align-items: start;
}

.dj4u-clear .dj-search-grid > .dj-btn,
.dj4u-clear .dj-search-btn {
  /* Align with input boxes (below field labels), not with hints */
  margin-top: 1.55rem;
  align-self: start;
  min-height: 52px !important;
  padding: 0.625rem 1.25rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  width: auto;
}

@media (max-width: 760px) {
  .dj4u-clear .dj-search-grid { grid-template-columns: 1fr !important; }
  .dj4u-clear .dj-search-grid > .dj-btn,
  .dj4u-clear .dj-search-btn {
    width: 100%;
    margin-top: 0.35rem;
  }
}

.dj4u-clear .dj-field label {
  display: block !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  color: var(--dj-text2) !important;
  margin-bottom: 0.35rem !important;
}

.dj4u-clear .dj-field .dj-hint {
  display: block !important;
  font-size: 0.75rem !important;
  color: var(--dj-mute) !important;
  margin-top: 0.3rem !important;
  font-weight: 500 !important;
}

.dj4u-clear .dj-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.dj4u-clear .dj-input-wrap .dj-ico {
  position: absolute;
  left: 0.85rem;
  color: var(--dj-mute);
  font-size: 1rem;
  pointer-events: none;
  line-height: 1;
  z-index: 1;
}

.dj4u-clear .dj-input-wrap input[type="text"],
.dj4u-clear .dj-input {
  width: 100% !important;
  min-height: 52px !important;
  border: 1.5px solid var(--dj-line) !important;
  border-radius: 12px !important;
  padding: 0.75rem 0.9rem 0.75rem 2.5rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  background: #fff !important;
  color: var(--dj-text) !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.dj4u-clear .dj-input-wrap input[type="text"]:focus,
.dj4u-clear .dj-input:focus {
  border-color: var(--dj-blue) !important;
  box-shadow: 0 0 0 3px rgba(18, 131, 201, 0.15) !important;
}

.dj4u-clear .dj-input-wrap input[type="text"]::placeholder,
.dj4u-clear .dj-input::placeholder,
.dj4u-clear #txtKeyword::placeholder,
.dj4u-clear #txtCity::placeholder {
  color: #94a3b8 !important;
  font-style: italic !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.dj4u-clear .dj-input-wrap input[type="text"]::-webkit-input-placeholder,
.dj4u-clear .dj-input::-webkit-input-placeholder,
.dj4u-clear #txtKeyword::-webkit-input-placeholder,
.dj4u-clear #txtCity::-webkit-input-placeholder {
  color: #94a3b8 !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.dj4u-clear .dj-input-wrap input[type="text"]::-moz-placeholder,
.dj4u-clear .dj-input::-moz-placeholder,
.dj4u-clear #txtKeyword::-moz-placeholder,
.dj4u-clear #txtCity::-moz-placeholder {
  color: #94a3b8 !important;
  font-style: italic !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.dj4u-clear .dj-input-wrap input[type="text"]:-ms-input-placeholder,
.dj4u-clear .dj-input:-ms-input-placeholder {
  color: #94a3b8 !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

/* ---------- Results ---------- */
.dj4u-clear .dj-results {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem 1.75rem !important;
  width: 100%;
}

.dj4u-clear .dj-results-bar {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 1.25rem 0 0.85rem !important;
}

.dj4u-clear .dj-results-bar h2,
.dj4u-clear .dj-section-title {
  margin: 0 0 0.35rem !important;
  font-family: var(--dj-font) !important;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.1rem) !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  letter-spacing: normal !important;
  line-height: 1.6 !important;
}

.dj4u-clear .dj-results-bar p,
.dj4u-clear .dj-section-sub {
  margin: 0 !important;
  font-family: var(--dj-font) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #64748b !important;
  max-width: 32rem;
  line-height: 1.6 !important;
}

.dj4u-clear .dj-chip-row {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
  align-items: center;
}

.dj4u-clear .dj-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  background: var(--dj-blue-bg) !important;
  color: var(--dj-blue-dark) !important;
  border-radius: 999px;
  padding: 0.35rem 0.7rem !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
}

.dj4u-clear .dj-chip a,
.dj4u-clear .dj-chip button {
  border: 0;
  background: transparent;
  color: var(--dj-blue-dark) !important;
  cursor: pointer;
  font-weight: 800;
  padding: 0;
  line-height: 1;
  text-decoration: none !important;
  font-size: 1rem;
}

/* ---------- Job card (mockup .job-card) - win over legacy ---------- */
.dj4u-clear article.dj-job,
.dj4u-clear .dj-job {
  background: #fff !important;
  border: 1px solid var(--dj-line) !important;
  border-radius: 14px !important;
  padding: 1rem 1.1rem !important;
  margin: 0 0 0.75rem 0 !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 0.85rem !important;
  align-items: center !important;
  transition: border-color 0.15s, box-shadow 0.15s;
  position: relative !important;
  box-shadow: none !important;
  flex-direction: unset !important;
  width: 100% !important;
}

.dj4u-clear .dj-job:hover {
  border-color: #c5d7e8 !important;
  box-shadow: 0 6px 18px rgba(21,32,51,0.05) !important;
}

.dj4u-clear .dj-job h3 {
  margin: 0 0 0.25rem !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  line-height: 1.35 !important;
}

.dj4u-clear .dj-job .dj-co {
  display: inline-block !important;
  background: var(--dj-blue-bg) !important;
  color: var(--dj-blue-dark) !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 0.15rem 0.5rem !important;
  border-radius: 999px !important;
  margin-left: 0.35rem !important;
  vertical-align: middle;
  white-space: nowrap;
}

.dj4u-clear .dj-job .dj-closed {
  display: inline-block !important;
  margin-left: 0.35rem;
  padding: 0.15rem 0.45rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 4px;
  vertical-align: middle;
}

.dj4u-clear .dj-job .dj-meta {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.65rem 1rem !important;
  color: var(--dj-mute) !important;
  font-size: 0.875rem !important;
  margin-top: 0.35rem !important;
  margin-bottom: 0 !important;
}

.dj4u-clear .dj-job .dj-salary {
  font-weight: 700 !important;
  color: var(--dj-text) !important;
  font-size: 0.95rem !important;
  text-align: right !important;
  white-space: nowrap;
}

.dj4u-clear .dj-job .dj-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.4rem !important;
  min-width: 0;
  margin-top: 0.55rem !important;
}

.dj4u-clear .dj-job .dj-actions .dj-btn-apply { width: 100%; order: -1; }

.dj4u-clear .dj-job .dj-link-row {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.35rem;
}

.dj4u-clear .dj-job .dj-link-sep {
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0 0.1rem;
}

.dj4u-clear .dj-job .dj-more {
  border: 0 !important;
  background: transparent !important;
  color: var(--dj-mute) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  cursor: pointer;
  text-align: center;
  padding: 0.2rem !important;
  font-family: inherit;
  text-decoration: none !important;
  display: inline;
  line-height: 1.3;
}

.dj4u-clear .dj-job .dj-more:hover { color: var(--dj-blue) !important; }

.dj4u-clear .dj-wa-icon {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0.15rem 0 0;
  line-height: 1.2;
  text-decoration: none !important;
  gap: 0.4rem;
  max-width: none;
  width: auto;
  align-self: flex-end;
}

.dj4u-clear .dj-wa-icon img {
  width: 28px !important;
  height: 28px !important;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.dj4u-clear .dj-wa-caption {
  display: inline;
  font-size: 0.68rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--dj-mute) !important;
  text-align: left;
  line-height: 1.25;
  white-space: nowrap;
}

.dj4u-clear .dj-wa-icon:hover {
  opacity: 0.85;
}

.dj4u-clear .dj-wa-icon:hover .dj-wa-caption {
  color: #128c7e !important;
}

@media (max-width: 640px) {
  .dj4u-clear .dj-job { grid-template-columns: 1fr !important; }
  .dj4u-clear .dj-job .dj-salary { text-align: left !important; }
  .dj4u-clear .dj-job .dj-actions {
    flex-direction: column !important;
    min-width: 0;
    align-items: stretch;
  }
  .dj4u-clear .dj-job .dj-actions .dj-btn-apply { width: 100%; flex: none; }
  .dj4u-clear .dj-wa-icon {
    align-self: flex-start;
  }
  .dj4u-clear .dj-wa-caption {
    white-space: normal;
  }
}

/* ---------- Paging (clear brand) ---------- */
.dj4u-clear .dj-pager {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.85rem 1rem !important;
  background: #fff !important;
  border: 1px solid var(--dj-line) !important;
  border-radius: 12px !important;
  margin: 0 0 0.85rem 0 !important;
}

.dj4u-clear .dj-pager--bottom { margin: 1rem 0 0 0 !important; }

.dj4u-clear .dj-pager__count {
  margin: 0 !important;
  font-size: 0.95rem !important;
  color: var(--dj-text2) !important;
}

.dj4u-clear .dj-pager__count strong { color: var(--dj-blue) !important; }

.dj4u-clear .dj-pager__nav {
  display: flex !important;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.dj4u-clear .dj-pager__nav a,
.dj4u-clear .dj-pager__nav span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.4rem 0.85rem !important;
  border-radius: 8px;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  border: 1px solid var(--dj-line);
  background: #fff;
  color: var(--dj-blue) !important;
  text-decoration: none !important;
}

.dj4u-clear .dj-pager__nav a:hover {
  background: var(--dj-blue-bg) !important;
  border-color: #c5d7e8;
}

.dj4u-clear .dj-pager__nav .is-disabled {
  color: #94a3b8 !important;
  pointer-events: none;
  background: #f8fafc !important;
}

.dj4u-clear .dj-pager__nav .is-info {
  border: 0 !important;
  background: transparent !important;
  color: var(--dj-text2) !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  letter-spacing: normal !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

#TopPaginationBar:empty { display: none; }

/* ---------- Footer (mockup .foot) ---------- */
.dj4u-clear .dj-foot {
  border-top: 1px solid var(--dj-line);
  background: #fff !important;
  padding: 1.15rem 1.35rem 1.35rem !important;
  color: var(--dj-text2) !important;
  font-size: 0.9375rem !important;
  margin-top: auto;
}

.dj4u-clear .dj-foot-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.dj4u-clear .dj-foot p { margin: 0 !important; }
.dj4u-clear .dj-foot a { color: var(--dj-blue) !important; font-weight: 600 !important; text-decoration: none !important; }
.dj4u-clear .dj-foot a:hover { text-decoration: underline !important; }
.dj4u-clear .dj-foot .dj-sep { color: #94a3b8; margin: 0 0.5rem; }

.dj4u-clear .dj-foot .dj-social {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.dj4u-clear .dj-foot .dj-social a {
  display: inline-block;
  position: relative;
  line-height: 0;
}

.dj4u-clear .dj-foot .dj-social img {
  width: 40px !important;
  height: 40px !important;
  display: block;
}

.dj4u-clear .dj-channel-badge {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #25D366;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 600;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  white-space: nowrap;
}

/* Keep below-the-fold forms usable without breaking brand */
.dj4u-clear .section { padding: 2rem 1.5rem; }
.dj4u-clear .section .container { max-width: 920px; margin: 0 auto; }
.dj4u-clear .section__title {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.1rem) !important;
  font-weight: 700 !important;
  color: #0f172a !important;
}
.dj4u-clear .section__subtitle { color: #64748b !important; }
