/* AIエージェント - スマートフォンモックアップセクション */

.ai-mockup-section {
    margin: 50px 0 40px 0;
    position: relative;
}

.ai-mockup-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    perspective: 1200px;
}

/* スマートフォンモックアップ */
.phone-mockup {
    position: relative;
    width: 280px;
    height: 570px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    border-radius: 40px;
    padding: 14px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 16px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    animation: phone-float 4s ease-in-out infinite;
}

.phone-mockup:nth-child(2) {
    animation-delay: 0.5s;
}

.phone-mockup:nth-child(3) {
    animation-delay: 1s;
}

.phone-mockup:nth-child(4) {
    animation-delay: 1.5s;
}

@keyframes phone-float {
    0%, 100% {
        transform: translateY(0) rotateY(0deg);
    }
    50% {
        transform: translateY(-12px) rotateY(3deg);
    }
}

.phone-mockup:hover {
    transform: translateY(-15px) scale(1.05) rotateY(5deg);
    box-shadow: 
        0 30px 80px rgba(79, 165, 230, 0.4),
        0 12px 24px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* 電話のノッチ */
.phone-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 28px;
    background: #0f172a;
    border-radius: 0 0 16px 16px;
    z-index: 2;
}

/* 画面 */
.phone-screen {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

/* 画面コンテンツ */
.screen-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 35px 16px 16px 16px;
}

.screen-content::-webkit-scrollbar {
    display: none;
}

/* レストランメールスタイル */
.email-restaurant {
    background: linear-gradient(135deg, #2c1810 0%, #4a2c1a 100%);
}

.email-restaurant .screen-content {
    background: linear-gradient(180deg, #2c1810 0%, #3d2416 100%);
}

.restaurant-image {
    width: 100%;
    height: 160px;
    background: linear-gradient(135deg, #c9a56d 0%, #8b6f47 100%);
    border-radius: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c1810;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.restaurant-title {
    color: #c9a56d;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.restaurant-text {
    color: #e5d3b8;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

.restaurant-button {
    background: linear-gradient(135deg, #c9a56d 0%, #8b6f47 100%);
    color: #2c1810;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 0.85rem;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(201, 165, 109, 0.3);
}

/* 高級車メールスタイル */
.email-car {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
}

.email-car .screen-content {
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
}

.car-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #c0c0c0;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    display: inline-block;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.car-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.car-image {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, #d4af37 0%, #8b7355 100%);
    border-radius: 8px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 0.85rem;
    font-weight: 700;
}

.car-features {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.car-feature {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 8px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.car-feature-label {
    color: #888;
    font-size: 0.65rem;
    margin-bottom: 4px;
}

.car-feature-value {
    color: #d4af37;
    font-size: 0.75rem;
    font-weight: 700;
}

.car-button {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    font-size: 0.75rem;
    margin-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* サロンメールスタイル */
.email-salon {
    background: linear-gradient(135deg, #ffc0e0 0%, #ff85b8 100%);
}

.email-salon .screen-content {
    background: linear-gradient(180deg, #fff0f7 0%, #ffe8f2 100%);
}

.salon-badge {
    background: linear-gradient(135deg, #ff85b8 0%, #ff5c9d 100%);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
}

.salon-title {
    color: #c7185c;
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
}

.salon-subtitle {
    color: #888;
    font-size: 0.7rem;
    margin-bottom: 12px;
    text-align: center;
}

.salon-image {
    width: 100%;
    height: 150px;
    background: linear-gradient(135deg, #ffc0e0 0%, #ff85b8 100%);
    border-radius: 12px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
}

.salon-discount {
    background: linear-gradient(135deg, #ff5c9d 0%, #c7185c 100%);
    color: #ffffff;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    margin: 12px 0;
}

.salon-discount-text {
    font-size: 0.7rem;
    margin-bottom: 6px;
}

.salon-discount-value {
    font-size: 1.5rem;
    font-weight: 900;
}

.salon-button {
    background: linear-gradient(135deg, #ff85b8 0%, #ff5c9d 100%);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: 10px;
}

/* ファッションメールスタイル */
.email-fashion {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.email-fashion .screen-content {
    background: #ffffff;
}

.fashion-header {
    text-align: center;
    padding: 16px 0;
    border-bottom: 2px solid #000;
    margin-bottom: 16px;
}

.fashion-brand {
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: #000;
}

.fashion-category {
    color: #888;
    font-size: 0.65rem;
    letter-spacing: 2px;
    margin-top: 4px;
}

.fashion-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    border-radius: 8px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 0.85rem;
}

.fashion-title {
    color: #000;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 12px 0 8px 0;
}

.fashion-description {
    color: #666;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

.fashion-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 12px 0;
}

.fashion-feature {
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.fashion-feature-title {
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.fashion-feature-text {
    color: #888;
    font-size: 0.65rem;
    line-height: 1.3;
}

.fashion-cta {
    background: #000;
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 6px;
    margin-top: 16px;
}

.fashion-button-text {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/* レスポンシブ */
@media (max-width: 1200px) {
    .ai-mockup-container {
        gap: 20px;
    }
    
    .phone-mockup {
        width: 240px;
        height: 490px;
    }
}

@media (max-width: 768px) {
    .ai-mockup-container {
        flex-direction: column;
        align-items: center;
    }
    
    .phone-mockup {
        width: 280px;
        height: 570px;
    }
}
