.south-pack-landing-cards{background:#fff;width:100%;box-sizing:border-box;font-family:'Roboto',sans-serif;padding:32px 0 40px}
.splc-tabs-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-bottom:28px}
.splc-tabs-wrapper::-webkit-scrollbar{display:none}
.splc-tabs{display:flex;flex-direction:row;gap:16px;padding:10px;width:max-content;margin:0 auto;justify-content:center}
.splc-tab{display:inline-flex;align-items:center;justify-content:center;width:197px;height:39px;border-radius:10px;border:1px solid rgba(241,91,39,0.3);background:#fff;color:#111;font-family:'Roboto',sans-serif;font-size:14px;font-weight:500;letter-spacing:.02em;cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap;padding:9px 54px;box-sizing:border-box;outline:0}
.splc-tab:hover{background:rgba(241,91,39,0.08)}
.splc-tab--active{background:#f15b27;color:#fff;border-color:#f15b27}
.splc-tab--active:hover{background:#d94e1f}
.splc-cards-grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;padding:0 16px;box-sizing:border-box}
.splc-price-disclaimer{text-align:right;font-size:12px;font-weight:400;color:#f15b27;margin:8px 16px 0;padding:0;line-height:1.4}
.splc-card{background:#fff;border-radius:10px;padding:20px;width:336px;box-sizing:border-box;display:flex;flex-direction:column;gap:0;box-shadow:0 0 17px 0 rgba(0,0,0,0.25)}
.splc-card__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:12px}
.splc-card__title-group{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}
.splc-card__name{margin:0;font-family:'Roboto',sans-serif;font-weight:500;font-size:18px;line-height:20px;color:#000;letter-spacing:0}
.splc-card__channel-count{margin:0;font-family:'DM Sans',sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#f15b27;letter-spacing:0}
.splc-card__price-group{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;margin-left:8px}
.splc-card__price{font-family:'Roboto',sans-serif;font-weight:500;font-size:20px;line-height:100%;color:#000;letter-spacing:.02em;white-space:nowrap}
.splc-card__price-asterisk{font-size:12px;font-weight:500;vertical-align:super;line-height:0;color:#000}
.splc-card__per-month{font-family:'Roboto',sans-serif;font-weight:300;font-size:10px;line-height:100%;color:#111;letter-spacing:.02em;margin-top:2px}
.splc-card__divider{border:0;border-top:1px solid #e8e8e8;margin:0 0 12px}
.splc-card__logos{display:flex;flex-direction:column;gap:2px;margin-bottom:16px;flex-wrap:wrap;flex-direction:row;row-gap:2px;column-gap:7px}
.splc-card__logo-box{width:calc((100% - 14px) / 3);height:auto;aspect-ratio:1;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:9px 3px;box-sizing:border-box;flex-shrink:0}
.splc-card__logo-box img{width:100%;height:100%;object-fit:contain}
.splc-card__logo-box--more{background:#f5f5f5}
.splc-card__logo-box--more span{font-family:'Roboto',sans-serif;font-size:11px;font-weight:400;color:#555;text-align:center;line-height:1.2;padding:0 4px}
.splc-card__add-btn{display:block;width:100%;padding:13px 10px;background:#f15b27;color:#fff;font-family:'Roboto',sans-serif;font-weight:500;font-size:14px;letter-spacing:.08em;text-transform:uppercase;border:0;border-radius:8px;cursor:pointer;outline:0;transition:background .2s ease;box-sizing:border-box;margin-bottom:8px}
.splc-card__add-btn:hover{background:#d94e1f}
.splc-card__view-details{display:block;text-align:center;font-family:'Roboto',sans-serif;font-size:13px;font-weight:400;color:#333;text-decoration:none;line-height:1.4}
.splc-card__view-details:hover{text-decoration:underline;color:#f15b27}
.splc-no-data{text-align:center;font-size:14px;color:#777;padding:24px 0;width:100%}
@media(min-width:768px){.splc-tabs-wrapper{overflow-x:visible}
.splc-tabs{width:auto}
.splc-cards-grid{gap:64px;padding:0 24px}
.splc-card{width:336px}
}
@media(max-width:767px){.south-pack-landing-cards{padding:24px 0 32px}
.splc-tabs{padding:10px 16px;gap:12px}
.splc-tab{width:auto;min-width:120px;padding:9px 20px;font-size:13px}
.splc-cards-grid{flex-direction:column;align-items:center;gap:24px;padding:0 16px}
.splc-card{width:100%;max-width:400px}
}
body.splc-no-scroll{overflow:hidden}
.splc-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}
.splc-popup{background:#151519;border:1px solid rgba(255,255,255,0.3);border-radius:11px;width:100%;max-width:740px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}
.splc-popup__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:20px 20px 12px 15px;flex-shrink:0}
.splc-popup__title-group{display:flex;flex-direction:column;gap:4px}
.splc-popup__pack-name{margin:0;font-family:'Roboto',sans-serif;font-weight:700;font-size:18px;line-height:1.3;color:#fff}
.splc-popup__channel-count{margin:0;font-family:'Roboto',sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#fff}
.splc-popup__close{background:0;border:0;color:#fff;font-size:24px;line-height:1;cursor:pointer;padding:0 0 0 12px;flex-shrink:0;outline:0;opacity:.8;transition:opacity .2s ease}
.splc-popup__close:hover{opacity:1}
.splc-popup__search-wrapper{padding:0 15px 14px;flex-shrink:0;display:flex;justify-content:flex-end}
.splc-popup__search-box{position:relative;width:50%}
.splc-popup__search{width:100%;box-sizing:border-box;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.2);border-radius:30px;padding:9px 36px 9px 14px;color:#fff;font-family:'Roboto',sans-serif;font-size:14px;outline:0;transition:border-color .2s ease}
.splc-popup__search::placeholder{color:rgba(255,255,255,0.4)}
.splc-popup__search:focus{border-color:rgba(241,91,39,0.6)}
.splc-popup__search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:rgba(255,255,255,0.5);pointer-events:none;display:flex;align-items:center;justify-content:center}
.splc-popup__loader{display:flex;align-items:center;justify-content:center;padding:40px 0;flex-shrink:0}
.splc-popup__body{overflow-y:auto;flex:1;padding:0 15px 20px;box-sizing:border-box}
.splc-popup__body::-webkit-scrollbar{width:4px}
.splc-popup__body::-webkit-scrollbar-track{background:rgba(255,255,255,0.05)}
.splc-popup__body::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:2px}
.splc-no-data--dark{color:rgba(255,255,255,0.6)}
.splc-accordion-item{border-bottom:1px solid rgba(255,255,255,0.12)}
.splc-accordion-item:last-child{border-bottom:0}
.splc-accordion-item--hidden{display:none}
.splc-accordion-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:14px 4px;cursor:pointer;user-select:none}
.splc-accordion-title-group{display:flex;align-items:center;gap:8px;flex:1;min-width:0}
.splc-accordion-title{font-family:'Roboto',sans-serif;font-weight:500;font-size:15px;color:#fff;white-space:nowrap}
.splc-accordion-count{font-family:'Roboto',sans-serif;font-size:13px;font-weight:400;color:rgba(255,255,255,0.45);white-space:nowrap}
.splc-accordion-chevron{width:8px;height:8px;border-right:2px solid rgba(255,255,255,0.6);border-bottom:2px solid rgba(255,255,255,0.6);transform:rotate(45deg);transition:transform .25s ease;flex-shrink:0;margin-top:-4px}
.splc-accordion-item.is-active .splc-accordion-chevron{transform:rotate(-135deg);margin-top:4px}
.splc-accordion-body{overflow:hidden;transition:max-height .4s ease,opacity .3s ease;max-height:9999px;opacity:1}
.splc-accordion-body.is-collapsed{max-height:0;opacity:0}
.splc-accordion-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;background:#eee;border-radius:6px;padding:12px;margin-bottom:6px}
.splc-accordion-channel{display:flex;flex-direction:column;align-items:center;gap:4px}
.splc-accordion-channel.splc-channel-hidden,.splc-accordion-channel.splc-channel-search-hidden{display:none}
.splc-accordion-channel.splc-channel-priority{order:-1}
.splc-accordion-channel__logo{width:60px;height:60px;flex-shrink:0;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6px;box-sizing:border-box}
.splc-accordion-channel__logo img{width:100%;height:100%;object-fit:contain;display:block}
.splc-accordion-channel__name{font-family:'Roboto',sans-serif;font-size:10px;font-weight:400;color:#333;text-align:center;line-height:1.2;word-break:break-word}
.splc-view-more-btn{display:block;margin:6px auto 10px;background:0;border:1px solid rgba(241,91,39,0.5);border-radius:6px;color:#f15b27;font-family:'Roboto',sans-serif;font-size:12px;font-weight:500;padding:6px 16px;cursor:pointer;transition:background .2s ease,border-color .2s ease;outline:0}
.splc-view-more-btn:hover{background:rgba(241,91,39,0.1);border-color:#f15b27}
@media(max-width:767px){.splc-popup-overlay{align-items:center;padding:16px}
.splc-popup{background:#000;border:1px solid rgba(255,255,255,0.3);border-radius:11px;max-width:335px;width:100%;max-height:85vh}
.splc-popup__header{padding:16px 16px 10px 16px}
.splc-popup__search-wrapper{padding:35px 16px 20px;display:block}
.splc-popup__search-box{width:100%}
.splc-popup__search{width:100%}
.splc-popup__body{padding:0 16px 24px}
.splc-accordion-grid{grid-template-columns:repeat(auto-fill,60px);justify-content:center}
}
.faq-section{background-color:#1e2531 !important;border-bottom:none !important;padding:26px 0 17px !important}
.faq-heading{color:#fff !important;font-size:30px !important}
.faq-heading-dark{color:#fff !important}
.faq-heading-orange{color:#f15b27 !important}
.faq-subheading{color:#fff !important}
.faq-item{background:#fff !important;border:1px solid #eae0d7 !important;border-radius:6px !important;box-shadow:0 2px 1px rgba(0,0,0,0.05) !important}
.faq-item.active{box-shadow:0 2px 1px rgba(0,0,0,0.05) !important}
.faq-question-text{color:#70635c !important;font-size:15px !important;font-family:'Roboto',sans-serif !important;font-weight:400 !important}
.faq-answer-inner p{color:#70635c !important}
.faq-answer-inner{border-top:1px solid #eae0d7 !important;font-family:'Roboto',sans-serif !important;font-size:14px !important}
.faq-item.active .faq-chevron path{stroke:#f15b27 !important}
@media(max-width:768px){.faq-section{padding:20px 0 17px !important}
.faq-heading{font-size:24px !important}
.faq-question-text{font-size:14px !important}
}
.start-learning{display:none}