/**
 * 固定ページ（LP・フッター）用CSS
 *
 * @package Arkhe_Child
 */

.tsuma-lp {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.tsuma-lp__hero {
    text-align: center;
    padding: 2.5rem 1.5rem;
    margin-bottom: 2.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #1d2327 0%, #2c3338 100%);
    color: #fff;
}

.tsuma-lp__badge {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    font-size: 0.85rem;
}

.tsuma-lp__title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    line-height: 1.3;
}

.tsuma-lp__lead {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #dcdcde;
}

.tsuma-lp__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.tsuma-lp__btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    background: #3c434a;
    color: #fff !important;
}

.tsuma-lp__btn:hover {
    background: #50575e;
    color: #fff !important;
}

.tsuma-lp__btn--primary {
    background: #2271b1;
}

.tsuma-lp__btn--primary:hover {
    background: #135e96;
}

.tsuma-lp__btn--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.tsuma-lp__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tsuma-lp__note {
    margin: 0;
    font-size: 0.85rem;
    color: #a7aaad;
}

.tsuma-lp__section-title {
    margin: 0 0 1.25rem;
    font-size: 1.35rem;
    text-align: center;
}

.tsuma-lp__features {
    margin-bottom: 2.5rem;
}

.tsuma-lp__feature-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .tsuma-lp__feature-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tsuma-lp__feature-list li {
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}

.tsuma-lp__feature-list strong {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 1.05rem;
}

.tsuma-lp__feature-list span {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.tsuma-lp__plans {
    margin-bottom: 2rem;
}

.tsuma-lp__plan-grid {
    display: grid;
    gap: 1rem;
}

@media (min-width: 640px) {
    .tsuma-lp__plan-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.tsuma-lp__plan {
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.tsuma-lp__plan h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
}

.tsuma-lp__plan p {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.tsuma-lp__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9rem;
}

.tsuma-site-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    padding: 1rem;
    font-size: 0.9rem;
    text-align: center;
}

.tsuma-site-footer a {
    color: inherit;
}

/* 利用規約・プライバシー本文の読みやすさ */
.page-slug-terms .entry-content,
.page-slug-privacy .entry-content {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.page-slug-terms .entry-content h2,
.page-slug-privacy .entry-content h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.35rem;
}

.page-slug-terms .entry-content p,
.page-slug-privacy .entry-content p {
    margin-bottom: 1rem;
}

.page-slug-terms .entry-content ul,
.page-slug-privacy .entry-content ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.tsuma-legal-notice {
    padding: 1rem;
    margin-bottom: 1.5rem;
    background: #fff8e5;
    border: 1px solid #f0d58c;
    border-radius: 6px;
    font-size: 0.9rem;
}
