*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#F8F9FA;}
.main-header{background:#630160;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,0.15);}
.hdr-inner{display:flex;align-items:center;justify-content:space-between;padding:10px;max-width:1200px;margin:0 auto;}
.logo-lnk{display:inline-flex;align-items:center;flex-shrink:0;}
.logo-lnk img{width:160px;height:31px;object-fit:contain;}
.desk-nav{display:none;}
.desk-nav-list{display:flex;align-items:center;list-style:none;gap:28px;}
.desk-nav-list li{display:flex;align-items:center;position:relative;}
.desk-nav-list a{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-weight:500;font-size:0.95rem;white-space:nowrap;}
.desk-nav-list a:hover{opacity:0.8;}
.desk-arr{display:inline-flex;align-items:center;padding:14px 6px;cursor:default;font-size:0.65rem;color:#fff;transition:transform 0.25s;}
.has-sub:hover .desk-arr{transform:rotate(180deg);}
.desk-sub{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#630160;list-style:none;z-index:200;box-shadow:0 4px 12px rgba(0,0,0,0.2);}
.has-sub:hover .desk-sub{display:block;}
.desk-sub li a{display:block;padding:8px 14px;color:#fff;text-decoration:none;font-size:0.9rem;white-space:nowrap;}
.desk-sub li a:hover{background:rgba(255,255,255,0.1);}
.desk-auth{display:none;gap:12px;}
.btn-signup{background:#FF6B35;color:#fff;padding:8px 20px;border-radius:5px;text-decoration:none;font-weight:600;font-size:0.9rem;transition:background 0.25s;}
.btn-signup:hover{background:#e55a2b;}
.btn-login{border:2px solid #fff;color:#fff;padding:6px 18px;border-radius:5px;text-decoration:none;font-weight:600;font-size:0.9rem;background:transparent;transition:background 0.25s,color 0.25s;}
.btn-login:hover{background:#fff;color:#630160;}
.ham-btn{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;}
.ham-btn span{display:block;width:25px;height:3px;background:#fff;border-radius:2px;transition:transform 0.3s,opacity 0.3s;}
.mob-menu{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#630160;z-index:1100;padding:0 0 24px;overflow-y:auto;}
.mob-menu.is-open{display:flex;}
.mob-top-bar{display:flex;align-items:center;justify-content:space-between;padding:10px;}
.mob-close{background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;padding:4px 10px;line-height:1;}
.mob-nav-list{list-style:none;padding:0 10px;}
.mob-nav-list li{display:flex;align-items:center;flex-wrap:wrap;}
.mob-nav-list a{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-size:1rem;padding:14px 0;border-bottom:1px solid rgba(255,255,255,0.12);width:100%;}
.mob-parent-row{display:flex;align-items:center;width:100%;}
.mob-arr{display:inline-flex;align-items:center;padding:14px 8px;cursor:pointer;color:#fff;font-size:0.65rem;transition:transform 0.25s;}
.mob-arr.mob-arr-open{transform:rotate(180deg);}
.mob-sub{display:none;list-style:none;width:100%;padding-left:20px;}
.mob-sub.mob-sub-open{display:block;}
.mob-sub li a{font-size:0.9rem;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.08);}
.mob-auth{display:flex;gap:12px;padding:20px 10px 0;}
.mob-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:1050;}
.mob-overlay.is-open{display:block;}
.pg-hero{background:linear-gradient(135deg,#630160 0%,#8b0369 100%);color:#fff;padding:60px 10px;}
.pg-wrap{max-width:1200px;margin:0 auto;padding:0 10px;}
.hero-txt h1{font-size:2.2rem;font-weight:700;margin-bottom:16px;line-height:1.2;}
.hero-txt p{font-size:1.05rem;margin-bottom:24px;opacity:0.93;}
.hero-svg-wrap{display:none;}
.btn-cta{display:inline-block;background:#FF6B35;color:#fff;padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:0.95rem;transition:background 0.25s,transform 0.2s;}
.btn-cta:hover{background:#e55a2b;transform:translateY(-2px);}
.wd-methods{padding:56px 0;}
.wd-methods h2{color:#630160;font-size:1.8rem;margin-bottom:14px;}
.wd-methods p{font-size:1rem;line-height:1.75;margin-bottom:24px;color:#333;}
.methods-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:28px;}
.method-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,0.08);padding:24px;transition:transform 0.25s,box-shadow 0.25s;}
.method-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,0.12);}
.method-ico{font-size:2rem;display:block;margin-bottom:10px;}
.method-card h3{color:#630160;font-size:1.05rem;margin-bottom:10px;}
.method-card p{font-size:0.93rem;line-height:1.65;color:#444;margin-bottom:14px;}
.method-meta{display:flex;flex-direction:column;gap:6px;border-top:1px solid #eee;padding-top:12px;}
.meta-row{display:flex;justify-content:space-between;font-size:0.88rem;}
.meta-lbl{color:#777;}
.meta-val{font-weight:600;color:#2c2c2c;}
.wd-steps{padding:56px 0;background:#fff;}
.wd-steps .pg-wrap h2{color:#630160;font-size:1.8rem;margin-bottom:14px;}
.wd-steps .pg-wrap p{font-size:1rem;line-height:1.75;margin-bottom:24px;color:#333;}
.steps-list{display:flex;flex-direction:column;gap:20px;}
.step-item{display:flex;align-items:flex-start;gap:18px;background:#F8F9FA;border-radius:10px;padding:22px;}
.step-num{background:#630160;color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;}
.step-body h3{color:#630160;font-size:1rem;margin-bottom:8px;}
.step-body p{font-size:0.95rem;line-height:1.65;color:#444;}
.wd-delays{padding:56px 0;}
.wd-delays h2{color:#630160;font-size:1.8rem;margin-bottom:14px;}
.wd-delays p{font-size:1rem;line-height:1.75;margin-bottom:20px;color:#333;}
.delay-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:24px 0 24px;}
.delay-table{width:100%;border-collapse:collapse;font-size:0.93rem;}
.delay-table th{background:#630160;color:#fff;padding:10px 14px;text-align:left;font-weight:600;}
.delay-table td{padding:10px 14px;border-bottom:1px solid #e8e8e8;color:#333;vertical-align:top;}
.delay-table tr:nth-child(even) td{background:#f5f5f5;}
.main-footer{background:#2C2C2C;color:#fff;padding:50px 10px 20px;}
.ftr-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:36px;}
.ftr-col h4{color:#FF6B35;font-size:1rem;margin-bottom:16px;}
.ftr-col ul{list-style:none;}
.ftr-col ul li{margin-bottom:8px;}
.ftr-col ul a{color:#ccc;text-decoration:none;font-size:0.9rem;transition:color 0.25s;}
.ftr-col ul a:hover{color:#fff;}
.ftr-active{color:#fff;font-size:0.9rem;}
.ftr-pay-logos,.ftr-prov-logos{display:flex;flex-wrap:wrap;gap:12px;align-items:center;}
.ftr-pay-logos img,.ftr-prov-logos img{opacity:0.75;transition:opacity 0.25s;}
.ftr-pay-logos img:hover,.ftr-prov-logos img:hover{opacity:1;}
.ftr-bottom{border-top:1px solid #444;margin-top:32px;padding-top:20px;text-align:center;color:#999;font-size:0.85rem;max-width:1200px;margin-left:auto;margin-right:auto;}
.ftr-bottom p{margin-bottom:6px;line-height:1.6;}
.ftr-trust{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px;}
@media (min-width:1081px){
.desk-nav{display:flex;}
.desk-auth{display:flex;}
.ham-btn{display:none;}
.mob-menu{display:none!important;}
.hero-txt h1{font-size:2.8rem;}
.pg-hero .pg-wrap{display:flex;align-items:center;gap:40px;}
.hero-txt{flex:1;}
.hero-svg-wrap{display:block;width:40%;max-width:320px;min-width:180px;}
.methods-grid{grid-template-columns:repeat(4,1fr);}
.ftr-inner{grid-template-columns:repeat(4,1fr);}
}
@media (min-width:769px) and (max-width:1080px){
.methods-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:768px){
.wd-methods h2,.wd-steps .pg-wrap h2,.wd-delays h2{font-size:1.5rem;}
.delay-table{font-size:0.82rem;}
.delay-table th,.delay-table td{padding:8px 10px;}
}
@media (max-width:480px){
.hero-txt h1{font-size:1.6rem;}
.methods-grid{grid-template-columns:1fr;}
.wd-methods h2,.wd-steps .pg-wrap h2,.wd-delays h2{font-size:1.3rem;}
.wd-methods,.wd-steps,.wd-delays{padding:40px 0;}
.step-item{flex-direction:column;}
.step-num{align-self:flex-start;}
}
@media (max-width:320px){
.hdr-inner{padding:8px;}
.logo-lnk img{width:140px;height:28px;}
}
