.pg{
    background:#f5f6f8;
    margin:0;
    padding:0;
    color:#111;
}

body{
    background:#f5f6f8;
    color:#111;
    margin:0;
}

/* Hero */
.hero-band{
    background:linear-gradient(135deg,#26267a 0%,#26267a 60%,#24b562 100%);
    padding:52px 0 44px;
    position:relative;
    overflow:hidden;
}

.hero-band::before{
    content:'';
    position:absolute;
    right:-60px;
    top:-60px;
    width:320px;
    height:320px;
    border-radius:50%;
    border:40px solid rgba(255,255,255,.04);
}
.hero-band::after {
    content: '';
    position: absolute;
    right: 80px;
    top: 80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 28px solid rgba(255,255,255,0.04);
}
.hero-eyebrow{
    font-size:11px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#24b562;
    margin:0 0 12px;
}

.hero-title{
    font-size:40px;
    font-weight:700;
    color:#fff;
    margin:0 0 16px;
    line-height:1.15;
}

.hero-title span{
    color:#24b562;
}

.hero-divider{
    width:48px;
    height:3px;
    background:#24b562;
    border-radius:2px;
}

/* Content */
.content-area{
    padding:40px 0 56px;
}

/* FAQ */
.faq-section{
    padding:40px 48px;
}

.faq-intro{
    font-size:14px;
    font-weight:600;
    letter-spacing:2.5px;
    text-transform:uppercase;
    color:#777;
    margin:0 0 24px;
}

.faq-item{
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:12px;
    margin-bottom:12px;
    overflow:hidden;
    cursor:pointer;
    transition:.25s;
}

.faq-item:hover{
    box-shadow:0 2px 12px rgba(0,0,0,.08);
}

.faq-item.open{
    border-color:#26267a;
}

.faq-q{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 24px;
    gap:16px;
}

.faq-q-left{
    display:flex;
    align-items:center;
    gap:16px;
}

.faq-num{
    width:30px;
    height:30px;
    border-radius:8px;
    background:#f4f6fb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
    color:#26267a;
    flex-shrink:0;
}

.faq-item.open .faq-num{
    background:#26267a;
    color:#fff;
}

.faq-q-text{
    font-size:16px;
    font-weight:600;
    color:#000;
    line-height:1.4;
}

.faq-item.open .faq-q-text{
    color:#26267a;
}

.faq-chevron{
    font-size:16px;
    color:#777;
    transition:.2s;
    flex-shrink:0;
}

.faq-item.open .faq-chevron{
    transform:rotate(180deg);
    color:#26267a;
}

.faq-a{
    max-height:0;
    overflow:hidden;
    transition:max-height .3s,padding .2s;
    padding:0 24px 0 70px;
}

.faq-item.open .faq-a{
    max-height:200px;
    padding:0 24px 20px 70px;
}

.faq-a p{
    font-size:14px;
    line-height:1.75;
    color:#555;
    margin:0;
}

/* Intro */
.intro-card{
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:10px;
    padding:28px 36px;
    margin-bottom:24px;
}

.intro-card p{
    font-size:14px;
    line-height:1.75;
    color:#555;
    margin:0 0 10px;
}

.intro-card p:last-child{
    margin:0;
}

/* Policy */
.policy-card{
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:10px;
    padding:32px 36px;
    margin-bottom:16px;
    position:relative;
    overflow:hidden;
}
.policy-card .sub-heading {
    color: #26267a;
    font-size: 16px;
    font-weight: 600;
}

.sec-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    border-radius:8px;
    background:#f4f6fb;
    color:#26267a;
    font-size:12px;
    font-weight:700;
}

.sec-title {
    font-size: 19px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.policy-card p,
.policy-card li{
    font-size:14px;
    line-height:1.75;
    color:#555;
}

.policy-card ul{
    padding-left:10px;
    margin-top:8px;
}

.policy-card li{
    margin-bottom:8px;
}

.policy-card strong{
    color:#111;
}

.policy-card a{
    color:#26267a;
    text-decoration:underline;
}

/* Address */
.address-list{
    list-style:none;
    padding:0;
    margin:10px 0 0;
}



.address-list strong{
    color:#26267a;
}

/* TOC */
.toc-card{
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:10px;
    padding:24px 20px;
    position:sticky;
    top:24px;
}

.toc-title{
    font-size:11px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#777;
    margin-bottom:14px;
}

.toc-link{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#555;
    padding:7px 0;
    border-bottom:1px solid #e7eaf0;
    transition:.2s;
}

.toc-link:last-child{
    border-bottom:none;
}

.toc-link:hover{
    color:#26267a;
}

.toc-num{
    width:22px;
    height:22px;
    border-radius:6px;
    background:#f4f6fb;
    color:#26267a;
    font-size:10px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Contact */
.contact-panel{
    background:#fff;
    border:1px solid #e7eaf0;
    border-radius:10px;
    padding:32px;
}

.contact-panel .title h2{
    font-size:20px;
    margin-bottom:20px;
    color:#111;
}

.contact-info-row{
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding-bottom:18px;
    margin-bottom:18px;
    border-bottom:1px solid #e7eaf0;
}

.contact-info-row-last{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.contact-info-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    background:rgba(38,38,122,.1);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#26267a;
    font-size:15px;
    flex-shrink:0;
}

.contact-info-label{
    font-size:14px;
    font-weight:700;
    color:#111;
    margin:0 0 2px;
}

.contact-info-row strong {
    display: block;
    font-size: 13px;
    color: #24b562;
    margin-bottom: 2px;
}

.contact-info-value{
    font-size:13px;
    color:#555;
    margin:0;
    text-decoration:none;
    line-height:1.7;
}

.contact-form-panel input{
    height:46px;
    font-size:14px;
}

.about-section p {
    font-size: 17px;
    color: #111;
    line-height: 35px;
}
.about-section h3 {
    color: #26267a;
    font-weight: 600;
}
.still-question{
        background: #24b562;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.policy-card ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
}
.policy-card ul li:before {
    position: absolute;
    content: "\f192";
    font-family: 'FontAwesome';
    color: #24b562;
    font-size: 12px;
    top: 2px;
    left: 0;
}
@media only screen and (max-width:992px) {
    .faq-section {
    padding: 0;
}
}
/* Active TOC Link */
.toc-link{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border-radius:8px;
    color:#555;
    text-decoration:none;
    transition:.25s;
}

.toc-link:hover{
    background:#f4f6fb;
    color:#26267a;
}

.toc-link.active{
    background:#26267a;
    color:#fff;
    font-weight:600;
}

.toc-link.active .toc-num{
    background:#24b562;
    color:#fff;
}

.toc-num{
    width:24px;
    height:24px;
    border-radius:6px;
    background:#f4f6fb;
    color:#26267a;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    font-weight:700;
    transition:.25s;
}

/* Highlight active section */
.policy-card.active-section{
    border-color:#26267a;
    box-shadow:0 8px 24px rgba(38,38,122,.08);
}