
#page-home .hx-eyek{ font-size:.7rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:#7d9e77; margin-bottom:10px; }
#page-home .hx-sec{ max-width:1200px; margin:0 auto; padding:60px 24px; }
#page-home .hx-sec-head{ max-width:640px; }
#page-home .hx-sec-head.hx-center{ margin-left:auto; margin-right:auto; text-align:center; }
#page-home .hx-sec-title{ font-family:Georgia,serif; font-weight:700 !important; color:#243447 !important; font-size:clamp(1.7rem,3.4vw,2.4rem); line-height:1.15; margin:0; }
#page-home .hx-sec-sub{ margin:12px 0 0; font-size:1.02rem; color:#5a6a78; line-height:1.6; }
#page-home .hx-soft{ background:#fff; border:1px solid #dde6d8; border-radius:20px; box-shadow:0 4px 22px rgba(36,52,71,.05); transition:transform .2s, box-shadow .2s; }
#page-home .hx-soft:hover{ transform:translateY(-4px); box-shadow:0 16px 38px rgba(36,52,71,.10); }
#page-home .hx-btn-outline{ display:inline-flex; align-items:center; gap:8px; background:#fff; color:#243447; border:1.6px solid #243447; border-radius:999px; padding:13px 26px; font-weight:800; font-size:.9rem; font-family:inherit; cursor:pointer; transition:.18s; }
#page-home .hx-btn-outline:hover{ background:#f3f7f1; transform:translateY(-1px); }
#page-home .hx-journeys{ margin-top:40px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
#page-home .hx-journey{ padding:24px; text-align:left; cursor:pointer; }
#page-home .hx-journey-top{ display:flex; align-items:flex-start; justify-content:space-between; }
#page-home .hx-journey-ico{ display:flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:15px; background:#f3f7f1; font-size:1.5rem; }
#page-home .hx-journey-arrow{ color:#7d9e77; font-size:1.2rem; margin-top:6px; transition:transform .2s; }
#page-home .hx-journey:hover .hx-journey-arrow{ transform:translateX(4px); }
#page-home .hx-journey-title{ font-family:Georgia,serif; font-weight:700 !important; color:#243447 !important; font-size:1.25rem; margin:18px 0 0; }
#page-home .hx-journey-desc{ font-size:.9rem; color:#5a6a78; line-height:1.55; margin:8px 0 0; }
#page-home .hx-comm-grid{ margin-top:36px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
#page-home .hx-comm-box{ overflow:hidden; }
#page-home .hx-comm-top{ height:108px; display:flex; align-items:center; justify-content:center; background:#eaf1e7; font-size:1.9rem; }
#page-home .hx-comm-body{ padding:20px; }
#page-home .hx-comm-kicker{ font-size:.68rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; color:#7d9e77; }
#page-home .hx-comm-title{ font-weight:800 !important; color:#243447 !important; margin:6px 0 0; }
#page-home .hx-comm-desc{ font-size:.86rem; color:#5a6a78; line-height:1.5; margin:6px 0 0; }
#page-home .hx-values{ max-width:1200px; margin:0 auto; padding:44px 24px 46px; display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
#page-home .hx-value{ display:flex; align-items:center; gap:13px; background:#f3f7f1; border-radius:18px; padding:18px; }
#page-home .hx-value-ico{ display:flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:11px; background:#fff; font-size:1.2rem; flex:none; }
#page-home .hx-value-label{ font-weight:700; font-size:.9rem; color:#243447; }
@media(max-width:900px){
  #page-home .hx-journeys, #page-home .hx-comm-grid{ grid-template-columns:1fr; }
  #page-home .hx-values{ grid-template-columns:repeat(2,1fr); }
}
