/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* ==========================================================
   SINGLE RINGTONE PAGE (RADIAL)
   ========================================================== */
.ast-single-ringtone-page {
    background: #0b0f15 !important;
    min-height: 80vh;
    padding: 60px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ast-ringtone-hero-section {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(17, 24, 33, 0.6) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 40px;
    padding: 60px 40px;
    overflow: hidden;
    text-align: center;
}

.ast-hero-blur-bg {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(211, 30, 7, 0.15) 0%, rgba(211, 30, 7, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

.ast-ringtone-content-wrapper {
    position: relative;
    z-index: 1;
}

.ast-ringtone-title {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    letter-spacing: -1px;
}

.ast-ringtone-breadcrumb {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 40px;
}

.ast-ringtone-breadcrumb a { color: #9ca3af; text-decoration: none; }
.ast-ringtone-breadcrumb i { font-size: 10px; margin: 0 8px; }

.ast-ringtone-player-center {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.ast-radial-large {
    width: 280px;
    height: 280px;
}

.ast-radial-large .ast-radial-play-btn {
    width: 90px !important;
    height: 90px !important;
    font-size: 36px !important;
    box-shadow: 0 0 30px rgba(211, 30, 7, 0.4) !important;
    background: #D31E07 !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ast-ringtone-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.ast-stat-card {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.2s;
}

.ast-stat-card.ast-clickable:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    cursor: pointer;
}

.ast-stat-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.ast-stat-val {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff !important;
}

.ast-ringtone-main-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.ast-btn-download-premium {
    background: #D31E07 !important;
    color: white !important;
    border: none !important;
    padding: 22px 40px !important;
    border-radius: 20px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    box-shadow: 0 10px 30px rgba(211, 30, 7, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
}

.ast-btn-download-premium:hover {
    transform: translateY(-3px) !important;
    background: #e62309 !important;
    box-shadow: 0 15px 40px rgba(211, 30, 7, 0.4) !important;
}

.ast-secondary-actions {
    display: flex;
    gap: 15px;
}

.ast-btn-action {
    flex: 1;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    padding: 16px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
}

.ast-btn-action:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

.ast-btn-whatsapp:hover {
    background: #25D366 !important;
    border-color: #25D366 !important;
}

.ast-ringtone-guide-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
}

.ast-guide-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}

.ast-guide-header i { color: #D31E07; }

.ast-guide-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ast-guide-tab {
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 12px;
}

.ast-guide-tab strong { color: #ffffff; display: block; margin-bottom: 5px; }

@media (max-width: 768px) {
    .ast-ringtone-title { font-size: 32px !important; }
    .ast-ringtone-stats-grid { grid-template-columns: 1fr 1fr; }
    .ast-guide-content { grid-template-columns: 1fr; }
    .ast-ringtone-hero-section { padding: 40px 20px !important; margin: 0 10px !important; }
    .ast-secondary-actions { flex-direction: column; }
}
