/* PDF Flyer Styles */
.pdf-flyer {
    width: 210mm;
    min-height: 297mm;
    padding: 20mm;
    background: white;
    font-family: 'Noto Sans JP', sans-serif;
    color: #1a1a1a;
}

.pdf-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #2DD4A8;
}

.pdf-logo {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #2D3E50;
    margin: 0 0 8px 0;
    letter-spacing: 3px;
}

.pdf-tagline {
    font-size: 16px;
    font-weight: 700;
    color: #2DD4A8;
    margin: 0 0 12px 0;
}

.pdf-badge {
    display: inline-block;
    background: #FF6B00;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.pdf-main {
    margin-top: 20px;
}

.pdf-section-title {
    font-size: 18px;
    font-weight: 900;
    color: #2D3E50;
    margin: 20px 0 12px 0;
    padding-left: 12px;
    border-left: 4px solid #2DD4A8;
}

.pdf-text {
    font-size: 11px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
}

/* Mission Grid */
.pdf-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.pdf-mission-item {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    position: relative;
}

.pdf-mission-number {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 24px;
    font-weight: 900;
    color: rgba(45, 212, 168, 0.2);
    font-family: 'Poppins', sans-serif;
}

.pdf-mission-item h3 {
    font-size: 13px;
    font-weight: 700;
    color: #2D3E50;
    margin: 0 0 6px 0;
}

.pdf-mission-item p {
    font-size: 10px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Class Grid */
.pdf-class-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}

.pdf-class-item {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #2DD4A8;
}

.pdf-class-badge {
    display: inline-block;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pdf-class-badge.enjoy {
    background: #2DD4A8;
}

.pdf-class-badge.challenge {
    background: #2D3E50;
}

.pdf-class-item h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2D3E50;
    margin: 0 0 8px 0;
}

.pdf-class-target,
.pdf-class-time,
.pdf-class-price {
    font-size: 11px;
    color: #666;
    margin: 4px 0;
}

.pdf-class-price {
    font-size: 16px;
    font-weight: 900;
    color: #2DD4A8;
    margin-top: 8px;
}

.pdf-schedule {
    font-size: 12px;
    font-weight: 700;
    color: #2D3E50;
    text-align: center;
    padding: 8px;
    background: rgba(45, 212, 168, 0.1);
    border-radius: 6px;
    margin-top: 12px;
}

/* Access */
.pdf-access-info h3 {
    font-size: 13px;
    font-weight: 700;
    color: #2D3E50;
    margin: 0 0 6px 0;
}

.pdf-access-info p {
    font-size: 11px;
    line-height: 1.7;
    color: #666;
    margin: 3px 0;
}

/* Coach */
.pdf-coach-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2D3E50;
    margin: 0 0 6px 0;
}

.pdf-coach-credential,
.pdf-coach-experience,
.pdf-coach-message {
    font-size: 11px;
    line-height: 1.7;
    color: #666;
    margin: 4px 0;
}

.pdf-coach-message {
    font-style: italic;
    color: #2DD4A8;
    font-weight: 700;
}

/* Trial */
.pdf-trial-text {
    font-size: 11px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 8px;
}

.pdf-trial-note {
    font-size: 10px;
    color: #999;
    font-style: italic;
}

/* Footer */
.pdf-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #e0e0e0;
    text-align: center;
}

.pdf-footer p {
    font-size: 11px;
    color: #666;
    margin: 4px 0;
}

.pdf-contact {
    font-size: 10px;
    color: #999;
}
