:root{--blue:#15569a;--link:#0000ee;--ink:#333;--muted:#747474;--line:#cfcfcf;--card:#f8fafc;--action:#2865ec}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.36}
a{color:var(--link);text-decoration:none}
.site-header{height:100px;background:#185998;display:flex;align-items:center;justify-content:center;color:#fff}
.brand{font-family:Impact,"Arial Narrow",sans-serif;font-size:50px;letter-spacing:-.5px;line-height:1;white-space:nowrap}
.page-shell{width:1040px;margin:43px auto 76px;display:grid;grid-template-columns:590px 348px;column-gap:102px;align-items:start}
.article-column{position:relative;width:590px}
.article-header h1{font-family:"Times New Roman",Times,serif;font-weight:400;font-size:25px;line-height:1.27;margin:0 0 20px}
.article-header h1 a{color:#000080;font-weight:700}
.article-header{border-bottom:1px solid #bbb;padding-bottom:20px;margin-bottom:31px}
.story-meta{font-size:11px;color:#8c8c8c}
.article-column p{font-size:14px;color:#747474;line-height:1.38;margin:18px 0}
.article-column .lead{color:#303030;line-height:1.35;margin:0 0 2px}
.content-image{display:block;width:590px;height:auto;margin:0}
.hero-image{margin-top:0}
.share-rail{position:absolute;left:-70px;top:405px;display:flex;flex-direction:column;gap:10px}
.share-rail button{width:34px;height:34px;border:0;border-radius:50%;background:#efefef;color:#8b8b8b;font-weight:bold;cursor:pointer}
.registration-card{width:590px;background:var(--card);border-radius:8px;margin:52px 0 47px;padding:41px 45px 39px}
.registration-card h2{text-align:center;color:#1e3a8a;font-size:27px;line-height:1.2;margin:0 0 31px}
.registration-form{display:grid;gap:14px}
.field{display:block}
.field input,.country-select{width:100%;height:52px;border:1px solid #e3e3e3;background:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.field input{padding:0 15px;font:16px Arial,sans-serif;color:#333;outline:none}
.field input::placeholder{color:#777;opacity:1}
.field.invalid input,.country-select.invalid{border-color:#d83d3d;box-shadow:0 0 0 1px rgba(216,61,61,.12)}
.phone-row{display:grid;grid-template-columns:84px 1fr}
.phone-row .phone-field input{border-radius:0 8px 8px 0;border-left:0}
.country-select{display:flex;align-items:center;border-radius:8px 0 0 8px;background:#f7f7f7;padding:0 10px;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.country-select .flag{display:block;width:20px;height:14px;object-fit:cover;margin-right:6px;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.country-select select{min-width:28px;border:0;background:transparent;color:#333;font-size:13px;outline:0;padding:0;appearance:none;-webkit-appearance:none;-moz-appearance:none}
.registration-form button{height:51px;border:0;border-radius:7px;background:var(--action);color:#fff;font-size:17px;font-weight:bold;cursor:pointer}
.registration-form button:hover{background:#1457e4}
.registration-form button:disabled{opacity:.65;cursor:default}
.form-error{display:none!important;margin:0!important;color:#b42318!important;font-size:12px!important;text-align:center}
.form-error.visible{display:block!important}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.article-section{margin:0 0 27px}
.section-title{font-size:31px;line-height:1.12;margin:0 0 25px;position:relative;color:#333}
.section-title:after,.comments-section:before{content:"";display:block;width:40px;height:4px;background:#087bc1;margin-top:11px}
.article-section .content-image{margin-bottom:16px}
.article-section p:first-of-type{margin-top:0}
.two-lines{margin-bottom:20px}
.transactions{margin-left:0}
.benefits-card{background:var(--card);border-radius:8px;padding:62px 24px 26px;margin-top:2px;margin-bottom:20px}
.benefits-card h2{text-align:center;color:#1e3a8a;font-size:24px;margin:0 0 27px}
.benefit{min-height:81px;background:#fff;border-radius:8px;box-shadow:0 2px 3px rgba(0,0,0,.12);margin:0 0 14px;padding:17px 16px;display:flex;align-items:center;gap:16px}
.benefit b{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:#2865ec;color:#fff;font-size:16px}
.benefit div{display:grid;gap:8px}
.benefit strong{color:#1239a0;font-size:14px}
.benefit span{color:#4c5567;font-size:13px}
.benefits-card p{margin:16px 0 0;color:#4c5567}
.chance-section h2{font-size:24px;font-weight:400;margin:0 0 22px}
.second-card{margin-top:51px;margin-bottom:47px}
.comments-section{margin-top:0}
.comments-section:before{margin-bottom:23px}
.comments-section h2{font-size:22px;font-weight:400;margin:0 0 19px;padding-bottom:20px;border-bottom:1px solid #bbb}
.comment{display:grid;grid-template-columns:48px 1fr;gap:17px;padding:19px 0 20px;border-bottom:1px solid #aaa}
.avatar{width:45px;height:45px;background:#087ed0;color:#fff;display:grid;place-items:center;font-size:18px;font-weight:400}
.comment-head{font-size:13px;color:#777;margin-bottom:8px}
.comment-head strong{color:#727272}
.comment-text{font-size:13px!important;line-height:1.65!important;margin:0!important;color:#737373!important}
.comment-actions{margin-top:9px;color:#bebebe;font-size:11px;display:flex;gap:10px}
.comment-actions span{display:inline-flex;align-items:center;gap:3px}
.comment-actions img{width:13px;height:11px}
.thumb-down{display:inline-block;transform:rotate(180deg)}
.sidebar{padding-top:150px}
.sidebar-card{width:348px;border:1px solid #e6e6e6;border-radius:10px;background:#fff;padding:25px 36px 15px;box-shadow:0 1px 8px rgba(0,0,0,.12)}
.sidebar-card>img{width:272px;height:192px;object-fit:cover;border-radius:8px 8px 0 0;display:block}
.sidebar-copy{padding:23px 16px 0}
.sidebar-copy h2{font-size:20px;line-height:1.16;margin:0 0 15px;color:#222}
.sidebar-copy p{font-size:16px;line-height:1.18;margin:0;color:#4b5563}
.sidebar-ad{display:block;width:232px;height:464px;margin:20px 0 0}
.site-footer{background:#f7f7f7;text-align:center;color:#aaa;padding:37px 30px 13px;font-size:9px}
.site-footer nav{display:flex;justify-content:center;gap:26px;margin-bottom:39px;font-size:11px}
.site-footer nav a{color:#006fc9;text-decoration:none}
.site-footer p{max-width:1450px;margin:0 auto;line-height:1.3}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){
  html,body{max-width:100%;overflow-x:hidden}
  .page-shell{width:min(590px,calc(100% - 34px));display:block;margin:43px auto 76px}
  .article-column{width:100%;min-width:0}
  .content-image,.registration-card{width:100%;max-width:100%}
  .sidebar,.share-rail{display:none}
}
@media(max-width:640px){
  .site-header{height:97px}.brand{font-size:clamp(35px,11.5vw,42px);letter-spacing:-.7px}
  .page-shell{width:auto;display:block;margin:41px 17px 48px}
  .article-header h1{font-size:25px;line-height:1.27}
  .article-header{padding-bottom:20px;margin-bottom:31px}
  .article-column p{font-size:14px;line-height:1.38}
  .article-column .lead{line-height:1.35}
  .registration-card{margin:51px 0 49px;padding:41px 23px 38px}
  .registration-card h2{max-width:275px;margin:0 auto 32px;font-size:29px;line-height:1.04}
  .registration-form{gap:14px}
  .field input,.country-select{height:51px}
  .registration-form button{height:51px}
  .article-section{margin-bottom:27px}
  .section-title{font-size:32px;line-height:1.12;margin-bottom:25px}
  .section-title:after{margin-top:11px}
  .two-lines br{display:none}
  .benefits-card{padding:62px 24px 26px;margin-bottom:26px}
  .benefits-card h2{font-size:24px}
  .benefit{align-items:flex-start;padding:17px 16px;min-height:81px}
  .benefit b{margin-top:0}
  .chance-section h2{font-size:24px;line-height:1.2}
  .second-card{margin-top:51px;margin-bottom:47px}
  .comments-section h2{font-size:22px}
  .comment{grid-template-columns:48px minmax(0,1fr);gap:17px;padding:19px 0 20px}
  .comment-text{font-size:14px!important;line-height:1.7!important}
  .comment-actions{gap:27px;margin-left:16px}
  .comment-actions img{display:block}
  .site-footer{margin:0;padding:44px 0 0}
  .site-footer nav{flex-direction:column;align-items:center;gap:31px;margin-bottom:43px}
  .site-footer p{max-width:none;background:#fff;padding:7px 45px 10px;font-size:9px;line-height:1.3}
}
