*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#222222;color:#ffffff;line-height:1.6;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
header{background:#000000;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.5);}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;max-width:1400px;margin:0 auto;}
.brand{display:block;}
.brand img{width:180px;height:38px;}
.desk-nav{display:none;}
.auth-btns{display:none;}
.menu-toggle{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:5px;}
.menu-toggle span{width:28px;height:3px;background:#ffffff;display:block;transition:0.3s;}
.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px);}
.menu-toggle.active span:nth-child(2){opacity:0;}
.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}
.mob-nav{display:none;flex-direction:column;background:#000000;padding:20px 10px 30px;max-height:calc(100vh - 70px);overflow-y:auto;}
.mob-nav.active{display:flex;}
.mob-nav a{padding:12px 0;font-size:16px;transition:color 0.3s;}
.mob-nav a:hover{color:#fff;}
.mob-nav .btn-signup,.mob-nav .btn-signin{display:block;text-align:center;padding:12px;margin-top:15px;border-radius:5px;font-weight:600;transition:background 0.3s,border-color 0.3s;}
.btn-signup{background:#ff9500;color:#000000;}
.btn-signup:hover{background:#e68600;color:#000000;}
.btn-signin{background:transparent;border:2px solid #ff9500;color:#ff9500;}
.btn-signin:hover{border-color:#e68600;color:#e68600;background:transparent;}
.support-hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);padding:60px 10px;text-align:center;}
.hero-content{max-width:800px;margin:0 auto;}
.hero-content h1{font-size:32px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.hero-content p{font-size:18px;line-height:1.7;}
.page-body{padding:50px 10px;max-width:1200px;margin:0 auto;}
.contact-methods{margin-bottom:60px;}
.contact-methods h2{font-size:24px;margin-bottom:30px;color:#ff9500;text-align:center;word-wrap:break-word;}
.contact-grid{display:grid;grid-template-columns:1fr;gap:25px;}
.contact-card{background:rgba(255,255,255,0.05);padding:30px;border-radius:10px;text-align:center;transition:transform 0.3s,box-shadow 0.3s;}
.contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(255,149,0,0.3);}
.contact-icon{font-size:60px;margin-bottom:20px;}
.contact-card h3{font-size:22px;margin-bottom:15px;color:#ff9500;word-wrap:break-word;}
.contact-card p{font-size:15px;margin-bottom:10px;line-height:1.6;}
.contact-card p strong{color:#ff9500;}
.common-issues{margin-bottom:60px;}
.common-issues h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.faq-list{display:flex;flex-direction:column;gap:20px;}
.faq-item{background:rgba(255,255,255,0.05);padding:25px;border-radius:10px;}
.faq-item h3{font-size:18px;margin-bottom:12px;color:#ff9500;word-wrap:break-word;}
.faq-item p{font-size:15px;line-height:1.6;}
.issue-categories{margin-bottom:60px;}
.issue-categories h2{font-size:24px;margin-bottom:30px;color:#ff9500;text-align:center;word-wrap:break-word;}
.topics-grid{display:grid;grid-template-columns:1fr;gap:25px;}
.topic-card{background:rgba(255,255,255,0.05);padding:25px;border-radius:10px;}
.topic-card h3{font-size:20px;margin-bottom:12px;color:#ffffff;word-wrap:break-word;}
.topic-card p{font-size:15px;line-height:1.6;}
.response-times{margin-bottom:60px;}
.response-times h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.response-times p{margin-bottom:18px;font-size:16px;}
footer{background:#000000;padding:50px 10px 30px;text-align:center;}
.foot-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto;}
.foot-links a{font-size:14px;transition:color 0.3s;}
.foot-links a:hover{color:#ff9500;}
.pay-strip,.prov-strip{margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto;}
.pay-strip h4,.prov-strip h4{font-size:18px;margin-bottom:20px;color:#ff9500;}
.icon-scroll{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;}
.icon-scroll img{opacity:0.8;transition:opacity 0.3s;}
.icon-scroll img:hover{opacity:1;}
.lic-block{max-width:800px;margin:0 auto;padding-top:30px;border-top:1px solid rgba(255,255,255,0.2);}
.lic-block p{font-size:13px;margin-bottom:10px;line-height:1.6;color:rgba(255,255,255,0.7);}
@media (max-width:479px){
.hero-content h1{font-size:26px;}
.hero-content p{font-size:16px;}
.contact-methods h2,.common-issues h2,.issue-categories h2,.response-times h2{font-size:22px;}
.contact-card h3{font-size:20px;}
.faq-item h3{font-size:17px;}
.topic-card h3{font-size:18px;}
}
@media (min-width:480px){
.hero-content h1{font-size:34px;}
.contact-methods h2,.common-issues h2,.issue-categories h2,.response-times h2{font-size:26px;}
.topics-grid{grid-template-columns:repeat(2,1fr);}
}
@media (min-width:768px){
.hero-content h1{font-size:40px;}
.hero-content p{font-size:19px;}
.contact-methods h2,.common-issues h2,.issue-categories h2,.response-times h2{font-size:28px;}
.contact-grid{grid-template-columns:repeat(3,1fr);}
.contact-card h3{font-size:22px;}
.faq-item h3{font-size:20px;}
.topic-card h3{font-size:22px;}
}
@media (min-width:1080px){
.topbar{padding:15px 10px;}
.menu-toggle{display:none;}
.desk-nav{display:flex;gap:30px;align-items:center;}
.desk-nav a{font-size:16px;font-weight:500;transition:color 0.3s;}
.desk-nav a:hover{color:#ff9500;}
.auth-btns{display:flex;gap:15px;}
.auth-btns a{padding:10px 24px;border-radius:5px;font-weight:600;font-size:15px;transition:transform 0.3s,background 0.3s,border-color 0.3s;}
.auth-btns .btn-signup{background:#ff9500;color:#000000;}
.auth-btns .btn-signup:hover{background:#e68600;color:#000000;transform:scale(1.05);}
.auth-btns .btn-signin{background:transparent;border:2px solid #ff9500;color:#ff9500;}
.auth-btns .btn-signin:hover{border-color:#e68600;color:#e68600;background:transparent;transform:scale(1.05);}
.mob-nav{display:none!important;}
.hero-content h1{font-size:48px;}
.contact-methods h2,.common-issues h2,.issue-categories h2,.response-times h2{font-size:30px;}
}
