/* web-lp.html — Web/LP service page styles */

.lp-page {
    background: #f4f4f4;
}

.lp-page-hero {
    padding: 100px 0 70px;
    text-align: center;
    background: linear-gradient(135deg, #7a1a1a 0%, #c0392b 100%);
    color: #fff;
    border-bottom: 5px solid #e60012;
}

.lp-hero {
    padding: 100px 0;
    background: radial-gradient(circle at center, #ffffff 0%, #f0f0f0 100%);
    text-align: center;
    border-bottom: 5px solid #e60012;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.lp-hero-vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.lp-hero-big {
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin: 0;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    color: #e60012;
}

.lp-hero-title {
    font-size: clamp(3rem, 8vw, 6.5rem);
    font-weight: 900;
    line-height: 1;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    color: #e60012;
}

.lp-hero-sub {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin: 10px 0 20px;
    background: linear-gradient(to right, #e60012, #ff4b1f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.lp-hero-catch {
    font-size: 1.5rem;
    background: linear-gradient(135deg, #000, #333);
    color: #fff !important;
    display: inline-block;
    padding: 15px 60px;
    border-radius: 50px;
    margin-top: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    font-family: "Michroma";
}

.lp-price {
    background: #fff;
    padding: 80px 0;
}

.lp-price-main {
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 900;
    font-family: "Michroma", sans-serif;
    color: #e60012;
    margin: 30px 0;
    background: linear-gradient(to bottom, #e60012, #a00000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1;
}

.price-highlight {
    font-family: "Michroma";
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #c0392b;
    margin: 20px 0;
}

.lp-limits {
    background: #1a1a1a;
    color: #fff;
}

.lp-limits .section-title strong {
    color: #fff;
    border-bottom: 3px solid #e60012;
}

.lp-limits .lp-text {
    color: #f0f0f0;
}

.lp-limit-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.lp-limit-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #e60012;
    padding: 25px;
    border-radius: 5px;
    color: #fff;
}

.lp-limits .lp-limit-item { color: #fff; }

.section-alt .lp-limit-item,
.lp-limit-item.light {
    background: var(--card);
    border: 1px solid rgba(38, 64, 81, 0.1);
    border-left: 5px solid #c0392b;
    color: var(--main);
}

.lp-limit-item h3 {
    font-family: "Michroma";
    font-size: 1rem;
    margin: 0 0 10px;
    color: #c0392b;
}

.lp-limit-item p {
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

.lp-limits .lp-limit-item h3,
.lp-limits .lp-limit-item p { color: #fff; }

.lp-text {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 16px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lp-reason {
    background: #f0f4f8;
    border-top: 5px solid #0066cc;
    padding: 80px 0;
}

.lp-contact {
    background: linear-gradient(135deg, #fff7e6, #fff);
    border: 5px solid gold;
    padding: 80px 0;
}

.red { color: #e60012 !important; font-weight: bold; }
.red2 { color: #b30009 !important; }
.big { font-size: 1.8rem !important; }

.faq-section {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(38, 64, 81, 0.1);
    padding: 28px 0;
}

.faq-item:last-child { border-bottom: none; }

.faq-question {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--main);
    line-height: 1.6;
}

.faq-answer {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.85;
    margin: 0;
}

@media (max-width: 768px) {
    .lp-hero-title { font-size: 3rem; }
    .lp-hero-sub { font-size: 1.8rem; }
    .lp-hero-vertical { writing-mode: horizontal-tb; display: block; margin: 0 0 15px; }
}
