/* ----------------------------
   Premium Brand Style - HimberJoy
---------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Poppins:wght@300;400;500&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #f7f3ef;
    color: #2b2b2b;
}

.guide-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border: 2px solid #d1b26a;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.brand {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    letter-spacing: 5px;
    color: #b8860b;
    text-align: center;
    margin-bottom: 15px;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    text-align: center;
    color: #3a3a3a;
    margin-top: 0;
    margin-bottom: 10px;
}

.subtitle {
    text-align: center;
    font-size: 16px;
    color: #6b6b6b;
    margin-bottom: 30px;
}

.section {
    margin-bottom: 25px;
    padding: 18px 20px;
    border: 1px solid #f0e6d5;
    border-radius: 12px;
    background: #fffaf2;
}

.section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 10px;
}

.section p {
    font-size: 15px;
    line-height: 1.6;
    color: #5b5b5b;
}

.pdf-button {
    display: inline-block;
    text-decoration: none;
    background: #b8860b;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 500;
    margin-top: 15px;
    transition: transform 0.2s, background 0.2s;
    text-align: center;
}

.pdf-button:hover {
    transform: translateY(-2px);
    background: #d1b26a;
}

.footer {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #7a7a7a;
}
