/* Premium UI Styles extracted from inline CSS */

/* General wrappers and hero */
.pub-page-wrap { background:linear-gradient(135deg,#fdf0f7,#f8f4ff,#f0f8ff); min-height:60vh; padding:40px 0 60px; }
.auth-page-wrap { min-height:100vh; display:flex; align-items:center; justify-content:center; padding:40px 20px; }

.pub-hero { background:linear-gradient(135deg,#e91e8c,#ff6b6b); border-radius:20px; padding:32px 28px; margin-bottom:32px; display:flex; align-items:center; gap:18px; position:relative; overflow:hidden; }
.pub-hero::before { content:''; position:absolute; top:-30px; right:-30px; width:120px; height:120px; background:rgba(255,255,255,.1); border-radius:50%; }
.pub-hero-icon { width:52px; height:52px; background:rgba(255,255,255,.2); border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:24px; border:1px solid rgba(255,255,255,.3); flex-shrink:0; position:relative; z-index:1; }
.pub-hero h1 { color:#fff; font-size:24px; font-weight:800; margin:0; position:relative; z-index:1; }
.pub-hero p { color:rgba(255,255,255,.85); font-size:13px; margin:4px 0 0; position:relative; z-index:1; }

.pub-content-box { background:#fff; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,.07); padding:30px; }

/* Auth Pages (Login, Register, Forgot, Reset) */
.auth-card { background:rgba(255,255,255,0.9); backdrop-filter:blur(10px); border-radius:24px; box-shadow:0 10px 40px rgba(0,0,0,.08); padding:40px; width:100%; max-width:450px; border:1px solid rgba(255,255,255,0.5); }
.auth-card.wide { max-width:700px; }
.auth-logo { text-align:center; margin-bottom:24px; }
.auth-logo img { max-height:50px; }
.auth-title { text-align:center; font-size:24px; font-weight:800; color:#333; margin-bottom:8px; }
.auth-subtitle { text-align:center; font-size:14px; color:#666; margin-bottom:32px; }
.auth-subtitle a { color:#e91e8c; font-weight:600; text-decoration:none; }
.auth-subtitle a:hover { text-decoration:underline; }

.cf-group { margin-bottom:18px; position:relative; }
.cf-label { font-size:13px; font-weight:700; color:#444; margin-bottom:7px; display:block; }
.cf-input { width:100%; border:2px solid #eee; border-radius:12px; padding:12px 16px; font-size:14px; color:#333; outline:none; transition:all .2s; background:#fafafa; box-sizing:border-box; }
.cf-input:focus { border-color:#e91e8c; box-shadow:0 0 0 3px rgba(233,30,140,.08); background:#fff; }
select.cf-input { appearance:none; background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat:no-repeat; background-position:right 12px center; background-size:16px; padding-right:40px; }
.cf-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 20px; }
@media(max-width:640px) { .cf-grid { grid-template-columns:1fr; } }
.btn-cf-submit { width:100%; display:inline-flex; align-items:center; justify-content:center; padding:14px 0; background:linear-gradient(135deg,#e91e8c,#ff6b6b); color:#fff; border:none; border-radius:12px; font-size:15px; font-weight:800; cursor:pointer; transition:all .2s; box-shadow:0 4px 16px rgba(233,30,140,.3); margin-top:10px; }
.btn-cf-submit:hover { transform:translateY(-2px); box-shadow:0 6px 22px rgba(233,30,140,.4); }
.auth-links { text-align:center; margin-top:24px; font-size:13px; }
.auth-links a { color:#e91e8c; font-weight:600; text-decoration:none; }
.hide-show { position:absolute; right:16px; top:40px; font-size:13px; font-weight:700; color:#e91e8c; cursor:pointer; }
.text-danger { font-size:12px; color:#e53935; margin-top:4px; }
.mandatory { color:#e91e8c; }

/* FAQ Styles */
.faq-wrap { display:grid; grid-template-columns:260px 1fr; gap:24px; }
@media(max-width:768px){.faq-wrap{grid-template-columns:1fr;}}
.faq-sidebar { background:#fff; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,.07); padding:20px; height:fit-content; position:sticky; top:20px; }
.faq-sidebar-title { font-size:11px; font-weight:700; color:#aaa; text-transform:uppercase; letter-spacing:.7px; margin-bottom:14px; }
.faq-nav-link { display:flex; align-items:center; gap:10px; padding:11px 14px; border-radius:10px; font-size:13px; font-weight:600; color:#555; text-decoration:none; transition:all .2s; margin-bottom:4px; cursor:pointer; border:none; background:transparent; width:100%; text-align:left; }
.faq-nav-link:hover { background:#fdf0f7; color:#e91e8c; }
.faq-nav-link.active { background:linear-gradient(135deg,#fce4ec,#f8bbd0); color:#c2185b; font-weight:700; }
.faq-nav-link .faq-dot { width:8px; height:8px; border-radius:50%; background:#ddd; flex-shrink:0; transition:background .2s; }
.faq-nav-link.active .faq-dot { background:#e91e8c; }
.faq-content { background:#fff; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,.07); padding:24px; }
.faq-tab-pane { display:none; }
.faq-tab-pane.active { display:block; }
.faq-item { border:2px solid #f0f0f0; border-radius:12px; margin-bottom:10px; overflow:hidden; transition:border-color .2s; }
.faq-item.open { border-color:#e91e8c; }
.faq-question { display:flex; align-items:center; justify-content:space-between; padding:16px 18px; cursor:pointer; user-select:none; }
.faq-question-text { font-size:14px; font-weight:700; color:#333; flex:1; padding-right:12px; }
.faq-item.open .faq-question-text { color:#e91e8c; }
.faq-chevron { width:28px; height:28px; border-radius:8px; background:#f5f5f5; display:flex; align-items:center; justify-content:center; font-size:12px; flex-shrink:0; transition:all .2s; }
.faq-item.open .faq-chevron { background:linear-gradient(135deg,#e91e8c,#ff6b6b); color:#fff; transform:rotate(180deg); }
.faq-answer { display:none; padding:0 18px 16px; font-size:14px; color:#666; line-height:1.7; }
.faq-item.open .faq-answer { display:block; }

/* Blog Styles */
.blog-wrap { display:grid; grid-template-columns:260px 1fr; gap:24px; }
@media(max-width:768px){.blog-wrap{grid-template-columns:1fr;}}
.blog-sidebar { background:#fff; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,.07); padding:20px; height:fit-content; position:sticky; top:20px; }
.blog-sidebar-title { font-size:11px; font-weight:700; color:#aaa; text-transform:uppercase; letter-spacing:.7px; margin-bottom:14px; }
.blog-nav-link { display:flex; align-items:center; gap:10px; padding:11px 14px; border-radius:10px; font-size:13px; font-weight:600; color:#555; text-decoration:none; transition:all .2s; margin-bottom:4px; }
.blog-nav-link:hover { background:#fdf0f7; color:#e91e8c; }
.blog-nav-link .blog-dot { width:8px; height:8px; border-radius:50%; background:#ddd; flex-shrink:0; transition:background .2s; }
.blog-nav-link:hover .blog-dot { background:#e91e8c; }
.blog-main { background:transparent; }
.blog-main-detail { background:#fff; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,.07); padding:30px; }
.single-course-item { background:#fff; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,.07); overflow:hidden; transition:transform .2s; height:100%; }
.single-course-item:hover { transform:translateY(-5px); }
.course-bg img { width:100%; height:200px; object-fit:cover; }
.course-content { padding:20px; }
.course-content h5 a { color:#333; text-decoration:none; font-weight:700; transition:color .2s; display:block; margin-bottom:10px; line-height:1.4; }
.course-content h5 a:hover { color:#e91e8c; }
.course-meta { font-size:12px; font-weight:600; }

/* Reviews Styles */
.user-block { border:1px solid #eee; border-radius:12px; padding:20px; margin-bottom:20px; background:#fafafa; }
.user-block-left { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.first-letter { width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:18px; }
.review-date { font-size:12px; color:#888; float:right; }
.user-rating { color:#f5b301; font-size:14px; margin-bottom:10px; display:block; }


/* ===== PREMIUM TRUST SECTION ===== */
.premium-trust-section { background: #fff; padding: 60px 0; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.trust-card { display: flex; align-items: flex-start; gap: 20px; padding: 24px; border-radius: 20px; background: #fafafa; border: 2px solid #f0f0f0; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.trust-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); border-color: #f0c0df; background: #fff; }
.trust-icon-wrap { width: 64px; height: 64px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; flex-shrink: 0; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.trust-icon-wrap .fa { font-family: FontAwesome !important; font-style: normal; font-weight: normal; line-height: 1; }
.trust-icon-wrap.bg-pink { background: linear-gradient(135deg, #e91e8c, #ff6b6b); box-shadow: 0 6px 20px rgba(233,30,140,0.3); }
.trust-icon-wrap.bg-blue { background: linear-gradient(135deg, #2196f3, #00bcd4); box-shadow: 0 6px 20px rgba(33,150,243,0.3); }
.trust-icon-wrap.bg-green { background: linear-gradient(135deg, #4caf50, #8bc34a); box-shadow: 0 6px 20px rgba(76,175,80,0.3); }
.trust-content h4 { font-size: 18px; font-weight: 800; color: #222; margin: 0 0 8px; letter-spacing: -0.3px; }
.trust-content p { font-size: 14px; color: #666; margin: 0; line-height: 1.6; }

/* ===== PREMIUM FOOTER ===== */
.premium-footer { background: #1a1a2e; color: #a0a0b8; padding: 80px 0 0; position: relative; overflow: hidden; font-family: 'Inter', sans-serif; }
.premium-footer::before { content: ''; position: absolute; top: -150px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(233,30,140,0.08) 0%, rgba(0,0,0,0) 70%); border-radius: 50%; pointer-events: none; }
.premium-footer::after { content: ''; position: absolute; bottom: -100px; left: -50px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(33,150,243,0.05) 0%, rgba(0,0,0,0) 70%); border-radius: 50%; pointer-events: none; }

/* Prevent footer text from inheriting highlighted backgrounds */
.premium-footer h4,
.premium-footer p,
.premium-footer a,
.premium-footer span,
.premium-footer li {
	background: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 60px; position: relative; z-index: 1; }
@media (max-width: 991px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 575px) { .footer-grid { grid-template-columns: 1fr; gap: 40px; } }

.footer-brand .footer-logo { max-height: 40px; margin-bottom: 20px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-desc { font-size: 14px; line-height: 1.7; color: #8888a0!important; margin-bottom: 24px; max-width: 320px; }
.premium-footer .fa { font-family: FontAwesome !important; font-style: normal; font-weight: normal; }
.premium-footer .footer-desc { color: #b7b7cc; }
.footer-contact a { display: flex; align-items: center; gap: 10px; color: #a0a0b8; text-decoration: none; font-size: 14px; margin-bottom: 12px; transition: color 0.2s; }
.footer-contact a:hover { color: #e91e8c; }
.footer-contact i { font-size: 16px; color: #e91e8c; width: 20px; text-align: center; }

.footer-links h4, .footer-newsletter h4 { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 24px; letter-spacing: 0.5px; }
.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links ul li { margin-bottom: 14px; }
.footer-links ul li a { color: #c3c3d8; text-decoration: none; font-size: 14px; transition: all 0.2s; display: inline-flex; align-items: center; }
.footer-links ul li a::before { content: '›'; margin-right: 8px; color: #e91e8c; font-size: 18px; line-height: 1; opacity: 0; transform: translateX(-10px); transition: all 0.2s; }
.footer-links ul li a:hover { color: #fff; transform: translateX(5px); }
.footer-links ul li a:hover::before { opacity: 1; transform: translateX(0); }

.footer-newsletter p { font-size: 13px; line-height: 1.6; color: #c3c3d8 !important; margin-bottom: 20px; }
.newsletter-form .input-group { display: flex; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; overflow: hidden; padding: 4px; transition: border-color 0.3s, background 0.3s; }
.newsletter-form .input-group:focus-within { border-color: #e91e8c; background: rgba(255,255,255,0.08); }
.newsletter-form input { flex: 1; background: transparent; border: none; padding: 10px 14px; color: #fff; font-size: 13px; outline: none; }
.newsletter-form input::placeholder { color: #666680; }
.newsletter-form .btn-subscribe { background: linear-gradient(135deg, #e91e8c, #ff6b6b); color: #fff; border: none; border-radius: 8px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; }
.newsletter-form .btn-subscribe:hover { transform: scale(1.05); box-shadow: 0 4px 12px rgba(233,30,140,0.3); }

.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.footer-social .social-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: #a0a0b8; font-size: 14px; transition: all 0.3s; text-decoration: none; }
.footer-social .social-icon:hover { background: #e91e8c; border-color: #e91e8c; color: #fff; transform: translateY(-3px); box-shadow: 0 4px 12px rgba(233,30,140,0.3); }

.footer-bottom { padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.05); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; position: relative; z-index: 1; }
.footer-bottom .copyright { font-size: 13px; color: #666680; }
.footer-bottom .copyright a { color: #a0a0b8; text-decoration: none; transition: color 0.2s; }
.footer-bottom .copyright a:hover { color: #fff; }
.footer-bottom .payment-methods { display: flex; gap: 10px; align-items: center; }
.footer-bottom .payment-methods img { height: 20px; opacity: 0.6; transition: opacity 0.2s; filter: grayscale(100%); }
.footer-bottom .payment-methods img:hover { opacity: 1; filter: grayscale(0%); }

/* Mobile Bottom Nav Bar (Premium style) */
.premium-mobile-nav { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; justify-content: space-around; align-items: center; padding: 10px 5px; box-shadow: 0 -4px 20px rgba(0,0,0,0.06); z-index: 1000; border-top: 1px solid rgba(0,0,0,0.05); }
.premium-mobile-nav .nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #666; text-decoration: none; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; transition: color 0.2s; width: 20%; }
.premium-mobile-nav .nav-item i { font-size: 20px; margin-bottom: 2px; }
.premium-mobile-nav .nav-item:hover, .premium-mobile-nav .nav-item:active { color: #e91e8c; text-decoration:none; }
.premium-mobile-nav .nav-item.highlight i { width: 44px; height: 44px; background: linear-gradient(135deg, #4caf50, #8bc34a); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 4px 12px rgba(76,175,80,0.3); transform: translateY(-15px); border: 3px solid #fff; margin-bottom: -5px; }
.premium-mobile-nav .nav-item.highlight span { color: #4caf50; font-weight: 700; }
@media (min-width: 992px) { .premium-mobile-nav { display: none !important; } }

/* ===== PREMIUM CATEGORIES ===== */
.premium-categories-section { padding: 50px 0; background: linear-gradient(180deg, #fdf5fb 0%, #fff 100%); }
.premium-categories-section.mob-show { padding: 30px 0; }
.section-header { text-align: center; margin-bottom: 40px; }
.premium-categories-section.mob-show .section-header { margin-bottom: 25px; }
.premium-title { font-size: 28px; font-weight: 800; color: #222; margin: 0; letter-spacing: -0.5px; }
.title-underline { width: 60px; height: 4px; background: linear-gradient(135deg, #e91e8c, #ff6b6b); margin: 12px auto 0; border-radius: 4px; }

.premium-cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.premium-cat-card { display: flex; flex-direction: column; align-items: center; text-decoration: none !important; padding: 24px 10px; background: #fff; border-radius: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); border: 2px solid transparent; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.premium-cat-card:hover { transform: translateY(-10px); box-shadow: 0 12px 30px rgba(233,30,140,0.1); border-color: #fce4ec; }
.cat-img-wrap { width: 80px; height: 80px; border-radius: 50%; background: #fdf0f7; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; padding: 15px; transition: transform 0.3s; }
.premium-cat-card:hover .cat-img-wrap { transform: scale(1.1); background: #fce4ec; }
.cat-img-wrap img { width: 100%; height: 100%; object-fit: contain; }
.cat-name { font-size: 15px; font-weight: 700; color: #444; transition: color 0.2s; text-align: center; }
.premium-cat-card:hover .cat-name { color: #e91e8c; }

.premium-cat-grid-mobile { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.premium-cat-grid-mobile .premium-cat-card { padding: 16px 8px; border-radius: 16px; }
.premium-cat-grid-mobile .cat-img-wrap { width: 60px; height: 60px; padding: 10px; margin-bottom: 12px; }
.premium-cat-grid-mobile .cat-name { font-size: 12px; }
@media (max-width: 500px) {
    .premium-cat-grid-mobile { grid-template-columns: repeat(2, 1fr); }
}

/* ===== GLOBAL PAYMENT BANNER ===== */
.premium-global-payment { padding: 20px 0 60px; background: #fff; }
.global-payment-banner { background: linear-gradient(135deg, #fdf0f7 0%, #f0f8ff 100%); border-radius: 24px; padding: 32px 40px; display: flex; align-items: center; justify-content: space-between; border: 2px solid #f0e0f0; box-shadow: 0 8px 32px rgba(233,30,140,0.06); gap: 30px; flex-wrap: wrap; transition: transform 0.3s, box-shadow 0.3s; }
.global-payment-banner:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(233,30,140,0.12); }
.gpb-content { display: flex; align-items: center; gap: 24px; flex: 1; min-width: 300px; }
.gpb-content i { font-size: 48px; background: linear-gradient(135deg, #e91e8c, #ff6b6b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.gpb-text h3 { font-size: 22px; font-weight: 800; color: #222; margin: 0 0 6px; letter-spacing: -0.3px; }
.gpb-text p { font-size: 15px; color: #666; margin: 0; }
.gpb-icons { display: flex; gap: 12px; align-items: center; }
.gpb-icons img { height: 32px; filter: grayscale(100%); opacity: 0.6; transition: all 0.3s; }
.global-payment-banner:hover .gpb-icons img { filter: grayscale(0%); opacity: 1; transform: scale(1.1); }
@media (max-width: 768px) {
    .global-payment-banner { padding: 24px; justify-content: center; text-align: center; }
    .gpb-content { flex-direction: column; gap: 16px; text-align: center; }
    .gpb-icons { width: 100%; justify-content: center; }
}

/* ===== PREMIUM PROMO GRID ===== */
.premium-promo-grid { padding: 40px 0; background: #fff; }
.promo-img-card { display: block; position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.06); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); background: #fdf5fb; height: 100%; }
.promo-img-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); display: block; }
.promo-img-card .promo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(233,30,140,0.2) 0%, rgba(0,0,0,0) 50%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }

.promo-img-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(233,30,140,0.15); }
.promo-img-card:hover img { transform: scale(1.05); }
.promo-img-card:hover .promo-overlay { opacity: 1; }

.promo-img-card.large { height: 100%; min-height: 400px; }
.promo-right-col { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.promo-img-card.small { height: calc(50% - 10px); margin-bottom:0 !important; }