*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;color:#4a4a4a}
.sk-nav{background:#61222f;padding:14px 48px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}
.sk-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.sk-logo-mark{width:30px;height:30px;border-radius:50%;background:#f8edf0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#7c2d3e}
.sk-logo-name{font-size:16px;font-weight:500;color:#fff}
.sk-nav-links{display:flex;gap:28px}
.sk-nav-links a{font-size:13px;color:rgba(255,255,255,0.72);text-decoration:none;transition:color 0.2s}
.sk-nav-links a:hover,.sk-nav-links a.active{color:#fff}
.sk-nav-cta{background:#f8edf0;color:#7c2d3e;font-size:12px;font-weight:500;padding:8px 18px;border-radius:24px;text-decoration:none;white-space:nowrap}
.sk-nav-cta:hover{background:#fff}
.sk-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.sk-hamburger span{width:22px;height:2px;background:#fff;border-radius:2px;display:block}
.sk-mobile-menu{display:none;background:#61222f;padding:16px 24px;flex-direction:column;gap:14px}
.sk-mobile-menu a{font-size:14px;color:rgba(255,255,255,0.8);text-decoration:none;padding:6px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.sk-mobile-menu a.cta{color:#f8edf0;font-weight:500;border-bottom:none}
.sk-mobile-menu.open{display:flex}
.btn-primary{background:#f8edf0;color:#7c2d3e;font-size:13px;font-weight:500;padding:12px 26px;border-radius:28px;text-decoration:none;display:inline-block}
.btn-primary:hover{background:#fff}
.btn-outline{border:1.5px solid rgba(255,255,255,0.4);color:#fff;font-size:13px;padding:12px 26px;border-radius:28px;text-decoration:none;display:inline-block}
.btn-outline:hover{border-color:rgba(255,255,255,0.9)}
.btn-primary-dark{background:#7c2d3e;color:#f8edf0;font-size:13px;font-weight:500;padding:12px 26px;border-radius:28px;text-decoration:none;display:inline-block}
.btn-primary-dark:hover{background:#61222f}
.sk-page-hero{background:#f0eeeb;padding:56px 48px 44px;border-bottom:1px solid #ede8e9}
.sk-page-hero-eye{font-size:11px;font-weight:500;color:#a84055;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:8px}
.sk-page-hero h1{font-size:32px;font-weight:500;color:#61222f;margin-bottom:12px}
.sk-page-hero-sub{font-size:15px;color:#666;line-height:1.7;max-width:560px;margin-bottom:24px}
.sk-sec{padding:60px 48px;background:#fff}
.sk-sec.alt{background:#f0eeeb}
.sk-sec-eye{font-size:11px;font-weight:500;color:#a84055;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:8px}
.sk-sec h2{font-size:22px;font-weight:500;color:#61222f;margin-bottom:32px}
.sk-proc{display:flex;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #ede8e9}
.sk-proc:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.sk-proc-num{width:30px;height:30px;border-radius:50%;background:#7c2d3e;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#fff;flex-shrink:0;margin-top:2px}
.sk-proc-title{font-size:15px;font-weight:500;color:#61222f;margin-bottom:6px}
.sk-proc-text{font-size:13px;color:#666;line-height:1.65}
.sk-steps-wrap{overflow-x:auto;padding-bottom:8px}
.sk-steps{display:flex;gap:0;position:relative;margin-top:16px;min-width:500px}
.sk-steps::before{content:'';position:absolute;top:19px;left:20px;right:20px;height:1px;background:#ddd}
.sk-step{flex:1;text-align:center;position:relative;z-index:1}
.sk-step-n{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;color:#7c2d3e;margin:0 auto 10px}
.sk-step-n.on{background:#7c2d3e;color:#fff;border-color:#7c2d3e}
.sk-step-lbl{font-size:12px;font-weight:500;color:#61222f}
.sk-step-sub{font-size:11px;color:#888;margin-top:3px;line-height:1.4}
.sk-cards-two{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.sk-card{background:#fff;border:1px solid #ede8e9;border-radius:14px;padding:28px;transition:box-shadow 0.2s}
.sk-card:hover{box-shadow:0 4px 24px rgba(124,45,62,0.1)}
.sk-card.featured{border:2px solid #7c2d3e}
.sk-card-icon{width:44px;height:44px;background:#f8edf0;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px}
.sk-card-title{font-size:15px;font-weight:500;color:#61222f;margin-bottom:8px}
.sk-card-desc{font-size:13px;color:#777;line-height:1.6}
.sk-card-link{font-size:13px;color:#a84055;margin-top:14px;display:block;font-weight:500;text-decoration:none}
.sk-card-link:hover{color:#7c2d3e}
.sk-cta-band{background:#7c2d3e;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.sk-cta-txt{font-size:20px;font-weight:500;color:#fff}
.sk-cta-sub{font-size:13px;color:rgba(255,255,255,0.58);margin-top:4px}
.sk-footer{background:#4e1b26;padding:24px 48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.sk-footer-copy{font-size:12px;color:rgba(255,255,255,0.38)}
.sk-footer-links{display:flex;gap:20px}
.sk-footer-links a{font-size:12px;color:rgba(255,255,255,0.38);text-decoration:none}
.sk-footer-links a:hover{color:rgba(255,255,255,0.7)}
.sk-article-wrap{display:grid;grid-template-columns:1fr 240px}
.sk-article-body{padding:48px}
.sk-article-num{display:flex;gap:14px;margin-bottom:28px}
.sk-article-badge{width:26px;height:26px;border-radius:50%;background:#7c2d3e;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:#fff;flex-shrink:0;margin-top:3px}
.sk-article-h{font-size:15px;font-weight:500;color:#61222f;margin-bottom:6px}
.sk-article-p{font-size:13px;color:#666;line-height:1.7}
.sk-sidebar{padding:32px 24px;background:#f0eeeb;border-left:1px solid #ede8e9}
.sk-sidebar-head{font-size:11px;font-weight:500;color:#a84055;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:12px;margin-top:24px}
.sk-sidebar-head:first-child{margin-top:0}
.sk-sidebar a{font-size:13px;color:#61222f;display:block;padding:7px 0;border-bottom:1px solid #ddd;text-decoration:none}
.sk-sidebar a:last-of-type{border-bottom:none}
.sk-sidebar a.active{color:#7c2d3e;font-weight:500}
.sk-sidebar a:hover{color:#a84055}
.sk-sidebar-cta{background:#7c2d3e;color:#f8edf0;font-size:13px;font-weight:500;padding:10px 16px;border-radius:8px;display:block;text-align:center;margin-top:20px;text-decoration:none}
.sk-sidebar-cta:hover{background:#61222f}
@media(max-width:768px){
  .sk-nav{padding:12px 20px}
  .sk-nav-links{display:none}
  .sk-hamburger{display:flex}
  .sk-page-hero{padding:36px 24px 28px}
  .sk-page-hero h1{font-size:24px}
  .sk-sec{padding:36px 24px}
  .sk-cards-two{grid-template-columns:1fr}
  .sk-cta-band{padding:32px 24px;flex-direction:column;align-items:flex-start}
  .sk-footer{padding:20px 24px;flex-direction:column;align-items:flex-start}
  .sk-article-wrap{grid-template-columns:1fr}
  .sk-sidebar{border-left:none;border-top:1px solid #ede8e9}
  .sk-article-body{padding:24px}
}
