/*
Theme Name: YenYen Beauty Spa Pro
Author: OpenAI
Version: 1.0
Description: Korean beauty spa booking WordPress theme with customer appointment storage.
*/

.booking-success{
    background:#ffffff;
    padding:40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    margin-bottom:30px;
}

.booking-success h2{
    color:#b87488;
    margin-bottom:15px;
}
.custom-logo {
    max-width: 550px;
    width: 100%;
    height: auto;
}

.hero {
    background: #fffaf8;
    padding: 80px 20px;
    text-align: center;
}

body{
    margin:0;
    font-family: Arial, sans-serif;
    background:#fffaf8;
    color:#333;
}

.hero{
    background:linear-gradient(to right,#f7d7df,#fff5f8);
    padding:100px 20px;
    text-align:center;
}

.hero h1{
    font-size:58px;
    color:#8f5d68;
    margin-bottom:10px;
}

.hero p{
    font-size:20px;
    color:#6e4f57;
}

.btn{
    background:#c9899b;
    color:white;
    padding:14px 30px;
    border-radius:40px;
    text-decoration:none;
    display:inline-block;
    margin-top:20px;
}

.section{
    max-width:1200px;
    margin:auto;
    padding:70px 20px;
}

.services{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}

.card{
    background:white;
    border-radius:20px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.card h3{
    color:#b16f82;
}

form{
    display:grid;
    gap:15px;
    max-width:700px;
    margin:auto;
}

input,textarea{
    padding:14px;
    border-radius:10px;
    border:1px solid #ddd;
}

button{
    background:#b16f82;
    color:white;
    border:none;
    padding:14px;
    border-radius:30px;
    cursor:pointer;
}

.price-img{
    width:100%;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

footer{
    background:#f5d9e1;
    padding:30px;
    text-align:center;
}