/*
 * Device page specific styles
 */

.device-page .hero-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.device-page .hero-info-panel {
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    max-width: none;
    margin: 0;
    text-align: left;
    align-items: flex-start;
}

.device-page .hero-tagline {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #4b4d5f;
    text-align: left;
    justify-content: flex-start;
}

.device-page .hero-tagline-badge {
    padding: 6px 20px;
    background: #eef1ff;
    color: #3a45a0;
    font-size: 0.9em;
    letter-spacing: 0.08em;
    text-transform: none;
    box-shadow: none;
}

.device-page .hero-tagline-text {
    font-size: 0.95em;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #3d405c;
}

.device-page .hero-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    color: #2c3e50;
    margin-bottom: 8px;
    text-transform: none;
    text-shadow: none;
    text-align: left;
}

.device-page .hero-subtitle {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
}

.device-page .hero-lead {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
}

.device-page .hero-purchase-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(10px, 2vw, 20px);
    font-size: 14px;
    font-weight: normal;
    color: #666;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.device-page .hero-price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 16px;
    background: #f8f9ff;
    border: 1px solid #ccd6ff;
}

.device-page .hero-price-label {
    font-size: 0.7em;
    font-weight: 600;
    color: #5a607f;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.device-page .hero-stock {
    font-size: 0.92em;
    color: #3d405c;
}

.device-page .hero-review {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #666;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.device-page .hero-review-stars {
    font-size: 1.1em;
    letter-spacing: 0.12em;
    color: #ffb347;
}

.device-page .hero-review-score {
    font-weight: 600;
}

.device-page .hero-review-count {
    color: #3d405c;
    font-weight: 600;
}

.device-page .hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    justify-content: flex-start;
}

.device-page .hero-benefit {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 18px;
    background: #f5f7ff;
    border: 1px solid #dae0ff;
    font-size: 0.88em;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #3f4562;
}

.device-page .cta-box {
    order: 50;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}

.device-page .cta-box .cta-btn {
    align-self: flex-start;
}

.device-page .cta-note {
    margin: 0;
    font-size: 0.9em;
    color: #48506e;
}

.device-page .cta-highlight {
    margin-top: clamp(14px, 2.4vw, 22px);
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    background: transparent;
    border: none;
    box-shadow: none;
}

.device-page .hero-info-panel .cta-btn {
    font-size: clamp(1rem, 2.4vw, 1.2rem);
    padding: clamp(14px, 2.4vw, 20px) clamp(32px, 6vw, 42px);
    background: linear-gradient(135deg, #6f8cff 0%, #5e78ff 100%);
    color: #fff;
    border: 1px solid #566df5;
    box-shadow: 0 8px 18px rgba(95, 120, 255, 0.25);
}

.device-page .hero-info-panel .cta-btn:hover,
.device-page .hero-info-panel .cta-btn:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(95, 120, 255, 0.32);
}

.device-page .hero-info-panel .cta-note {
    margin: 0;
    font-size: 0.9em;
    color: #48506e;
}

.device-page .cta-btn--primary {
    background: linear-gradient(135deg, #6f8cff 0%, #5e78ff 100%);
    color: #fff;
    border-color: #5c6ff2;
    box-shadow: 0 10px 26px rgba(95, 120, 255, 0.25);
}

.device-page .hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
}

.device-page .hero-highlight {
    flex: 1 1 280px;
    padding: clamp(16px, 3vw, 22px);
    border-radius: 16px;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    border: 1px solid #dfe5ff;
    box-shadow: 0 16px 34px rgba(36, 39, 84, 0.08);
    color: #383d57;
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
}

.device-page .hero-highlight-text {
    padding: 0 4px;
}

.device-page .cta-note {
    margin-top: 12px;
    font-size: 0.88em;
    color: #5b5e73;
    font-weight: 500;
}

@media (max-width: 768px) {
    .device-page .hero-info-panel {
        padding: clamp(24px, 7vw, 32px);
    }

    .device-page .hero-purchase-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .device-page .hero-review {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .device-page .hero-benefits {
        gap: 10px;
    }
}
