/*
Theme Name: Safu Kids Funnel Pro
Theme URI: https://muazshopbd.com
Author: Muaz Shop BD
Author URI: https://muazshopbd.com
Description: High-Converting Kids Book Sales Funnel Theme matching SafuKidsZone design.
Version: 3.0.0
Text Domain: muazshopbd
*/

:root {
    --primary: #E53935;
    --primary-dark: #C62828;
    --secondary: #1E3A8A;
    --green: #2E7D32;
    --yellow-badge: #FFF9C4;
    --bg-page: #F3F4F6;
    --card-bg: #FFFFFF;
    --border-color: #E5E7EB;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Hind Siliguri', sans-serif, system-ui;
}

body {
    background-color: var(--bg-page);
    color: #222222;
    line-height: 1.6;
}

.safu-container {
    max-width: 750px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Top Notification Banner */
.top-notice {
    background: linear-gradient(90deg, #D32F2F, #FF5722);
    color: #FFFFFF;
    text-align: center;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
}

/* Header */
.safu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    background: #FFFFFF;
}

.safu-logo {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
}

.safu-hotline {
    background: #E8F5E9;
    border: 1.5px solid var(--green);
    color: var(--green);
    padding: 6px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

/* Hero Section */
.hero-box {
    padding: 25px 18px 10px;
    text-align: center;
}

.badge-pill {
    background: var(--yellow-badge);
    color: #E65100;
    border: 1px dashed #FF9800;
    padding: 6px 18px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.headline-main {
    font-size: 26px;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.35;
    margin-bottom: 12px;
}

.headline-sub {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1.4;
    margin-bottom: 15px;
}

.headline-desc {
    font-size: 17px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 20px;
}

/* Image & Video Frames */
.media-wrapper {
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
}

.media-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 10px;
    background: #000000;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* High Converting CTA Buttons */
.cta-area {
    padding: 10px 18px 20px;
    text-align: center;
}

.btn-safu-order {
    background: var(--primary);
    color: #FFFFFF !important;
    font-size: 22px;
    font-weight: 800;
    padding: 14px 25px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    width: 100%;
    box-shadow: 0 6px 20px rgba(229, 57, 53, 0.4);
    transition: transform 0.2s ease;
}

.btn-safu-order:hover {
    transform: scale(1.02);
    background: var(--primary-dark);
}

/* Highlight Cards */
.spec-grid-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 18px;
    margin: 20px 0;
}

.spec-single-card {
    background: #FFFFFF;
    border: 1.5px solid #CBD5E1;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.spec-single-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 4px;
}

.spec-single-card p {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
}

/* Feature Checklists (Safu Style) */
.feature-box {
    background: #FAFAFA;
    border: 1.5px solid var(--border-color);
    border-radius: 12px;
    padding: 20px;
    margin: 25px 18px;
}

.feature-box-header {
    font-size: 19px;
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checklist {
    list-style: none;
}

.checklist li {
    font-size: 15px;
    font-weight: 600;
    padding: 9px 0;
    border-bottom: 1px dashed #E0E0E0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checklist li:last-child {
    border-bottom: none;
}

.checklist .chk-icon {
    color: var(--green);
    font-weight: 800;
    font-size: 16px;
}

/* 2-Column Gallery */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 18px;
    margin: 20px 0;
}

.gallery-grid img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

/* Trust Ribbon */
.trust-ribbon {
    background: var(--green);
    color: #FFFFFF;
    text-align: center;
    padding: 14px;
    font-size: 19px;
    font-weight: 800;
    margin: 25px 18px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.25);
}

/* Funnel Checkout Box */
.checkout-funnel-box {
    background: #FFFDF5;
    border: 2px solid #FF9800;
    border-radius: 14px;
    padding: 25px 18px;
    margin: 30px 18px;
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.1);
}

.checkout-funnel-box h2 {
    font-size: 22px;
    font-weight: 800;
    color: #BF360C;
    text-align: center;
    margin-bottom: 12px;
}

.help-call-btn {
    text-align: center;
    margin-bottom: 22px;
}

.help-call-btn a {
    background: #1565C0;
    color: #FFFFFF;
    padding: 8px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
}

.field-group {
    margin-bottom: 16px;
}

.field-group label {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 6px;
    color: #374151;
}

.field-group .req { color: var(--primary); }

.field-group input[type="text"],
.field-group input[type="tel"],
.field-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1.5px solid #CBD5E1;
    border-radius: 6px;
    font-size: 15px;
    background: #FFFFFF;
    outline: none;
}

.field-group input:focus,
.field-group textarea:focus {
    border-color: var(--primary);
}

/* Package Radio Cards */
.package-item-card {
    background: #FFFFFF;
    border: 1.5px solid #FFCC80;
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s ease;
}

.package-item-card.active, .package-item-card:hover {
    border-color: #E65100;
    background: #FFF8E1;
}

.package-item-card label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
}

.delivery-choice {
    display: flex;
    gap: 15px;
    background: #FFFFFF;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

.delivery-choice label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
}

/* Live Total Bar */
.order-summary-total {
    background: #E8F5E9;
    border: 1.5px solid #81C784;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 800;
    color: #1B5E20;
}

.btn-place-order {
    background: var(--primary);
    color: #FFFFFF;
    border: none;
    padding: 16px;
    font-size: 23px;
    font-weight: 800;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.35);
    transition: 0.2s ease;
}

.btn-place-order:hover {
    background: var(--primary-dark);
}

@media (max-width: 600px) {
    .delivery-choice { flex-direction: column; gap: 8px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .headline-main { font-size: 21px; }
    .headline-sub { font-size: 18px; }
}