@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap');

.seodo-jd {
  --p: #DC2F45;
  --pd: #B82238;
  --ps: #FCE8EB;
  --pb: #FEF5F6;
  --acc: #F4A8B0;
  --txt: #1A1A1A;
  --tm: #6B7280;
  --tl: #9CA3AF;
  --bd: #ECECEC;
  --w: #FFFFFF;
  --bg: #FAFAFA;
  --sm: 0 1px 2px rgba(0,0,0,0.04);
  --md: 0 4px 16px rgba(220,47,69,0.08);
  font-family: 'Be Vietnam Pro', -apple-system, sans-serif !important;
  background: var(--bg);
  color: var(--txt);
  line-height: 1.6;
  font-size: 15px;
  margin: 0 -15px;
  padding: 0;
}
.seodo-jd *, .seodo-jd *::before, .seodo-jd *::after { box-sizing: border-box; }
.seodo-jd a { text-decoration: none; color: inherit; }
.seodo-jd h1, .seodo-jd h2, .seodo-jd h3, .seodo-jd h4 { margin: 0; font-family: inherit !important; }

.seodo-jd .sjd-bc { background: var(--pb); padding: 14px 0; }
.seodo-jd .sjd-bc-c { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--tm); flex-wrap: wrap; }
.seodo-jd .sjd-bc-c a { color: var(--p); font-weight: 500; }
.seodo-jd .sjd-bc-c a:hover { text-decoration: underline; }
.seodo-jd .sjd-bc-sep { color: var(--tl); }
.seodo-jd .sjd-bc-cur { color: var(--txt); font-weight: 500; }

.seodo-jd .sjd-hero { background: var(--pb); padding: 48px 0 64px; position: relative; overflow: hidden; }
.seodo-jd .sjd-hero::before { content: ''; position: absolute; top: -100px; left: -100px; width: 400px; height: 400px; background: var(--ps); border-radius: 50%; opacity: 0.6; }
.seodo-jd .sjd-hero::after { content: ''; position: absolute; top: 100px; right: 10%; width: 80px; height: 80px; background: var(--acc); border-radius: 50%; opacity: 0.4; }
.seodo-jd .sjd-hero-c { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.seodo-jd .sjd-tag { display: inline-block; background: var(--w); color: var(--p); padding: 8px 18px; border-radius: 24px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; box-shadow: var(--sm); margin-bottom: 16px; }
.seodo-jd .sjd-h1 { font-size: 48px; font-weight: 700; color: var(--p); line-height: 1.15; margin-bottom: 20px; letter-spacing: -1px; max-width: 900px; }
.seodo-jd .sjd-sub { font-size: 17px; color: var(--tm); max-width: 720px; line-height: 1.7; margin-bottom: 28px; }
.seodo-jd .sjd-meta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.seodo-jd .sjd-meta-i { background: var(--w); padding: 14px 20px; border-radius: 12px; display: flex; align-items: center; gap: 12px; box-shadow: var(--sm); border: 1px solid var(--bd); }
.seodo-jd .sjd-meta-ic { width: 36px; height: 36px; background: var(--ps); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--p); flex-shrink: 0; }
.seodo-jd .sjd-meta-l { font-size: 11px; color: var(--tm); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
.seodo-jd .sjd-meta-v { font-weight: 700; color: var(--txt); font-size: 15px; }

.seodo-jd .sjd-btn { background: var(--p); color: var(--w) !important; border: none; padding: 16px 36px; border-radius: 30px; font-size: 15px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; box-shadow: 0 4px 12px rgba(220,47,69,0.25); text-decoration: none; }
.seodo-jd .sjd-btn:hover { background: var(--pd); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(220,47,69,0.35); color: var(--w) !important; }
.seodo-jd .sjd-btn2 { background: var(--w); color: var(--p) !important; border: 2px solid var(--p); padding: 14px 28px; border-radius: 30px; font-size: 15px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; text-decoration: none; }
.seodo-jd .sjd-btn2:hover { background: var(--p); color: var(--w) !important; }
.seodo-jd .sjd-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

.seodo-jd .sjd-main { max-width: 1280px; margin: 0 auto; padding: 56px 24px 80px; display: grid; grid-template-columns: 1fr 380px; gap: 40px; }
.seodo-jd .sjd-card { background: var(--w); border-radius: 20px; padding: 40px; box-shadow: var(--md); border: 1px solid var(--bd); margin-bottom: 24px; }
.seodo-jd .sjd-st { font-size: 28px; font-weight: 700; color: var(--p); margin-bottom: 8px; letter-spacing: -0.5px; }
.seodo-jd .sjd-div { width: 60px; height: 4px; background: var(--p); border-radius: 4px; margin: 4px 0 24px; }

.seodo-jd .sjd-jc h3, .seodo-jd .sjd-jc .sjd-h3-inline { font-size: 22px; font-weight: 700; color: var(--txt); margin-top: 36px; margin-bottom: 12px; display: flex; align-items: center; gap: 14px; }
.seodo-jd .sjd-jc h3:first-child, .seodo-jd .sjd-jc .sjd-h3-inline:first-child { margin-top: 0; }
.seodo-jd .sjd-rm { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; height: 48px; padding: 0 12px; background: var(--p); color: var(--w); border-radius: 12px; font-size: 18px; font-weight: 800; letter-spacing: 1px; flex-shrink: 0; }
.seodo-jd .sjd-jc h4, .seodo-jd .sjd-jc .sjd-h4 { font-size: 16px; font-weight: 700; color: var(--p); margin-top: 20px; margin-bottom: 12px; padding-left: 14px; border-left: 3px solid var(--p); }
.seodo-jd .sjd-jc ul { list-style: none; padding-left: 4px; margin: 0 0 16px 0; }
.seodo-jd .sjd-jc li { position: relative; padding-left: 28px; margin-bottom: 12px; color: var(--txt); line-height: 1.7; list-style: none; }
.seodo-jd .sjd-jc li::before { content: ''; position: absolute; left: 4px; top: 10px; width: 7px; height: 7px; background: var(--txt); border-radius: 50%; }
.seodo-jd .sjd-jc p { margin-bottom: 14px; color: var(--txt); line-height: 1.7; }
.seodo-jd .sjd-jc strong { color: var(--txt); font-weight: 700; }

.seodo-jd .sjd-hl { background: linear-gradient(135deg, var(--pb), var(--ps)); border: 1px solid var(--ps); border-left: 4px solid var(--p); padding: 20px 24px; border-radius: 12px; margin: 24px 0; }
.seodo-jd .sjd-hl-t { font-weight: 700; color: var(--p); margin-bottom: 8px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.seodo-jd .sjd-hl ol { padding-left: 20px; margin: 8px 0 0 0; }
.seodo-jd .sjd-hl ol li { padding-left: 0 !important; margin-bottom: 12px !important; list-style: decimal !important; line-height: 1.7; }
.seodo-jd .sjd-hl ol li::before { display: none !important; }

.seodo-jd .sjd-cp { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 24px 0; }
.seodo-jd .sjd-cs { background: var(--w); border: 2px solid var(--bd); border-radius: 16px; padding: 20px; transition: all 0.3s; text-align: center; }
.seodo-jd .sjd-cs:hover { border-color: var(--p); transform: translateY(-4px); box-shadow: var(--md); }
.seodo-jd .sjd-cs-n { width: 44px; height: 44px; background: var(--p); color: var(--w); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; margin: 0 auto 14px; box-shadow: 0 4px 8px rgba(220,47,69,0.2); }
.seodo-jd .sjd-cs-t { font-weight: 700; color: var(--txt); margin-bottom: 6px; font-size: 15px; }
.seodo-jd .sjd-cs-tm { font-size: 12px; color: var(--tm); }

.seodo-jd .sjd-sb { position: sticky; top: 100px; align-self: flex-start; }
.seodo-jd .sjd-sb-c { background: var(--w); border-radius: 20px; padding: 28px; box-shadow: var(--md); border: 1px solid var(--bd); margin-bottom: 20px; }
.seodo-jd .sjd-cb { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.seodo-jd .sjd-logo { width: 56px; height: 56px; background: linear-gradient(135deg, var(--p), var(--pd)); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 24px; color: var(--w); flex-shrink: 0; box-shadow: 0 4px 10px rgba(220,47,69,0.25); }
.seodo-jd .sjd-cn { font-weight: 700; font-size: 19px; color: var(--txt); margin-bottom: 2px; letter-spacing: -0.3px; line-height: 1.2; }
.seodo-jd .sjd-tg { color: var(--tm); font-size: 12.5px; line-height: 1.4; }
.seodo-jd .sjd-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 16px 0 20px; padding: 18px; background: var(--pb); border-radius: 14px; }
.seodo-jd .sjd-si { text-align: center; }
.seodo-jd .sjd-sn { font-size: 24px; font-weight: 700; color: var(--p); margin-bottom: 4px; line-height: 1; }
.seodo-jd .sjd-sl { font-size: 11px; color: var(--tm); text-transform: uppercase; letter-spacing: 0.8px; font-weight: 500; }
.seodo-jd .sjd-ir { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; margin-bottom: 12px; color: var(--tm); line-height: 1.5; }
.seodo-jd .sjd-ir svg { flex-shrink: 0; margin-top: 2px; color: var(--p); }
.seodo-jd .sjd-sbt { font-weight: 700; color: var(--txt); margin-bottom: 18px; font-size: 18px; display: flex; align-items: center; gap: 8px; }

.seodo-jd .sjd-why-s { font-size: 12.5px; color: var(--tm); margin-top: -8px; margin-bottom: 18px; line-height: 1.5; padding-bottom: 16px; border-bottom: 1px dashed var(--bd); }
.seodo-jd .sjd-wl { display: flex; flex-direction: column; gap: 16px; }
.seodo-jd .sjd-wi { padding-bottom: 16px; border-bottom: 1px solid var(--bd); }
.seodo-jd .sjd-wi:last-child { border: none; padding-bottom: 0; }
.seodo-jd .sjd-wh { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.seodo-jd .sjd-wn { flex-shrink: 0; width: 28px; height: 28px; background: var(--p); color: var(--w); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }
.seodo-jd .sjd-wt { font-weight: 700; color: var(--txt); font-size: 14px; line-height: 1.3; }
.seodo-jd .sjd-wd { font-size: 13px; color: var(--tm); line-height: 1.6; margin: 0; padding-left: 38px; }
.seodo-jd .sjd-wd strong { color: var(--txt); font-weight: 600; }

.seodo-jd .sjd-rj { display: block; padding: 16px; border: 1px solid var(--bd); border-radius: 12px; margin-bottom: 10px; transition: all 0.2s; }
.seodo-jd .sjd-rj:hover { border-color: var(--p); background: var(--pb); transform: translateX(4px); }
.seodo-jd .sjd-rj-t { font-weight: 600; color: var(--txt); font-size: 14px; margin-bottom: 6px; line-height: 1.4; }
.seodo-jd .sjd-rj-m { font-size: 12px; color: var(--tm); display: flex; gap: 12px; flex-wrap: wrap; }

.seodo-jd .sjd-as { background: linear-gradient(135deg, var(--p), var(--pd)); border-radius: 20px; padding: 40px; color: var(--w); margin-top: 24px; position: relative; overflow: hidden; }
.seodo-jd .sjd-as::before { content: ''; position: absolute; top: -100px; right: -50px; width: 300px; height: 300px; background: rgba(255,255,255,0.08); border-radius: 50%; }
.seodo-jd .sjd-as::after { content: ''; position: absolute; bottom: -150px; left: -50px; width: 250px; height: 250px; background: rgba(255,255,255,0.06); border-radius: 50%; }
.seodo-jd .sjd-ac { position: relative; z-index: 2; }
.seodo-jd .sjd-at { font-size: 28px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.5px; color: var(--w); }
.seodo-jd .sjd-atx { margin-bottom: 24px; opacity: 0.95; font-size: 15px; color: var(--w); }
.seodo-jd .sjd-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.seodo-jd .sjd-fi { background: rgba(255,255,255,0.95); border: 2px solid transparent; padding: 14px 18px; border-radius: 12px; font-size: 14px; font-family: inherit; width: 100%; transition: all 0.2s; color: var(--txt); }
.seodo-jd .sjd-fi:focus { outline: none; border-color: var(--w); background: var(--w); }
.seodo-jd .sjd-fta { min-height: 90px; resize: vertical; }
.seodo-jd .sjd-ff { grid-column: 1 / -1; }

.seodo-jd .sjd-up { position: relative; }
.seodo-jd .sjd-upi { position: absolute; width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; z-index: -1; }
.seodo-jd .sjd-upl { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.95); border: 2px dashed rgba(255,255,255,0.4); padding: 16px 20px; border-radius: 12px; cursor: pointer; transition: all 0.2s; width: 100%; margin: 0; }
.seodo-jd .sjd-upl:hover { background: var(--w); border-color: var(--w); border-style: solid; }
.seodo-jd .sjd-upl svg { color: var(--p); flex-shrink: 0; }
.seodo-jd .sjd-upt { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.seodo-jd .sjd-upt strong { color: var(--txt); font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seodo-jd .sjd-uph { color: var(--tm); font-size: 12px; }
.seodo-jd .sjd-up.has-file .sjd-upl { background: var(--w); border-style: solid; border-color: var(--w); }
.seodo-jd .sjd-up.has-file .sjd-upl svg { color: #10B981; }

.seodo-jd .sjd-ab { background: var(--w); color: var(--p) !important; border: none; padding: 16px 36px; border-radius: 30px; font-size: 15px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; text-decoration: none; }
.seodo-jd .sjd-ab:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(0,0,0,0.15); color: var(--p) !important; }
.seodo-jd .sjd-an { font-size: 12px; opacity: 0.85; margin-top: 12px; color: var(--w); }

.seodo-jd .sjd-ms { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--w); padding: 12px 16px; border-top: 1px solid var(--bd); z-index: 99; box-shadow: 0 -4px 12px rgba(0,0,0,0.06); }

@media (max-width: 968px) {
  .seodo-jd .sjd-main { grid-template-columns: 1fr; }
  .seodo-jd .sjd-ms { display: flex; gap: 8px; }
  .seodo-jd { padding-bottom: 80px; }
  .seodo-jd .sjd-h1 { font-size: 32px; }
  .seodo-jd .sjd-meta { gap: 10px; }
  .seodo-jd .sjd-card { padding: 28px 24px; }
  .seodo-jd .sjd-st { font-size: 24px; }
  .seodo-jd .sjd-as { padding: 28px 24px; }
}
@media (max-width: 900px) { .seodo-jd .sjd-cp { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) {
  .seodo-jd .sjd-cp { grid-template-columns: repeat(2, 1fr); }
  .seodo-jd .sjd-form { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .seodo-jd .sjd-hero { padding: 32px 0 48px; }
  .seodo-jd .sjd-h1 { font-size: 26px; }
  .seodo-jd .sjd-sub { font-size: 15px; }
}
@media (max-width: 400px) { .seodo-jd .sjd-cp { grid-template-columns: 1fr; } }

/* ============ CF7 INTEGRATION ============ */
.seodo-jd .seodo-cf7-form .sjd-cf7-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.seodo-jd .seodo-cf7-form .sjd-cf7-row { margin: 0; padding: 0; }
.seodo-jd .seodo-cf7-form .sjd-cf7-full { grid-column: 1 / -1; }
.seodo-jd .seodo-cf7-form .sjd-fi { background: rgba(255,255,255,0.95) !important; border: 2px solid transparent !important; padding: 14px 18px !important; border-radius: 12px !important; font-size: 14px !important; font-family: inherit !important; width: 100% !important; transition: all 0.2s !important; color: var(--txt) !important; box-sizing: border-box; }
.seodo-jd .seodo-cf7-form .sjd-fi:focus { outline: none !important; border-color: var(--w) !important; background: var(--w) !important; }
.seodo-jd .seodo-cf7-form textarea.sjd-fi { resize: vertical; min-height: 100px; font-family: inherit; }
.seodo-jd .seodo-cf7-form .sjd-cf7-upload { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.95); border: 2px dashed rgba(255,255,255,0.4); padding: 16px 20px; border-radius: 12px; cursor: pointer; transition: all 0.2s; width: 100%; margin: 0; box-sizing: border-box; }
.seodo-jd .seodo-cf7-form .sjd-cf7-upload:hover { background: var(--w); border-color: var(--w); border-style: solid; }
.seodo-jd .seodo-cf7-form .sjd-cf7-upload svg { color: var(--p); flex-shrink: 0; }
.seodo-jd .seodo-cf7-form .sjd-cf7-upload-text { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.seodo-jd .seodo-cf7-form .sjd-cf7-upload-text strong { color: var(--txt); font-size: 14px; font-weight: 600; }
.seodo-jd .seodo-cf7-form .sjd-cf7-upload-text small { color: var(--tm); font-size: 12px; }
.seodo-jd .seodo-cf7-form .sjd-cf7-upload input[type="file"] { position: absolute; width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; z-index: -1; }
.seodo-jd .seodo-cf7-form .sjd-ab { background: var(--w); color: var(--p); border: none; padding: 16px 32px; border-radius: 12px; font-weight: 700; font-size: 15px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; font-family: inherit; }
.seodo-jd .seodo-cf7-form .sjd-ab:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.seodo-jd .seodo-cf7-form .wpcf7-not-valid-tip { color: #FFE4E4 !important; font-size: 12px !important; margin-top: 4px !important; }
.seodo-jd .seodo-cf7-form .wpcf7-response-output { color: var(--w) !important; border: 2px solid rgba(255,255,255,0.3) !important; border-radius: 8px !important; padding: 12px 16px !important; margin-top: 16px !important; }
.seodo-jd .seodo-cf7-form .wpcf7-spinner { background-color: var(--w); }

/* CF7 readonly field styling (cho applied_position) */
.seodo-jd .seodo-cf7-form input[readonly].sjd-fi { background: rgba(255,255,255,0.7) !important; cursor: not-allowed; font-weight: 600; color: var(--p) !important; }

@media (max-width: 600px) {
  .seodo-jd .seodo-cf7-form .sjd-cf7-grid { grid-template-columns: 1fr; }
}
