.elementor-11209 .elementor-element.elementor-element-cee6940{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b801958 */@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;600&display=swap');
 
  :root {
    --navy: #0a1628;
    --navy-light: #112240;
    --blue: #1e5ef3;
    --blue-light: #3b7fff;
    --cyan: #00c2e0;
    --orange: #ff6b2b;
    --orange-light: #ff8c55;
    --green: #00c87a;
    --red: #ff3b5c;
    --yellow: #ffc23a;
    --gray-100: #f4f6f9;
    --gray-200: #e8ecf2;
    --gray-400: #9aabbf;
    --gray-600: #5a7080;
    --text: #1a2638;
    --text-light: #4a6070;
    --white: #ffffff;
  }
 
  * { margin: 0; padding: 0; box-sizing: border-box; }
 
  body {
    font-family: 'Be Vietnam Pro', sans-serif;
    background: var(--white);
    color: var(--text);
    line-height: 1.75;
    font-size: 15.5px;
  }
 
  .blog-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 24px 80px;
  }
 
  /* ── HERO ── */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, #0e2a52 60%, #172f5a 100%);
    border-radius: 20px;
    padding: 52px 48px 48px;
    margin: 36px 0 48px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,94,243,.25) 0%, transparent 70%);
  }
  .hero-tag {
    display: inline-block;
    background: rgba(0,194,224,.15);
    border: 1px solid rgba(0,194,224,.4);
    color: var(--cyan);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(22px, 3.5vw, 32px);
    font-weight: 800;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .hero h1 span { color: var(--cyan); }
  .hero-desc {
    color: rgba(255,255,255,.72);
    font-size: 15px;
    max-width: 600px;
    line-height: 1.7;
  }
  .hero-stats {
    display: flex;
    gap: 28px;
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .hero-stat {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
  }
  .hero-stat .val {
    font-size: 26px;
    font-weight: 800;
    color: var(--cyan);
    display: block;
    line-height: 1;
  }
  .hero-stat .lbl {
    font-size: 11.5px;
    color: rgba(255,255,255,.55);
    margin-top: 4px;
    font-weight: 500;
  }
 
  /* ── HEADINGS ── */
  h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin: 52px 0 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid var(--blue);
    position: relative;
  }
  h2::before {
    content: '';
    position: absolute;
    bottom: -3px; left: 0;
    width: 52px; height: 3px;
    background: var(--cyan);
  }
  h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy-light);
    margin: 28px 0 12px;
  }
 
  p { margin-bottom: 14px; color: var(--text); }
 
  /* ── ALERT BOXES ── */
  .box {
    border-radius: 14px;
    padding: 20px 24px;
    margin: 24px 0;
    border-left: 5px solid;
  }
  .box-warn {
    background: #fff8ed;
    border-color: var(--orange);
  }
  .box-warn .box-title { color: var(--orange); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
  .box-info {
    background: #edf4ff;
    border-color: var(--blue);
  }
  .box-info .box-title { color: var(--blue); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
  .box-danger {
    background: #fff0f2;
    border-color: var(--red);
  }
  .box-danger .box-title { color: var(--red); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
  .box-success {
    background: #edfaf4;
    border-color: var(--green);
  }
  .box-success .box-title { color: var(--green); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
 
  /* ── FORMULA BOX ── */
  .formula-block {
    background: var(--navy);
    border-radius: 16px;
    padding: 28px 32px;
    margin: 28px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .formula-block::after {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 160px; height: 160px;
    background: radial-gradient(circle, rgba(0,194,224,.18) 0%, transparent 70%);
  }
  .formula-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 16px;
  }
  .formula-main {
    font-family: 'JetBrains Mono', monospace;
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    background: rgba(255,255,255,.07);
    display: inline-block;
    padding: 14px 32px;
    border-radius: 10px;
    border: 1px solid rgba(0,194,224,.3);
    margin-bottom: 12px;
  }
  .formula-note {
    font-size: 13px;
    color: rgba(255,255,255,.55);
  }
 
  /* ── TABLES ── */
  .tbl-wrap { overflow-x: auto; margin: 24px 0; border-radius: 14px; box-shadow: 0 2px 20px rgba(0,0,0,.07); }
  table { width: 100%; border-collapse: collapse; font-size: 14px; }
  thead tr { background: var(--navy); }
  thead th {
    color: var(--white);
    font-weight: 700;
    padding: 13px 16px;
    text-align: left;
    font-size: 13px;
    letter-spacing: .04em;
  }
  tbody tr { border-bottom: 1px solid var(--gray-200); }
  tbody tr:last-child { border-bottom: none; }
  tbody tr:nth-child(even) { background: var(--gray-100); }
  tbody td { padding: 12px 16px; vertical-align: middle; }
  .td-red { color: var(--red); font-weight: 700; }
  .td-green { color: var(--green); font-weight: 700; }
  .td-blue { color: var(--blue); font-weight: 700; }
  .td-orange { color: var(--orange); font-weight: 700; }
  .badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
  }
  .badge-red { background: #fff0f2; color: var(--red); }
  .badge-green { background: #edfaf4; color: var(--green); }
  .badge-orange { background: #fff4ee; color: var(--orange); }
  .badge-blue { background: #edf4ff; color: var(--blue); }
 
  /* ── STEPS / CHECKLIST ── */
  .checklist { list-style: none; margin: 16px 0; }
  .checklist li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-200);
    font-size: 15px;
  }
  .checklist li:last-child { border-bottom: none; }
  .check-num {
    flex-shrink: 0;
    width: 28px; height: 28px;
    background: var(--blue);
    color: var(--white);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin-top: 1px;
  }
  .check-content strong { display: block; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
  .check-content span { font-size: 13.5px; color: var(--text-light); }
 
  .mistake-list { list-style: none; margin: 16px 0; }
  .mistake-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-200);
  }
  .mistake-list li:last-child { border-bottom: none; }
  .mistake-icon {
    flex-shrink: 0;
    font-size: 18px;
    margin-top: 1px;
  }
 
  /* ── CASE STUDY ── */
  .case-study {
    background: linear-gradient(135deg, var(--navy) 0%, #0e2a52 100%);
    border-radius: 18px;
    padding: 36px 40px;
    margin: 36px 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
  }
  .case-study::before {
    content: 'CASE STUDY';
    position: absolute;
    top: 24px; right: 24px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    color: rgba(0,194,224,.6);
    border: 1px solid rgba(0,194,224,.3);
    padding: 4px 12px;
    border-radius: 20px;
  }
  .case-study h3 { color: var(--cyan); margin-top: 0; font-size: 18px; }
  .case-study p { color: rgba(255,255,255,.78); }
  .case-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
  }
  .case-box {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 18px 20px;
  }
  .case-box .case-box-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: 10px;
  }
  .case-box .case-box-val {
    font-size: 28px;
    font-weight: 800;
    display: block;
    line-height: 1;
  }
  .case-box .case-box-sub {
    font-size: 12.5px;
    color: rgba(255,255,255,.5);
    margin-top: 4px;
  }
  .case-box-red .case-box-val { color: #ff6b6b; }
  .case-box-green .case-box-val { color: var(--green); }
  .case-box-blue .case-box-val { color: var(--cyan); }
 
  /* ── COMPARE CARDS ── */
  .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 24px 0;
  }
  .compare-card {
    border-radius: 14px;
    padding: 22px;
    border: 2px solid;
  }
  .compare-card.before {
    border-color: #ffcdd5;
    background: #fff8f9;
  }
  .compare-card.before .compare-label { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
  .compare-card.after {
    border-color: #b8f0d8;
    background: #f2fcf7;
  }
  .compare-card.after .compare-label { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
  .compare-card p { font-size: 13.5px; margin-bottom: 8px; }
  .compare-card .cval { font-size: 20px; font-weight: 800; display: block; margin-top: 8px; }
  .compare-card.before .cval { color: var(--red); }
  .compare-card.after .cval { color: var(--green); }
 
  /* ── CTA BLOCK ── */
  .cta-block {
    background: linear-gradient(135deg, #0a1628 0%, #0e3060 100%);
    border-radius: 18px;
    padding: 36px 40px;
    margin: 40px 0;
    border: 1px solid rgba(30,94,243,.3);
    position: relative;
    overflow: hidden;
  }
  .cta-block::before {
    content: '';
    position: absolute;
    bottom: -40px; right: -40px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(0,194,224,.15) 0%, transparent 70%);
  }
  .cta-block h3 {
    color: var(--white);
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .cta-block p { color: rgba(255,255,255,.65); margin-bottom: 24px; font-size: 14.5px; }
  .cta-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .cta-person {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 18px 20px;
  }
  .cta-person .role {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 6px;
  }
  .cta-person .name {
    font-size: 16px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
  }
  .cta-person .contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.7);
    margin-bottom: 5px;
  }
  .cta-person .contact-line span { font-size: 15px; }
  .cta-person a { color: var(--cyan); text-decoration: none; }
 
  /* ── FAQ ── */
  .faq-item {
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .faq-q {
    padding: 16px 20px;
    font-weight: 700;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    gap: 12px;
  }
  .faq-q:hover { background: var(--gray-100); }
  .faq-q .faq-arrow { color: var(--blue); font-size: 18px; flex-shrink: 0; transition: transform .3s; }
  .faq-a {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s;
    font-size: 14.5px;
    color: var(--text-light);
    background: var(--gray-100);
  }
  .faq-item.open .faq-a {
    max-height: 400px;
    padding: 16px 20px;
  }
  .faq-item.open .faq-arrow { transform: rotate(180deg); }
 
  /* ── DECISION MATRIX ── */
  .decision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin: 24px 0;
  }
  .decision-card {
    border-radius: 14px;
    padding: 20px;
    border-top: 4px solid;
  }
  .decision-card h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .decision-card ul { padding-left: 16px; font-size: 13.5px; color: var(--text-light); }
  .decision-card ul li { margin-bottom: 4px; }
  .dc-go { border-color: var(--green); background: #f2fcf7; }
  .dc-go h4 { color: var(--green); }
  .dc-consider { border-color: var(--yellow); background: #fffcf0; }
  .dc-consider h4 { color: #b8870a; }
  .dc-optimize { border-color: var(--blue); background: #edf4ff; }
  .dc-optimize h4 { color: var(--blue); }
 
  /* ── QUICK REF TABLE ── */
  .qref-note { font-size: 12.5px; color: var(--text-light); margin-top: 8px; font-style: italic; }
 
  /* ── FINAL CHECKLIST ── */
  .sop-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px dashed var(--gray-200);
  }
  .sop-step:last-child { border-bottom: none; }
  .sop-num {
    flex-shrink: 0;
    width: 36px; height: 36px;
    background: linear-gradient(135deg, var(--blue), var(--blue-light));
    color: var(--white);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
  }
  .sop-body strong { font-weight: 700; color: var(--navy); display: block; margin-bottom: 3px; }
  .sop-body p { font-size: 13.5px; color: var(--text-light); margin: 0; }
 
  /* ── DIVIDER ── */
  .divider {
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gray-200), transparent);
    margin: 40px 0;
  }
 
  /* ── HIGHLIGHT TEXT ── */
  .hl-orange { color: var(--orange); font-weight: 700; }
  .hl-red { color: var(--red); font-weight: 700; }
  .hl-green { color: var(--green); font-weight: 700; }
  .hl-blue { color: var(--blue); font-weight: 700; }
  .mono {
    font-family: 'JetBrains Mono', monospace;
    background: var(--gray-100);
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 13.5px;
  }
 
  @media (max-width: 620px) {
    .hero { padding: 32px 24px; }
    .hero-stats { gap: 12px; }
    .case-row, .compare-grid, .cta-contacts { grid-template-columns: 1fr; }
    .cta-block { padding: 28px 24px; }
    .formula-main { font-size: 16px; padding: 12px 18px; }
    h2 { font-size: 19px; }
  }/* End custom CSS */