@charset "UTF-8";

/* ==========================================================================
   Vocal Course Theme (Timee Style - POP & Solid)
   Overrides for .theme-pop class
   Reference: https://timee.co.jp/
   ========================================================================== */

body.theme-pop {
    /* Color Palette */
    --bg-dark: #FFFFFF;
    --text-white: #212121;
    /* Main Black Text */
    --text-gray: #666666;

    /* Timee-like Brand Colors */
    --pop-yellow: #FCC800;
    /* Use Nyct Yellow */
    --pop-blue: #007AFF;
    /* Secondary Accent */
    --pop-black: #212121;
    /* Solid Black for Text/Shadows */
    --pop-bg-gray: #F7F7F7;
    /* Light Gray for Sections */

    /* Design Tokens */
    --shadow-solid: 4px 4px 0 0 var(--pop-black);
    --shadow-solid-hover: 2px 2px 0 0 var(--pop-black);
    --radius-pill: 9999px;
    --radius-card: 16px;

    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    color: var(--text-white);
    background-color: var(--bg-dark);
    background-image: none;
}

/* Header Override */
.theme-pop .header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid var(--pop-black);
    box-shadow: none;
}

.theme-pop .logo {
    color: var(--pop-black);
    text-shadow: none;
    font-weight: 900;
}

.theme-pop .logo img {
    filter: none;
}

.theme-pop .nav-link {
    color: var(--pop-black);
    font-weight: 700;
}

.theme-pop .nav-link:hover {
    color: var(--pop-blue);
    text-shadow: none;
}

.theme-pop .nav-link::after {
    background-color: var(--pop-blue);
    box-shadow: none;
    height: 4px;
    border-radius: 2px;
}

/* Hero Section Override */
.theme-pop .hero {
    background: var(--pop-yellow);
    position: relative;
    overflow: hidden;
    color: var(--pop-black);
    padding-top: 120px;
    /* Account for fixed header */
    padding-bottom: 60px;
    min-height: auto;
    height: auto;
}

.theme-pop .hero-bg {
    display: none;
    /* Timee often uses solid colors or illustrations, let's remove the dark photo overlay */
}

.theme-pop .hero-content {
    color: var(--pop-black);
    text-shadow: none;
    position: relative;
    z-index: 2;
}

.theme-pop .hero-badges span {
    color: var(--pop-black) !important;
    text-shadow: none !important;
    background: #FFF;
    padding: 6px 16px;
    border-radius: var(--radius-pill);
    border: 2px solid var(--pop-black);
    box-shadow: var(--shadow-solid);
    font-weight: 800 !important;
    margin: 5px;
}

.theme-pop .hero-badges span i {
    color: var(--pop-blue) !important;
}

.theme-pop .hero-subtitle {
    color: var(--pop-black);
    text-shadow: none;
    background: #FFF;
    display: inline-block;
    padding: 8px 24px;
    border-radius: var(--radius-pill);
    font-weight: 900;
    border: 2px solid var(--pop-black);
    box-shadow: var(--shadow-solid);
    margin-bottom: 24px;
    opacity: 1;
    animation: none;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.theme-pop .hero-title {
    color: var(--pop-black);
    text-shadow: none;
    font-size: 3.5rem;
    /* Big & Bold */
    line-height: 1.1;
    font-weight: 900;
    opacity: 1;
    animation: none;
    margin-bottom: 20px;
}

.theme-pop .hero-desc {
    color: var(--pop-black);
    text-shadow: none;
    font-weight: 700;
    opacity: 1;
    animation: none;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 12px;
}

/* Common Buttons (Pill + Solid Shadow) */
.theme-pop .btn {
    border-radius: var(--radius-pill);
    border: 2px solid var(--pop-black);
    box-shadow: var(--shadow-solid);
    font-weight: 900;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    text-shadow: none;
}

.theme-pop .btn:hover {
    transform: translate(2px, 2px);
    box-shadow: var(--shadow-solid-hover);
}

.theme-pop .btn-primary {
    background: #FFF;
    /* Inverted for yellow background? Or Red? Let's stick to White/Black/Blue Cta */
    color: var(--pop-black);
    /* For Primary CTA on yellow background, maybe Blue or Red? Or White? */
    /* Let's make main CTA on hero Red or Black for contrast per Timee examples? */
    /* Timee uses Red/Blue buttons. Let's use red for "Book" on yellow bg? */
    background: #eb2f5b;
    /* Timee-ish Red accent? Or just keep Black? */
    /* Let's stick to Black for highest contrast on Yellow */
    background: var(--pop-black);
    color: var(--pop-yellow);
    border-color: var(--pop-black);
}

.theme-pop .btn-primary:hover {
    background: #333;
    color: #FFF;
}

/* Section Styling */
.theme-pop .section {
    background: var(--bg-dark);
    /* White */
    backdrop-filter: none;
    padding: 80px 0;
}

.theme-pop .bg-light {
    background-color: var(--pop-bg-gray);
    /* Light Gray */
}

/* Titles */
.theme-pop .section-title-area {
    margin-bottom: 60px;
}

.theme-pop .section-subtitle {
    color: var(--pop-blue);
    text-shadow: none;
    font-weight: 900;
    background: #eef7ff;
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.1em;
}

.theme-pop .section-title {
    color: var(--pop-black);
    text-shadow: none;
    font-size: 2.2rem;
    font-weight: 900;
    margin-top: 10px;
}

.theme-pop .section-title::after {
    background: var(--pop-yellow);
    box-shadow: none;
    height: 8px;
    border-radius: 4px;
    margin-top: 20px;
    width: 80px;
}

/* Cards (Solid Shadow) */
.theme-pop .content-box-light,
.theme-pop .profile-box img,
.theme-pop .business-card,
.theme-pop .price-card,
/* pricing */
.theme-pop .campaign-section

/* from school.html but if used here */
    {
    background: #FFF;
    border: 2px solid var(--pop-black);
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-solid);
    color: var(--pop-black);
}

.theme-pop .business-card {
    height: auto;
    /* Remove fixed height */
    min-height: 400px;
}

.theme-pop .business-overlay {
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    color: var(--pop-black);
    padding: 20px;
}

.theme-pop .business-bg {
    opacity: 1;
    filter: none;
}

.theme-pop .business-label {
    background: var(--pop-yellow);
    border-top: 2px solid var(--pop-black);
    color: var(--pop-black);
    font-weight: 900;
    backdrop-filter: none;
}

/* Content Text */
.theme-pop h2,
.theme-pop h3 {
    color: var(--pop-black) !important;
}

.theme-pop p {
    color: var(--text-gray);
    font-weight: 500;
}

/* Pricing Section Specifics */
.theme-pop .pricing-block {
    /* Assuming standard divs in school.html structure */
}

.theme-pop .section .container div[style*="border: 1px solid"] {
    background: #FFF !important;
    border: 2px solid var(--pop-black) !important;
    border-radius: var(--radius-card) !important;
    box-shadow: var(--shadow-solid) !important;
}

.theme-pop .section .container div[style*="border: 2px solid var(--primary-neon)"] {
    background: #FFF !important;
    border: 4px solid var(--pop-yellow) !important;
    /* Recommended one */
    box-shadow: 6px 6px 0 0 var(--pop-yellow) !important;
}

/* Footer */
.theme-pop .footer {
    background: var(--pop-black);
    color: #FFF;
    border-top: none;
}

/* Video Embed in Hero (if moved) */
.theme-pop .hero-content iframe {
    border: 2px solid var(--pop-black);
    border-radius: 12px;
    box-shadow: var(--shadow-solid);
}

/* Mobile Sticky Footer */
.theme-pop .sticky-footer {
    background: rgba(255, 255, 255, 0.95);
    border-top: 2px solid var(--pop-black);
}

.theme-pop .sticky-btn-line {
    background: #06c755;
    color: #fff;
    border-radius: var(--radius-pill);
    border: 1px solid #06c755;
}

.theme-pop .sticky-btn-primary {
    background: var(--pop-yellow);
    color: var(--pop-black);
    border-radius: var(--radius-pill);
    border: 2px solid var(--pop-black);
    box-shadow: 2px 2px 0 0 var(--pop-black);
    font-weight: 900;
}