/* ==========================================================================
   弥生会計LP 専用スタイル
   ========================================================================== */


/* FV ヒーローセクション */
.hero-section .container {
    max-width: 1100px;
    text-align: center;
}

.hero-section .hero-title {
    margin-bottom: 2rem;
}

.hero-catch {
    margin-top: 2rem;
}

.hero-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.hero-microcopy {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f97316;
}

.btn-fv-cta i svg {
    display: block;
    margin-left: 0.5rem;
}

/* FV POINTカード */
.yayoi-point-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.yayoi-point-cards {
    margin-top: 1rem;
}

.yayoi-point-card {
    position: relative;
    background: #fff;
    border-radius: 0.75rem;
    border: 3px solid var(--color-primary);
    padding: 1.25rem 1.25rem 1rem;
    margin-top: 0.75rem;
    min-width: 180px;
    flex: 1;
    max-width: 220px;
    text-align: center;
}

.yayoi-point-card .card-point-header {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    white-space: nowrap;
}

.yayoi-point-card .card-point-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.yayoi-point-card .card-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.5;
}

.hero-catch {
    margin-bottom: 0;
}

/* CTAボタン（全体をオレンジに） */
.btn-accent {
    background-color: #f97316;
    box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.3);
}
.btn-accent:hover {
    background-color: #ea580c;
}

/* FV CTAボタン（btn-fv-ctaはbtn-accentと同色のためクラスは残すが上書き不要） */
.btn-fv-cta {
    display: inline-flex;
    align-items: center;
    background-color: #f97316;
    box-shadow: 0 10px 15px -3px rgba(249, 115, 22, 0.3);
}
.btn-fv-cta:hover {
    background-color: #ea580c;
}

@media (max-width: 600px) {
    .yayoi-point-card {
        min-width: 140px;
        padding: 0.875rem 1rem;
    }
    .yayoi-point-card .card-text {
        font-size: 0.875rem;
    }
}
