/**
 * Shopify Support Plan Page Styles
 * Shopify保守プランLP専用スタイル
 * 全体をShopifyグリーンで統一
 */

/* ============================================
   CSS Variables
   ============================================ */
:root {
    --shopify-green: #95bf47;
    --shopify-green-dark: #5e8e3e;
    --shopify-green-light: #b8d977;
    --shopify-gradient: linear-gradient(135deg, #95bf47 0%, #5e8e3e 100%);
    --dark-bg: #1a1a2e;
    --dark-bg-light: #16213e;
}

/* ============================================
   共通スタイル
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    color: #333;
}

/* ============================================
   セクションタイトル
   ============================================ */
.section-title {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    margin-bottom: 3rem;
    position: relative;
}

.section-title span {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--shopify-green);
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
}

.section-title--light {
    color: #fff;
}

.section-title--light span {
    color: var(--shopify-green-light);
}

/* ============================================
   メインビジュアル
   ============================================ */
#mainimg.mainimg--shopify {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 60px;
}

#mainimg.mainimg--shopify::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(149, 191, 71, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(94, 142, 62, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* 背景画像がある場合のオーバーレイ */
#mainimg.mainimg--shopify.has-bg-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--fv-overlay-opacity, 0.5));
    pointer-events: none;
    z-index: 1;
}

#mainimg.mainimg--shopify > div {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
}

.mainimg__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.5rem;
    background: var(--shopify-gradient);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(149, 191, 71, 0.4);
}

.mainimg__tag-icon {
    font-size: 1.3rem;
}

#mainimg.mainimg--shopify .text {
    margin: 0;
}

#mainimg.mainimg--shopify .text p {
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

#mainimg.mainimg--shopify .text .text-accent {
    background: var(--shopify-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mainimg__lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 1.5rem 0 2rem;
    line-height: 1.9;
}

.sp-only { display: inline; }
@media (min-width: 768px) { .sp-only { display: none; } }

#mainimg.mainimg--shopify .btn {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

#mainimg.mainimg--shopify .btn p {
    margin: 0;
}

#mainimg.mainimg--shopify .btn a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#mainimg.mainimg--shopify .btn p:first-child a {
    background: var(--shopify-gradient);
    color: #fff;
    box-shadow: 0 4px 20px rgba(149, 191, 71, 0.4);
}

#mainimg.mainimg--shopify .btn p:first-child a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(149, 191, 71, 0.5);
}

#mainimg.mainimg--shopify .btn p:last-child a {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

#mainimg.mainimg--shopify .btn p:last-child a:hover {
    background: #fff;
    border-color: #fff;
    color: var(--dark-bg);
}

/* ============================================
   実績数字セクション
   ============================================ */
.stats-section {
    background: var(--shopify-gradient);
    padding: 4rem 2rem 6rem;
    position: relative;
    margin-bottom: -2rem;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.stats-section::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #f8f9fa;
    clip-path: ellipse(60% 100% at 50% 100%);
}

.stats-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.3);
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: "Jost", sans-serif;
}

.stat-unit {
    font-size: 1.5rem;
}

.stat-plus {
    font-size: 2rem;
    vertical-align: super;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .stats-grid { gap: 2rem; }
    .stat-number { font-size: 3rem; }
    .stat-item:not(:last-child)::after { display: none; }
}

/* ============================================
   お悩みセクション
   ============================================ */
.section-problem {
    padding: 5rem 2rem;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.section-problem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2395bf47' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.section-problem::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(149, 191, 71, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .problem-grid { grid-template-columns: 1fr; max-width: 400px; }
}

.problem-card {
    background: var(--dark-bg);
    color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.problem-card__icon {
    width: 70px;
    height: 70px;
    background: rgba(149, 191, 71, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.problem-card__icon i {
    font-size: 1.8rem;
    color: var(--shopify-green);
}

.problem-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem;
    line-height: 1.5;
    color: #fff;
}

.problem-card__title .accent {
    color: var(--shopify-green-light);
}

.problem-card__text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.8;
}

.problem-card__num {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 5rem;
    font-weight: 800;
    color: rgba(149, 191, 71, 0.1);
    font-family: "Jost", sans-serif;
    line-height: 1;
}

/* ============================================
   解決セクション
   ============================================ */
.section-solution {
    padding: 5rem 2rem;
    background: var(--shopify-gradient);
    position: relative;
    overflow: hidden;
}

.section-solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.solution-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.solution-header__bubble {
    display: inline-block;
    background: #fff;
    color: var(--shopify-green-dark);
    padding: 0.4rem 1.2rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transform: rotate(-5deg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.solution-header__title {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .solution-grid { grid-template-columns: 1fr; max-width: 400px; }
}

.solution-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.solution-card__icon {
    width: 70px;
    height: 70px;
    background: var(--shopify-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.solution-card__icon i {
    font-size: 1.8rem;
    color: #fff;
}

.solution-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #333;
}

.marker-green {
    background: linear-gradient(transparent 60%, rgba(149, 191, 71, 0.3) 60%);
    padding: 0 0.2em;
}

.solution-card__text {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.8;
}

.solution-card__num {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 5rem;
    font-weight: 800;
    color: rgba(149, 191, 71, 0.1);
    font-family: "Jost", sans-serif;
    line-height: 1;
}

/* ============================================
   実績セクション
   ============================================ */
.section-results {
    padding: 5rem 2rem;
    background: var(--dark-bg);
    position: relative;
    overflow: hidden;
}

.section-results::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2395bf47' fill-opacity='0.03'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.section-results::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(149, 191, 71, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.results-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    align-items: stretch;
}

@media (max-width: 900px) {
    .results-showcase { grid-template-columns: 1fr; max-width: 350px; }
}

.result-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.result-card--featured {
    border: 3px solid var(--shopify-green);
    transform: scale(1.05);
}

.result-card--featured:hover {
    transform: scale(1.05) translateY(-8px);
}

@media (max-width: 900px) {
    .result-card--featured { transform: none; }
    .result-card--featured:hover { transform: translateY(-8px); }
}

.result-card__badge {
    position: absolute;
    top: 0;
    right: 20px;
    background: var(--shopify-gradient);
    color: #fff;
    padding: 0.3rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 0 0 8px 8px;
    z-index: 2;
}

.result-card__visual {
    position: relative;
    height: 120px;
    background: var(--shopify-gradient);
    overflow: hidden;
}

.result-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result-card__label {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 0 0 8px 0;
}

.result-card__label i {
    font-size: 1rem;
    color: var(--shopify-green-light);
}

.result-card__body {
    padding: 1.5rem;
    text-align: center;
}

.result-card__before {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 0.5rem;
}

.result-card__arrow {
    color: var(--shopify-green);
    font-size: 1.5rem;
    margin: 0.5rem 0;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

.result-card__after {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--shopify-green-dark);
    margin: 0 0 0.5rem;
}

.result-card__note {
    font-size: 0.85rem;
    color: #999;
    margin: 0;
}

/* ============================================
   サービス内容セクション
   ============================================ */
.section-services {
    padding: 5rem 2rem;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.section-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2395bf47' fill-opacity='0.04' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.section-services::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse, rgba(149, 191, 71, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.service-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    color: #333;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.service-tag:hover {
    border-color: var(--shopify-green);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(149, 191, 71, 0.2);
}

.service-tag i {
    color: var(--shopify-green);
    font-size: 1.1rem;
}

/* ============================================
   料金プランセクション
   ============================================ */
.section-pricing {
    padding: 5rem 2rem;
    background: var(--dark-bg);
    position: relative;
    overflow: hidden;
}

.section-pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2395bf47' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.section-pricing::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(149, 191, 71, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    align-items: stretch;
}

@media (max-width: 900px) {
    .pricing-grid { grid-template-columns: 1fr; max-width: 380px; }
}

.plan-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.plan-card--featured {
    background: rgba(149, 191, 71, 0.1);
    border-color: var(--shopify-green);
    transform: scale(1.03);
}

.plan-card--featured:hover {
    transform: scale(1.03) translateY(-8px);
}

@media (max-width: 900px) {
    .plan-card--featured { transform: none; }
    .plan-card--featured:hover { transform: translateY(-8px); }
}

.plan-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--shopify-gradient);
    color: #fff;
    padding: 0.4rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 0 0 12px 12px;
}

.plan-card__header {
    padding: 2rem 1.5rem 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-card--featured .plan-card__header {
    padding-top: 2.5rem;
}

.plan-card__name {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.3rem;
    color: #fff;
}

.plan-card__subtitle {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.plan-card__price {
    padding: 1.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}

.plan-card__amount {
    font-size: 4rem;
    font-weight: 800;
    color: var(--shopify-green);
    font-family: "Jost", sans-serif;
    line-height: 1;
}

.plan-card__unit {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
}

.plan-card__unit small {
    font-size: 0.9rem;
}

.plan-card__hours {
    text-align: center;
    padding: 0.75rem;
    background: rgba(0, 0, 0, 0.1);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.plan-card__features {
    list-style: none;
    margin: 0;
    padding: 1.5rem;
    flex: 1;
}

.plan-card__features li {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.plan-card__features li:last-child {
    border-bottom: none;
}

.plan-card__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--shopify-green);
    font-weight: 700;
}

.plan-card__cta {
    padding: 0 1.5rem 1.5rem;
}

.plan-btn {
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    background: transparent;
}

.plan-btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--dark-bg);
}

.plan-btn--primary {
    background: var(--shopify-gradient);
    border-color: var(--shopify-green);
}

.plan-btn--primary:hover {
    background: #fff;
    border-color: #fff;
    color: var(--shopify-green-dark);
}

.pricing-note {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin-top: 2rem;
}

/* ============================================
   FAQセクション
   ============================================ */
.section-faq {
    padding: 5rem 2rem;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.section-faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2395bf47' fill-opacity='0.03' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.section-faq::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(149, 191, 71, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

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

.faq-item {
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--shopify-green);
}

.faq-item__question {
    padding: 1.25rem 3rem 1.25rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: #fafafa;
    transition: background 0.3s ease;
}

.faq-item__question::after {
    content: '+';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--shopify-green);
    transition: transform 0.3s ease;
}

.faq-item.is-open .faq-item__question::after {
    transform: translateY(-50%) rotate(45deg);
}

.faq-item__question:hover {
    background: #f5f5f5;
}

.faq-item__answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #666;
    line-height: 1.8;
}

.faq-item.is-open .faq-item__answer {
    padding: 1rem 1.5rem 1.5rem;
    max-height: 300px;
}

/* ============================================
   CTAセクション
   ============================================ */
.section-cta {
    padding: 6rem 2rem;
    background: var(--shopify-gradient);
    background-size: cover;
    background-position: center;
    position: relative;
}

.section-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(149, 191, 71, 0.9) 0%, rgba(94, 142, 62, 0.9) 100%);
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 1rem;
}

.cta-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 2rem;
    line-height: 1.8;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 3rem;
    background: #fff;
    color: var(--shopify-green-dark);
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* ============================================
   レスポンシブ
   ============================================ */
@media (max-width: 768px) {
    #mainimg.mainimg--shopify {
        min-height: auto;
        padding: 100px 20px 50px;
    }

    #mainimg.mainimg--shopify .btn {
        flex-direction: column;
    }

    #mainimg.mainimg--shopify .btn a {
        width: 100%;
        justify-content: center;
    }
}
