/**
 * ONE PLUS — Virtual office custom blocks
 * Keep styles in theme CSS so ACF/wpautop cannot break page layout.
 */

.op-vo-price{margin:8px 0 28px}
.op-vo-price__card{border:1px solid #e8edf5;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(9,43,150,.07)}
.op-vo-price__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#092B96,#086CDC);color:#fff}
.op-vo-price__bar-title{margin:0;font-size:15px;font-weight:700;letter-spacing:.01em}
.op-vo-price__bar-note{margin:0;font-size:12px;opacity:.9}
.op-vo-price__grid{display:grid;grid-template-columns:1fr 1fr}
.op-vo-price__col{padding:22px 20px 20px;position:relative}
.op-vo-price__col + .op-vo-price__col{border-left:1px solid #eef2f7}
.op-vo-price__col--start{background:linear-gradient(180deg,#f4f8ff 0%,#fff 55%)}
.op-vo-price__badge{display:inline-flex;align-items:center;gap:6px;margin:0 0 12px;padding:5px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;background:#092B96;color:#fff}
.op-vo-price__badge--next{background:#eef3fb;color:#092B96}
.op-vo-price__period{margin:0 0 8px;font-size:15px;font-weight:700;color:#131313}
.op-vo-price__amount{margin:0;font-size:40px;line-height:1;font-weight:800;color:#092B96;letter-spacing:-.02em}
.op-vo-price__amount span{font-size:18px;font-weight:700;margin-left:4px}
.op-vo-price__unit{margin:8px 0 0;font-size:13px;color:#5b6475}
.op-vo-price__month{margin:14px 0 0;padding:10px 12px;border-radius:12px;background:#f7f9fc;border:1px solid #e8edf5;font-size:13px;line-height:1.35;color:#1f2a44}
.op-vo-price__month strong{color:#092B96}
.op-vo-price__foot{padding:14px 18px;border-top:1px solid #eef2f7;background:#fafbfd;font-size:13px;line-height:1.45;color:#5b6475}
.op-vo-price__foot strong{color:#131313}
@media (max-width:720px){
  .op-vo-price__grid{grid-template-columns:1fr}
  .op-vo-price__col + .op-vo-price__col{border-left:0;border-top:1px solid #eef2f7}
  .op-vo-price__amount{font-size:34px}
  .op-vo-price__bar{flex-direction:column;align-items:flex-start}
}

.op-vo-features{margin:28px 0 36px}
h2.op-vo-features__title,.op-vo-features__title{margin:0 0 22px;text-align:center;font-size:28px;line-height:1.25;font-weight:700;color:#092B96}
.op-vo-features__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.op-vo-features__card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;min-height:190px;padding:22px 16px 18px;background:#fff;border:1px solid #e8edf5;border-radius:16px;box-shadow:0 10px 24px rgba(9,43,150,.06);text-align:center}
.op-vo-features__ico{width:56px;height:56px;color:#092B96;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1;font-weight:700}
.op-vo-features__text{margin:0;font-size:14px;line-height:1.4;font-weight:600;color:#092B96}
@media (max-width:1024px){
  .op-vo-features__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .op-vo-features__title{font-size:24px}
  .op-vo-features__card{min-height:170px;padding:18px 14px}
}
@media (max-width:560px){
  .op-vo-features{margin:20px 0 28px}
  .op-vo-features__title{font-size:20px;margin-bottom:14px;text-align:left}
  .op-vo-features__grid{grid-template-columns:1fr;gap:10px}
  .op-vo-features__card{min-height:0;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px;padding:14px 14px;text-align:left;border-radius:14px}
  .op-vo-features__ico{width:42px;height:42px;font-size:22px}
  .op-vo-features__text{font-size:13px;line-height:1.35}
}

.op-vo-compare{margin:28px 0 36px;padding:0}
.op-vo-compare__card{background:#fff;border-radius:18px;box-shadow:0 10px 28px rgba(16,24,40,.08);border:1px solid #e8edf5;overflow:hidden}
.op-vo-compare__head{padding:18px 20px 14px;border-bottom:1px solid #eef2f7}
.op-vo-compare__title{margin:0;font-size:18px;line-height:1.35;font-weight:700;color:#131313}
.op-vo-compare__table{width:100%;border-collapse:collapse;table-layout:fixed}
.op-vo-compare__table th,
.op-vo-compare__table td{padding:14px 16px;vertical-align:middle;border-bottom:1px solid #eef2f7;font-size:15px;line-height:1.4;color:#1a1a1a}
.op-vo-compare__table tr:last-child th,
.op-vo-compare__table tr:last-child td{border-bottom:0}
.op-vo-compare__table thead th{font-size:14px;font-weight:700;text-align:center;background:#fafbfd}
.op-vo-compare__feat{text-align:left;font-weight:500;width:58%}
.op-vo-compare__col-op{color:#092B96;width:21%}
.op-vo-compare__col-comp{color:#1f2a44;width:21%}
.op-vo-compare__ico{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:5px;color:#fff;font-size:12px;font-weight:700;line-height:1}
.op-vo-compare__ico--yes{background:#092B96}
.op-vo-compare__ico--no{background:#9aa3b2}
.op-vo-compare__cell{text-align:center}
.op-vo-compare__mobile{display:none}
@media (max-width:720px){
  .op-vo-compare{margin:20px 0 28px}
  .op-vo-compare__desktop{display:none!important}
  .op-vo-compare__mobile{display:block}
  .op-vo-compare__card{border-radius:14px}
  .op-vo-compare__head{padding:14px 14px 12px}
  .op-vo-compare__title{font-size:15px}
  .op-vo-compare__mrow{padding:14px;border-bottom:1px solid #eef2f7}
  .op-vo-compare__mrow:last-child{border-bottom:0}
  .op-vo-compare__mfeat{font-size:14px;line-height:1.4;margin:0 0 10px;font-weight:600;color:#131313}
  .op-vo-compare__mcols{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .op-vo-compare__mcol{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:10px;background:#f7f9fc;border:1px solid #e8edf5}
  .op-vo-compare__mlabel{font-size:12px;font-weight:700;line-height:1.2}
  .op-vo-compare__mlabel--op{color:#092B96}
  .op-vo-compare__mlabel--comp{color:#1f2a44}
}
