/* NOBLEWAY main draft: existing theme styles are used for fonts/buttons; only main layout is defined here. */
.nw_site{background:#fff;color:#222}
.nw_inner{width:1200px;max-width:calc(100% - 48px);margin:0 auto}
.nw_header{background:#fff;border-bottom:1px solid #e5e8ec}
.nw_header_inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.nw_brand{font-size:22px;font-weight:700;letter-spacing:.16em;color:#152238;text-decoration:none}
.nw_nav{display:flex;align-items:center;justify-content:flex-end;gap:34px}
.nw_nav a{color:#333;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap}
.nw_nav a:hover{color:#253dbe}
.nw_main{float:none!important;width:auto!important;min-height:0!important;margin:0!important;font-size:1em!important}
.nw_hero{background:#f2f4f7;border-bottom:1px solid #e1e5e9}
.nw_hero_inner{min-height:620px;display:flex;align-items:center;justify-content:space-between;gap:70px;padding:70px 0}
.nw_hero_copy{width:56%;max-width:650px}
.nw_kicker,.nw_section_label{margin:0 0 20px;color:#657083;font-size:12px;font-weight:700;letter-spacing:.18em}
.nw_hero h1{margin:0;color:#152238;font-size:64px;line-height:1;letter-spacing:.04em}
.nw_hero_message{margin:36px 0 14px;color:#222;font-size:30px;font-weight:700;line-height:1.5}
.nw_hero_text{max-width:590px;margin:0;color:#666;font-size:16px;line-height:1.9}
.nw_actions{display:flex;gap:10px;margin-top:36px}
.nw_actions .btn,.nw_contact .btn{display:inline-flex;align-items:center;justify-content:center;min-width:170px;height:46px;line-height:46px;padding:0 24px;font-size:14px;border-radius:0;box-sizing:border-box}
.nw_hero_visual{width:360px;height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#17253b;color:#fff;border-left:10px solid #304a70;box-sizing:border-box}
.nw_visual_mark{font-size:160px;font-weight:700;line-height:1}
.nw_visual_word{margin-top:22px;font-size:14px;letter-spacing:.3em}
.nw_section{padding:100px 0;border-bottom:1px solid #e8eaed}
.nw_two_col{display:grid;grid-template-columns:1fr 1.35fr;gap:100px}
.nw_section h2,.nw_contact h2{margin:0;color:#17253b;font-size:34px;line-height:1.35}
.nw_section_body{padding-top:4px}
.nw_section_body p{margin:0 0 16px;color:#666;font-size:15px;line-height:2}
.nw_section_body .nw_lead{color:#222;font-size:20px;font-weight:700;line-height:1.7}
.nw_text_link{display:inline-block;margin-top:16px;color:#253dbe;font-size:14px;font-weight:700;text-decoration:none}
.nw_section_head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}
.nw_section_head>p{max-width:520px;margin:0;color:#777;font-size:14px;line-height:1.8;text-align:right}
.nw_cards{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dfe3e7;border-left:1px solid #dfe3e7}
.nw_card{min-height:210px;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;border-right:1px solid #dfe3e7;border-bottom:1px solid #dfe3e7;background:#fff;color:#222;text-decoration:none;box-sizing:border-box}
.nw_card:hover{background:#f7f8fa}
.nw_card_num{margin-bottom:auto;color:#8a94a3;font-size:12px}
.nw_card strong{font-size:21px}
.nw_card>span:last-child{margin-top:8px;color:#8a94a3;font-size:12px;letter-spacing:.12em}
.nw_news{background:#fafbfc}
.nw_news_head{align-items:center}
.nw_news_head .nw_text_link{margin-top:0}
.nw_news_list{border-top:1px solid #cfd5dc}
.nw_news_item{display:grid;grid-template-columns:130px 1fr;gap:30px;padding:22px 8px;border-bottom:1px solid #e0e4e8;color:#333;text-decoration:none}
.nw_news_item time{color:#7d8794;font-size:13px}
.nw_news_item span{font-size:14px}
.nw_news_empty{padding:40px 8px;border-bottom:1px solid #e0e4e8;color:#888;text-align:center}
.nw_contact{background:#17253b;color:#fff;padding:72px 0}
.nw_contact_inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.nw_contact .nw_section_label{color:#aeb8c7}
.nw_contact h2{color:#fff}
.nw_contact p:not(.nw_section_label){margin:14px 0 0;color:#d9dee5;font-size:14px}
.nw_contact .btn_submit{background:#fff;color:#17253b}
.nw_footer{background:#101a29;color:#aeb7c4;padding:46px 0 20px}
.nw_footer_inner{display:flex;align-items:flex-start;justify-content:space-between;gap:40px}
.nw_footer_brand{display:block;margin-bottom:12px;color:#fff;font-size:18px;letter-spacing:.12em}
.nw_footer p{margin:0;font-size:12px;line-height:1.7}
.nw_footer_links{display:flex;gap:24px;flex-wrap:wrap;justify-content:flex-end}
.nw_footer_links a{color:#dce2ea;font-size:12px;text-decoration:none}
.nw_copyright{margin-top:38px;padding-top:18px;border-top:1px solid #2a3545;font-size:11px}

@media (max-width:900px){
  .nw_inner{max-width:calc(100% - 40px)}
  .nw_header_inner{min-height:72px;display:block;padding:18px 0}
  .nw_brand{display:inline-block;margin-bottom:16px}
  .nw_nav{justify-content:flex-start;gap:20px;overflow-x:auto;padding-bottom:2px}
  .nw_hero_inner{min-height:0;gap:34px;padding:60px 0}
  .nw_hero_copy{width:58%}
  .nw_hero h1{font-size:46px}
  .nw_hero_message{font-size:25px}
  .nw_hero_visual{width:280px;height:330px}
  .nw_visual_mark{font-size:120px}
  .nw_section{padding:72px 0}
  .nw_two_col{grid-template-columns:1fr;gap:34px}
}

@media (max-width:640px){
  .nw_inner{max-width:calc(100% - 32px)}
  .nw_nav{gap:18px}
  .nw_nav a{font-size:13px}
  .nw_hero_inner{display:block;padding:52px 0}
  .nw_hero_copy{width:100%;max-width:none}
  .nw_hero h1{font-size:40px}
  .nw_hero_message{margin-top:28px;font-size:23px}
  .nw_hero_text{font-size:14px;line-height:1.8}
  .nw_actions{display:block}
  .nw_actions .btn{width:100%;margin-bottom:8px}
  .nw_hero_visual{width:100%;height:220px;margin-top:36px;border-left:0;border-bottom:8px solid #304a70}
  .nw_visual_mark{font-size:88px}
  .nw_section{padding:58px 0}
  .nw_section h2,.nw_contact h2{font-size:28px}
  .nw_section_body .nw_lead{font-size:18px}
  .nw_section_head{display:block;margin-bottom:28px}
  .nw_section_head>p{margin-top:14px;text-align:left}
  .nw_cards{grid-template-columns:1fr}
  .nw_card{min-height:150px;padding:24px}
  .nw_news_item{grid-template-columns:1fr;gap:8px;padding:20px 4px}
  .nw_contact{padding:54px 0}
  .nw_contact_inner{display:block}
  .nw_contact .btn{width:100%;margin-top:28px}
  .nw_footer_inner{display:block}
  .nw_footer-links{justify-content:flex-start}
  .nw_footer_links{justify-content:flex-start;margin-top:26px;gap:16px}
}
