/* base body styles inserted above */

body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}

.product-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 48px 24px;
    background: linear-gradient(120deg, #e0eafc 0%, #cfdef3 100%);
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.10);
    margin: 40px auto;
    max-width: 1100px;
}

.product-image {
    flex: 1 1 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
}

.product-image img {
    max-width: 380px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(31, 38, 135, 0.13);
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
}

.product-image img:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.22);
}

.product-info {
    max-width: 500px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(31, 38, 135, 0.07);
    padding: 32px 28px;
    min-width: 300px;
}

.product-info h2 {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #0b4f8a;
    letter-spacing: 1px;
}

.price {
    color: #e91e63;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 14px;
}

.description {
    font-size: 1.08rem;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #333;
}

.specs-title {
    font-weight: bold;
    color: #0077cc;
    margin-bottom: 7px;
    font-size: 1.05rem;
}

.specs {
    list-style: disc inside;
    padding-left: 0;
    margin-bottom: 22px;
    color: #444;
    font-size: 1rem;
}

.buy-btn {
    padding: 14px 32px;
    background: linear-gradient(90deg, #0077cc 60%, #00c6ff 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0, 119, 204, 0.10);
    transition: background 0.2s, transform 0.13s;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.buy-btn:hover {
    background: linear-gradient(90deg, #005fa3 60%, #00aaff 100%);
    transform: scale(1.06) translateY(-2px);
}

@media (max-width: 900px) {
    .product-detail {
        flex-direction: column;
        align-items: center;
        padding: 28px 8px;
        gap: 24px;
    }
    .product-info {
        padding: 22px 12px;
    }
    .product-image img {
        max-width: 95vw;
    }
}


/* previous footer removed to avoid duplicate - compact footer defined later */

header {
    background: linear-gradient(90deg, #0b4f8a 60%, #1976d2 100%);
    padding: 32px 0 24px 0;
    color: white;
    text-align: center;
    box-shadow: 0 4px 16px rgba(11, 79, 138, 0.12);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

nav ul {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 8px 0;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav a {
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
}

.hero {
    text-align: center;
    background: url('img/R\ \(1\).jfif') no-repeat center center/cover;
    padding: 100px 20px;
    color: white;
}

.hero {
    border-radius: 24px;
    margin: 32px auto 24px auto;
    max-width: 900px;
    box-shadow: 0 8px 32px rgba(11, 79, 138, 0.18);
    background-blend-mode: overlay;
    background-color: rgba(11, 79, 138, 0.18);
}

.hero h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero h2 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.hero .btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #ff9800;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}

.hero .btn {
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.18);
    font-weight: 600;
    letter-spacing: 1px;
    transition: background 0.2s, box-shadow 0.2s;
}

.hero .btn:hover {
    background-color: #e68900;
    box-shadow: 0 4px 16px rgba(255, 152, 0, 0.28);
}

.features {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.features {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(11, 79, 138, 0.10);
    margin: 0 auto 32px auto;
    max-width: 900px;
}

.features div {
    max-width: 300px;
    margin: 20px;
    text-align: center;
}

.features div {
    background: linear-gradient(120deg, #e3f2fd 80%, #fff 100%);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(11, 79, 138, 0.08);
    padding: 24px 16px;
    margin: 18px 8px;
    transition: box-shadow 0.2s;
}

.features div:hover {
    box-shadow: 0 6px 24px rgba(11, 79, 138, 0.18);
}


/* Footer styling (same as homepage) */

footer {
    text-align: center;
    padding: 20px 0;
    background: linear-gradient(90deg, #0b4f8a 60%, #1976d2 100%);
    color: white;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0 -4px 16px rgba(11, 79, 138, 0.12);
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 12px;
}

nav a.login-btn {
    background-color: #ffffff;
    color: #0b4f8a;
    border-radius: 5px;
    transition: background-color 0.2s;
}

nav a.login-btn:hover {
    background-color: #e0e0e0;
}

.cart-btn {
    background-color: #ff9800;
    color: white;
    padding: 6px 14px;
    border-radius: 5px;
    font-weight: bold;
}

.cart-btn:hover {
    background-color: #e68900;
}

@media (max-width: 800px) {
    .footer-cols {
        flex-direction: column;
        gap: 18px;
    }
    .footer-col {
        min-width: unset;
    }
}