/**
 * LP Landing Page Styles
 * 読者特典ランディングページ専用スタイル
 *
 * @package LP_Theme
 * @version 1.0.0
 */

/* ===================================
   LP Base Styles
   =================================== */

.lp-main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* ===================================
   Green Theme Styles (1st Image)
   =================================== */

/* Hero Section Green */
.hero-section-green {
    background: linear-gradient(180deg, #e8f5e9 0%, #c8e6c9 50%, #a5d6a7 100%);
    text-align: center;
    padding: 60px 20px 80px;
    position: relative;
}

.hero-section-green .container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.decoration-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.decoration-left,
.decoration-right {
    position: absolute;
    font-size: 2rem;
    color: #81c784;
    font-weight: bold;
}

.decoration-left {
    left: 0;
}

.decoration-right {
    right: 0;
}

.hero-section-green .hero-title {
    font-size: 3rem;
    color: #2e7d32;
    margin-bottom: 30px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.hero-section-green .hero-subtitle {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 700;
}

.hero-section-green .highlight-yellow {
    color: #f9a825;
    font-weight: 900;
    font-size: 2.8rem;
}

.hero-section-green .highlight-red {
    color: #c62828;
    font-weight: 900;
}

/* Benefits Section Green */
.benefit-section-green {
    background: #ffffff;
    padding: 50px 20px;
}

.benefit-section-green .container {
    max-width: 700px;
    margin: 0 auto;
}

.benefit-item-green {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    padding: 25px;
    border-left: 5px solid #4CAF50;
    background: #fafafa;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.benefit-number-green {
    flex-shrink: 0;
    width: 70px;
    text-align: center;
    margin-right: 20px;
    padding-top: 5px;
}

.benefit-number-green .label {
    display: block;
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

.benefit-number-green .number {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    color: #4CAF50;
    line-height: 1;
    margin-top: 5px;
}

.benefit-content-green {
    flex: 1;
}

.benefit-content-green h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #1565c0;
    font-weight: 700;
}

.benefit-content-green p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #333;
}

.benefit-content-green .highlight-yellow {
    background: linear-gradient(transparent 50%, #ffeb3b 50%);
    font-weight: 700;
    padding: 0 2px;
}

.benefit-content-green .highlight-red {
    color: #c62828;
    font-weight: 700;
}

/* ===================================
   Pink Theme Styles (2nd Image)
   =================================== */

/* Hero Section Pink */
.lp-pink .hero-section-pink {
    background: linear-gradient(180deg, #fce4ec 0%, #f8bbd9 50%, #f48fb1 100%);
    text-align: center;
    padding: 60px 20px 80px;
    position: relative;
}

.hero-section-pink .container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

/* Laurel Decoration */
.decoration-laurel {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}

.laurel-left,
.laurel-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.laurel-left {
    left: -30px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 120"><path d="M50,10 Q30,30 35,60 Q30,90 50,110" stroke="%23c9a86c" stroke-width="3" fill="none"/><path d="M45,15 Q25,35 30,60 Q25,85 45,105" stroke="%23c9a86c" stroke-width="2" fill="none"/><ellipse cx="35" cy="25" rx="8" ry="12" fill="%23c9a86c" transform="rotate(-30 35 25)"/><ellipse cx="30" cy="45" rx="8" ry="12" fill="%23c9a86c" transform="rotate(-20 30 45)"/><ellipse cx="30" cy="75" rx="8" ry="12" fill="%23c9a86c" transform="rotate(20 30 75)"/><ellipse cx="35" cy="95" rx="8" ry="12" fill="%23c9a86c" transform="rotate(30 35 95)"/></svg>');
}

.laurel-right {
    right: -30px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 120"><path d="M10,10 Q30,30 25,60 Q30,90 10,110" stroke="%23c9a86c" stroke-width="3" fill="none"/><path d="M15,15 Q35,35 30,60 Q35,85 15,105" stroke="%23c9a86c" stroke-width="2" fill="none"/><ellipse cx="25" cy="25" rx="8" ry="12" fill="%23c9a86c" transform="rotate(30 25 25)"/><ellipse cx="30" cy="45" rx="8" ry="12" fill="%23c9a86c" transform="rotate(20 30 45)"/><ellipse cx="30" cy="75" rx="8" ry="12" fill="%23c9a86c" transform="rotate(-20 30 75)"/><ellipse cx="25" cy="95" rx="8" ry="12" fill="%23c9a86c" transform="rotate(-30 25 95)"/></svg>');
}

.hero-section-pink .hero-title-pink {
    font-size: 2.5rem;
    color: #c9a86c;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 0.05em;
}

.hero-section-pink .hero-subtitle-pink {
    font-size: 3rem;
    line-height: 1.3;
}

.hero-section-pink .free-text {
    color: #c62828;
    font-weight: 900;
    font-size: 4rem;
}

.hero-section-pink .normal-text {
    color: #333;
    font-weight: 700;
}

/* Benefits Section Pink */
.benefit-section-pink {
    background: linear-gradient(180deg, #fce4ec 0%, #fff 100%);
    padding: 50px 20px;
}

.benefit-section-pink .container {
    max-width: 700px;
    margin: 0 auto;
}

.benefit-item-pink {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.benefit-number-pink {
    flex-shrink: 0;
    margin-right: 25px;
}

.benefit-badge {
    width: 75px;
    height: 95px;
    background: linear-gradient(180deg, #e6c98a 0%, #c9a86c 40%, #b8956b 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.benefit-badge .label {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.benefit-badge .number {
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.benefit-content-pink {
    flex: 1;
}

.benefit-content-pink h3 {
    font-size: 1.3rem;
    color: #333;
    line-height: 1.7;
    font-weight: 700;
}

.benefit-image {
    flex-shrink: 0;
    width: 140px;
    margin-left: 20px;
}

.benefit-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
}

/* ===================================
   Promo Image Section
   =================================== */

.promo-image-section {
    text-align: center;
    padding: 40px 20px;
    background: #fafafa;
}

.promo-image-section .container {
    max-width: 600px;
    margin: 0 auto;
}

.promo-main-image {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* ===================================
   CTA Section Styles
   =================================== */

.cta-section {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(180deg, #4CAF50 0%, #388e3c 100%);
}

.cta-section .container {
    max-width: 600px;
    margin: 0 auto;
}

.cta-text {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.cta-button {
    display: inline-block;
    padding: 22px 60px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    color: #2e7d32;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

/* CTA Pink Theme */
.cta-section-pink {
    background: linear-gradient(180deg, #f48fb1 0%, #ec407a 100%);
}

.cta-button-pink {
    color: #c2185b;
}

/* ===================================
   LP Footer Styles
   =================================== */

.lp-footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 30px 20px;
}

.lp-footer .copyright {
    font-size: 0.9rem;
    opacity: 0.8;
}

.lp-footer-pink {
    background: linear-gradient(180deg, #880e4f 0%, #4a0e2b 100%);
}

/* ===================================
   Responsive Styles
   =================================== */

@media (max-width: 768px) {
    /* Green Theme Mobile */
    .hero-section-green .hero-title {
        font-size: 2.2rem;
    }

    .hero-section-green .hero-subtitle {
        font-size: 1.6rem;
    }

    .hero-section-green .highlight-yellow {
        font-size: 2rem;
    }

    .benefit-item-green {
        flex-direction: column;
        padding: 20px;
    }

    .benefit-number-green {
        margin-right: 0;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        width: auto;
    }

    .benefit-number-green .label {
        margin-right: 5px;
    }

    .benefit-number-green .number {
        font-size: 2.5rem;
        margin-top: 0;
    }

    /* Pink Theme Mobile */
    .hero-section-pink .hero-title-pink {
        font-size: 1.8rem;
    }

    .hero-section-pink .hero-subtitle-pink {
        font-size: 2.2rem;
    }

    .hero-section-pink .free-text {
        font-size: 3rem;
    }

    .laurel-left,
    .laurel-right {
        width: 40px;
        height: 80px;
    }

    .laurel-left {
        left: -10px;
    }

    .laurel-right {
        right: -10px;
    }

    .benefit-item-pink {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .benefit-number-pink {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .benefit-image {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        max-width: 200px;
    }

    /* CTA Mobile */
    .cta-text {
        font-size: 1.3rem;
    }

    .cta-button {
        padding: 18px 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-section-green,
    .hero-section-pink {
        padding: 40px 15px 60px;
    }

    .hero-section-green .hero-title {
        font-size: 1.8rem;
    }

    .hero-section-green .hero-subtitle {
        font-size: 1.4rem;
    }

    .hero-section-green .highlight-yellow {
        font-size: 1.8rem;
    }

    .hero-section-pink .hero-title-pink {
        font-size: 1.5rem;
    }

    .hero-section-pink .hero-subtitle-pink {
        font-size: 1.8rem;
    }

    .hero-section-pink .free-text {
        font-size: 2.5rem;
    }

    .benefit-content-green h3,
    .benefit-content-pink h3 {
        font-size: 1.1rem;
    }

    .benefit-content-green p {
        font-size: 0.95rem;
    }
}

/* ===================================
   Animation Effects
   =================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefit-item-green,
.benefit-item-pink {
    animation: fadeInUp 0.6s ease-out;
}

.benefit-item-green:nth-child(1),
.benefit-item-pink:nth-child(1) {
    animation-delay: 0.1s;
}

.benefit-item-green:nth-child(2),
.benefit-item-pink:nth-child(2) {
    animation-delay: 0.2s;
}

.benefit-item-green:nth-child(3),
.benefit-item-pink:nth-child(3) {
    animation-delay: 0.3s;
}

/* Pulse animation for CTA button */
@keyframes pulse {
    0% {
        box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    }
    50% {
        box-shadow: 0 5px 30px rgba(0,0,0,0.5);
    }
    100% {
        box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    }
}

.cta-button {
    animation: pulse 2s infinite;
}

.cta-button:hover {
    animation: none;
}
