@charset "UTF-8";

/* ========================================
   Product Section Redesign
   参照デザイン: 黒背景プレミアムカード + 商品画像カード
   ======================================== */

.product-section {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(53, 124, 189, 0.08) 0%, transparent 38%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.product-container {
    max-width: 1120px;
}

/* ========================================
   プレミアムヒーロー
   ======================================== */
.product-hero {
    min-height: 520px;
    background:
        radial-gradient(circle at 76% 30%, rgba(255, 232, 170, 0.34) 0%, rgba(255, 232, 170, 0.12) 14%, transparent 36%),
        radial-gradient(circle at 82% 48%, rgba(255, 255, 255, 0.16) 0%, transparent 28%),
        linear-gradient(135deg, #0b0d10 0%, #15171a 45%, #060708 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 64px 56px 56px;
    box-shadow: 0 24px 70px rgba(5, 12, 22, 0.22);
    isolation: isolate;
}

.product-hero::before {
    top: auto;
    right: 210px;
    bottom: 132px;
    width: 360px;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 218, 111, 0.88) 45%, transparent 100%);
    border-radius: 999px;
    filter: blur(1px);
    transform: rotate(-4deg);
    z-index: 1;
}

.product-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at 72% 55%, rgba(212, 176, 100, 0.18), transparent 30%);
    pointer-events: none;
    z-index: 0;
}

.product-hero__badge {
    background: linear-gradient(135deg, #1f6faf 0%, #0c4f86 100%);
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 0 0 18px 0;
    letter-spacing: 0.16em;
}

.product-hero__left,
.product-hero__right {
    position: relative;
    z-index: 3;
}

.product-hero__left {
    max-width: 560px;
}

.product-hero__maker {
    color: rgba(255, 255, 255, 0.72);
}

.product-hero__name {
    color: #ffffff;
    font-size: 34px;
    letter-spacing: 0.02em;
}

.product-hero__model {
    color: rgba(255, 255, 255, 0.68);
}

.product-hero__catch {
    color: #bfe2ff;
    border-left-color: #81C1F2;
    font-size: 21px;
    letter-spacing: 0.02em;
}

.product-hero__desc {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
}

.product-hero__features li {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.product-hero__features li svg {
    color: #ffffff;
}

.product-hero__right {
    margin-left: auto;
    padding-top: 236px;
    width: 280px;
}

.product-hero__price-label {
    color: rgba(255, 255, 255, 0.66);
}

.product-hero__price {
    color: #f8de88;
    text-shadow: 0 4px 22px rgba(248, 222, 136, 0.25);
}

.product-hero__price-tax {
    color: rgba(255, 255, 255, 0.6);
}

.product-hero__price-included {
    color: rgba(255, 255, 255, 0.75);
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.product-hero__cta {
    background: linear-gradient(135deg, #f4d64f 0%, #d9b82a 100%);
    color: #192233;
    min-width: 220px;
    box-shadow: 0 14px 34px rgba(229, 213, 61, 0.22);
}

.product-hero__cta:hover {
    color: #192233;
    box-shadow: 0 18px 42px rgba(229, 213, 61, 0.32);
}

.product-hero__visual {
    position: absolute;
    right: 42px;
    top: 56px;
    width: min(46%, 470px);
    z-index: 2;
    pointer-events: none;
}

.product-hero__visual::before {
    content: '';
    position: absolute;
    left: 12%;
    right: 8%;
    bottom: 10%;
    height: 28px;
    background: rgba(255, 224, 142, 0.36);
    filter: blur(22px);
    transform: rotate(-5deg);
}

.product-hero__visual img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.55));
    transform: rotate(-1deg);
}

/* ========================================
   商品カード
   ======================================== */
.product-sub-grid {
    gap: 28px;
}

.product-sub-card {
    display: flex;
    flex-direction: column;
    min-height: 650px;
    padding: 32px 28px 28px;
    border: 1px solid #edf1f5;
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(20, 45, 70, 0.06);
}

.product-sub-card::before {
    display: none;
}

.product-sub-card:hover {
    box-shadow: 0 18px 48px rgba(53, 124, 189, 0.14);
}

.product-sub-card__badge {
    width: fit-content;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.product-sub-card__maker {
    color: #7e8995;
}

.product-sub-card__name {
    color: #1f2933;
    font-size: 20px;
}

.product-sub-card__model {
    margin-bottom: 14px;
}

.product-sub-card__visual {
    height: 165px;
    margin: 0 0 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-sub-card--balance .product-sub-card__visual {
    background:
        radial-gradient(circle at 70% 35%, rgba(255, 221, 150, 0.28), transparent 38%),
        linear-gradient(135deg, #111318 0%, #22252b 100%);
}

.product-sub-card--brand .product-sub-card__visual {
    background: linear-gradient(135deg, #f7fafc 0%, #eef3f8 100%);
}

.product-sub-card--budget .product-sub-card__visual {
    background: linear-gradient(135deg, #fbfbfd 0%, #f0f3f7 100%);
}

.product-sub-card__visual img {
    width: 100%;
    max-width: 300px;
    max-height: 148px;
    height: auto;
    object-fit: contain;
    transform: translateY(0);
    filter: drop-shadow(0 14px 18px rgba(21, 38, 56, 0.18));
}

.product-sub-card--balance .product-sub-card__visual img {
    filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.36));
}

.product-sub-card__catch {
    min-height: 86px;
    margin-bottom: 18px;
}

.product-sub-card__price {
    font-size: 34px;
    color: #202833;
}

.product-sub-card__price-meta {
    margin-bottom: 22px;
}

.product-sub-card__features {
    gap: 9px;
}

.product-sub-card__features li {
    align-items: flex-start;
    line-height: 1.45;
}

.product-sub-card__features li svg {
    margin-top: 2px;
}

.product-sub-card__note {
    margin-top: auto;
}

.product-sub-card__cta {
    border-radius: 10px;
    padding: 14px;
}

/* ========================================
   標準取付費込み
   ======================================== */
.product-included {
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(53, 124, 189, 0.08);
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 991px) {
    .product-hero {
        min-height: auto;
        padding: 54px 36px 42px;
    }

    .product-hero__visual {
        position: relative;
        right: auto;
        top: auto;
        width: min(100%, 460px);
        margin: 0 auto 8px;
        order: 2;
    }

    .product-hero__left {
        max-width: none;
    }

    .product-hero__right {
        width: 100%;
        padding-top: 24px;
        border-top-color: rgba(255, 255, 255, 0.16);
    }

    .product-sub-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .product-hero {
        border-radius: 20px;
        padding: 48px 22px 32px;
    }

    .product-hero__name {
        font-size: 25px;
    }

    .product-hero__catch {
        font-size: 17px;
    }

    .product-hero__visual {
        width: 100%;
    }

    .product-hero__right {
        flex-direction: column;
    }

    .product-sub-card__visual {
        height: 165px;
    }
}

