body {
    background: linear-gradient(135deg, #0f172a, #020617);
    font-family: Arial, sans-serif;
    color: white;
}

.container {
    width: 420px;
    margin: 50px auto;
    background: #020617;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

input, select, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 6px;
    border: none;
}

button {
    background: #2563eb;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    background: #1d4ed8;
}

.pro {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}

.preview {
    width: 100%;
    margin: 10px 0;
    border-radius: 6px;
}

.preview.mobile {
    width: 250px;
}

.download-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 15px;
    background: #16a34a;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}
.shot-box {
    position: relative;
    margin-bottom: 20px;
}

.download-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 6px 10px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.download-icon:hover {
    background: #16a34a;
}
.demo-box {
    background: linear-gradient(135deg, #fff3cd, #ffe69c);
    color: #5c3d00;
    padding: 14px;
    margin-bottom: 16px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
