/* ============================================
   GOLDEN LOTUS YOGA - SERENITY & GRACE THEME
   Colors: Lavender (#6B4C7A) | Sage (#8FBC8F)
           Warm Gold (#D4A56A) | Cream (#F9F6F0)
   Fonts: Georgia (serif) + Open Sans (sans-serif)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Georgia&family=Open+Sans:wght@300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #2D2D2D;
    background: #F9F6F0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

a {
    text-decoration: none;
    color: #6B4C7A;
    transition: all 0.3s ease;
}

a:hover {
    color: #D4A56A;
}

/* ---------- ADVERTORIAL BADGE ---------- */
.advertorial-badge {
    background: #2D1B2E;
    color: #D4A56A;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid #8FBC8F;
    font-family: 'Open Sans', sans-serif;
}

/* ---------- HEADER ---------- */
header {
    background: rgba(249, 246, 240, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(107, 76, 122, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(143, 188, 143, 0.15);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    flex-wrap: wrap;
}

.logo {
    font-family: Georgia, serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #6B4C7A;
}

.logo span {
    font-weight: 700;
    color: #D4A56A;
}

.logo small {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 300;
    color: #8A8A8A;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: -4px;
}

nav {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

nav a {
    padding: 8px 18px;
    color: #2D2D2D;
    font-weight: 600;
    border-radius: 30px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

nav a:hover {
    background: rgba(107, 76, 122, 0.08);
    color: #6B4C7A;
}

nav a.active {
    background: #6B4C7A;
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(107, 76, 122, 0.2);
}

/* ---------- BUTTONS ---------- */
.btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background: #6B4C7A;
    color: #FFFFFF;
    padding: 15px 44px;
    font-size: 1.05rem;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(107, 76, 122, 0.3);
    transition: all 0.4s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(107, 76, 122, 0.4);
    color: #FFFFFF;
    background: #7D5A8E;
}

.btn-outline {
    background: transparent;
    color: #8FBC8F;
    box-shadow: inset 0 0 0 2px #8FBC8F;
}

.btn-outline:hover {
    background: #8FBC8F;
    color: #FFFFFF;
    box-shadow: 0 6px 25px rgba(143, 188, 143, 0.3);
}

/* ---------- HERO ---------- */
.hero {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 60px 0 70px;
    align-items: center;
    min-height: 480px;
}

.hero-image {
    flex: 1 1 380px;
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 60px rgba(107, 76, 122, 0.1);
    border: 4px solid rgba(212, 165, 106, 0.25);
}

.hero-text {
    flex: 1 1 380px;
}

.hero-text .icon {
    font-size: 2rem;
    margin-bottom: 8px;
}

.hero-text h1 {
    font-family: Georgia, serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #6B4C7A;
}

.hero-text h1 span {
    font-weight: 700;
    color: #D4A56A;
}

.hero-text p {
    font-size: 1.15rem;
    color: #5A5A5A;
    margin-bottom: 28px;
    font-weight: 300;
}

.hero-text .trust-badge {
    margin-top: 18px;
    font-size: 0.9rem;
    color: #7A7A7A;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.hero-text .trust-badge span {
    color: #6B4C7A;
    font-weight: 600;
}

/* ---------- SECTION TITLES ---------- */
.section-title {
    font-family: Georgia, serif;
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 6px;
    color: #6B4C7A;
}

.section-title span {
    font-weight: 700;
    color: #D4A56A;
}

.section-subtitle {
    text-align: center;
    color: #7A7A7A;
    font-size: 1.05rem;
    font-weight: 300;
    margin-bottom: 45px;
}

/* ---------- CLASSES GRID ---------- */
.classes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    padding: 10px 0 20px;
}

.class-card {
    background: #FFFFFF;
    padding: 35px 25px 30px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(143, 188, 143, 0.1);
    transition: all 0.4s ease;
}

.class-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(107, 76, 122, 0.06);
    border-color: rgba(212, 165, 106, 0.2);
}

.class-card .icon {
    font-size: 3.2rem;
    margin-bottom: 12px;
    display: block;
}

.class-card .class-badge {
    display: inline-block;
    background: #8FBC8F;
    color: #FFFFFF;
    padding: 2px 16px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.class-card .class-duration {
    font-size: 0.8rem;
    color: #D4A56A;
    font-weight: 600;
    margin-bottom: 6px;
}

.class-card h3 {
    font-family: Georgia, serif;
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #6B4C7A;
}

.class-card p {
    color: #6A6A6A;
    font-size: 0.95rem;
    font-weight: 300;
}

.class-card .class-features {
    list-style: none;
    margin-top: 12px;
    padding: 0;
    text-align: left;
}

.class-card .class-features li {
    font-size: 0.85rem;
    color: #5A5A5A;
    padding: 4px 0 4px 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23D4A56A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") left center no-repeat;
    background-size: 16px;
}

/* ---------- POSES GRID ---------- */
.poses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    padding: 10px 0 20px;
}

.pose-card {
    background: #FFFFFF;
    padding: 30px 22px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(107, 76, 122, 0.08);
    transition: all 0.4s ease;
}

.pose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(107, 76, 122, 0.06);
}

.pose-card .pose-icon {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 8px;
}

.pose-card .pose-level {
    display: inline-block;
    background: #D4A56A;
    color: #FFFFFF;
    padding: 2px 14px;
    border-radius: 30px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.pose-card .pose-name {
    font-family: Georgia, serif;
    font-size: 1.3rem;
    color: #6B4C7A;
    margin-bottom: 2px;
}

.pose-card .pose-sanskrit {
    font-size: 0.8rem;
    color: #B8A0C4;
    font-style: italic;
    margin-bottom: 8px;
}

.pose-card .pose-benefits {
    font-size: 0.92rem;
    color: #5A5A5A;
    font-weight: 300;
    margin-bottom: 8px;
}

.pose-card .pose-instructions {
    font-size: 0.85rem;
    color: #7A7A7A;
    font-weight: 300;
    font-style: italic;
    border-top: 1px solid #F0ECE6;
    padding-top: 10px;
}

/* ---------- BLOG GRID ---------- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 10px 0 20px;
}

.blog-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(107, 76, 122, 0.06);
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(107, 76, 122, 0.08);
}

.blog-card .blog-image {
    height: 200px;
    background: #E8E0D8;
    background-size: cover;
    background-position: center;
}

.blog-card .blog-body {
    padding: 22px 24px 26px;
}

.blog-card .blog-category {
    display: inline-block;
    background: #8FBC8F;
    color: #FFFFFF;
    padding: 2px 16px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.blog-card h3 {
    font-family: Georgia, serif;
    font-size: 1.2rem;
    margin-bottom: 6px;
    color: #6B4C7A;
}

.blog-card h3 a {
    color: #6B4C7A;
}

.blog-card h3 a:hover {
    color: #D4A56A;
}

.blog-card .blog-meta {
    font-size: 0.8rem;
    color: #9A9A9A;
    margin-bottom: 10px;
}

.blog-card .blog-excerpt {
    color: #5A5A5A;
    font-size: 0.95rem;
    font-weight: 300;
    margin-bottom: 12px;
}

.blog-card .read-more {
    color: #8FBC8F;
    font-weight: 600;
}

/* ---------- CTA SECTION ---------- */
.cta-section {
    background: linear-gradient(135deg, #2D1B2E 0%, #6B4C7A 100%);
    color: #FFFFFF;
    padding: 65px 30px;
    border-radius: 20px;
    text-align: center;
    margin: 40px 0 20px;
    position: relative;
    overflow: hidden;
}

.cta-section .cta-badge {
    background: #D4A56A;
    color: #2D1B2E;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cta-section h2 {
    font-family: Georgia, serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.cta-section h2 span {
    font-weight: 700;
    color: #D4A56A;
}

.cta-section p {
    font-size: 1.1rem;
    color: #D4C0D4;
    font-weight: 300;
    margin-bottom: 28px;
}

.cta-section .btn {
    background: #D4A56A;
    color: #2D1B2E;
    box-shadow: 0 6px 30px rgba(212, 165, 106, 0.3);
}

.cta-section .btn:hover {
    background: #DEB87A;
    color: #2D1B2E;
    box-shadow: 0 10px 40px rgba(212, 165, 106, 0.4);
}

/* ---------- PAGE HEADER ---------- */
.page-header {
    background: linear-gradient(135deg, #2D1B2E 0%, #6B4C7A 100%);
    color: #FFFFFF;
    padding: 55px 0 50px;
    text-align: center;
}

.page-header h1 {
    font-family: Georgia, serif;
    font-size: 2.8rem;
    font-weight: 400;
}

.page-header h1 span {
    font-weight: 700;
    color: #D4A56A;
}

.page-header p {
    color: #D4C0D4;
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 600px;
    margin: 8px auto 0;
}

/* ---------- CONTENT AREA ---------- */
.content-area {
    padding: 30px 0 60px;
}

.content-area h2 {
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    margin: 35px 0 12px;
    color: #6B4C7A;
}

.content-area h2 span {
    font-weight: 700;
    color: #D4A56A;
}

.content-area p {
    margin-bottom: 14px;
    color: #3D3D3D;
    font-weight: 300;
}

.content-area ul,
.content-area ol {
    margin: 12px 0 18px 24px;
    color: #3D3D3D;
    font-weight: 300;
}

.content-area li {
    margin-bottom: 6px;
}

/* ---------- CONTACT FORM ---------- */
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
}

.contact-form-wrapper {
    flex: 1 1 420px;
}

.contact-form-wrapper h2 {
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.contact-form-wrapper h2 span {
    font-weight: 700;
    color: #D4A56A;
}

.contact-form {
    background: #FFFFFF;
    padding: 38px 35px;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(143, 188, 143, 0.1);
}

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #6B4C7A;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.form-group label .required {
    color: #D4A56A;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 13px 18px;
    border: 2px solid #ECE6DE;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
    background: #FFFFFF;
    color: #2D2D2D;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #8FBC8F;
    box-shadow: 0 0 0 4px rgba(143, 188, 143, 0.1);
}

.form-group textarea {
    min-height: 130px;
    resize: vertical;
}

/* ---------- CONTACT INFO ---------- */
.contact-info-wrapper {
    flex: 1 1 300px;
}

.contact-info-wrapper h2 {
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.contact-info-wrapper h2 span {
    font-weight: 700;
    color: #D4A56A;
}

.contact-info-card {
    background: #FFFFFF;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(143, 188, 143, 0.1);
}

.contact-info-card .info-item {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECE6DE;
}

.contact-info-card .info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-info-card .info-item .label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8FBC8F;
    font-weight: 600;
}

.contact-info-card .info-item .value {
    font-size: 1.05rem;
    color: #6B4C7A;
    font-weight: 400;
    margin-top: 2px;
}

.contact-info-card .info-item .value a {
    color: #6B4C7A;
}

.contact-info-card .info-item .value a:hover {
    color: #D4A56A;
}

/* ---------- SUCCESS MODAL ---------- */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-overlay.show {
    display: flex;
}

.modal-content {
    background: #FFFFFF;
    max-width: 480px;
    width: 92%;
    padding: 45px 40px 40px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-content .checkmark {
    font-size: 4.5rem;
    background: linear-gradient(135deg, #6B4C7A, #D4A56A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.modal-content h3 {
    font-family: Georgia, serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #6B4C7A;
    margin: 10px 0 8px;
}

.modal-content p {
    color: #5A5A5A;
    font-weight: 300;
    margin-bottom: 6px;
}

.modal-content .email-highlight {
    font-weight: 600;
    color: #6B4C7A;
    background: #F0ECE6;
    padding: 2px 12px;
    border-radius: 20px;
    display: inline-block;
}

.modal-content .btn-close-modal {
    margin-top: 24px;
    background: #6B4C7A;
    color: #FFFFFF;
    padding: 12px 40px;
    border: none;
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-content .btn-close-modal:hover {
    background: #7D5A8E;
    transform: scale(1.03);
}

/* ---------- CLASSES FULL PAGE ---------- */
.classes-full-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.class-full-card {
    background: #FFFFFF;
    padding: 35px 30px;
    border-radius: 16px;
    border-left: 5px solid #D4A56A;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
}

.class-full-card:hover {
    box-shadow: 0 12px 40px rgba(107, 76, 122, 0.06);
}

.class-full-card .icon {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 10px;
}

.class-full-card .class-badge {
    display: inline-block;
    background: #8FBC8F;
    color: #FFFFFF;
    padding: 2px 16px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.class-full-card .class-duration {
    font-size: 0.8rem;
    color: #D4A56A;
    font-weight: 600;
}

.class-full-card h3 {
    font-family: Georgia, serif;
    font-size: 1.3rem;
    color: #6B4C7A;
    margin-bottom: 8px;
}

.class-full-card p {
    color: #5A5A5A;
    font-weight: 300;
    margin-bottom: 12px;
}

.class-full-card ul {
    list-style: none;
    padding: 0;
}

.class-full-card ul li {
    padding: 4px 0 4px 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23D4A56A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") left center no-repeat;
    background-size: 16px;
    color: #3D3D3D;
    font-weight: 300;
}

/* ---------- POSES FULL PAGE ---------- */
.poses-full-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.pose-full-card {
    background: #FFFFFF;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(107, 76, 122, 0.06);
    transition: all 0.4s ease;
}

.pose-full-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(107, 76, 122, 0.06);
}

.pose-full-card .pose-icon {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 8px;
}

.pose-full-card .pose-level {
    display: inline-block;
    background: #D4A56A;
    color: #FFFFFF;
    padding: 2px 14px;
    border-radius: 30px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.pose-full-card .pose-name {
    font-family: Georgia, serif;
    font-size: 1.3rem;
    color: #6B4C7A;
    margin-bottom: 2px;
}

.pose-full-card .pose-sanskrit {
    font-size: 0.8rem;
    color: #B8A0C4;
    font-style: italic;
    margin-bottom: 8px;
}

.pose-full-card .pose-benefits {
    font-size: 0.92rem;
    color: #5A5A5A;
    font-weight: 300;
    margin-bottom: 8px;
}

.pose-full-card .pose-instructions {
    font-size: 0.85rem;
    color: #7A7A7A;
    font-weight: 300;
    font-style: italic;
    border-top: 1px solid #F0ECE6;
    padding-top: 10px;
}

/* ---------- BLOG POST DETAIL ---------- */
.blog-post-content {
    max-width: 780px;
    margin: 0 auto;
}

.blog-post-content h2 {
    font-family: Georgia, serif;
    font-size: 2.2rem;
    color: #6B4C7A;
    margin-bottom: 8px;
}

.blog-post-content .post-meta {
    color: #9A9A9A;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #F0ECE6;
    padding-bottom: 15px;
}

.blog-post-content .post-meta span {
    margin-right: 20px;
}

.blog-post-content .post-body p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.blog-post-content .post-body p:first-of-type {
    font-size: 1.2rem;
    font-weight: 500;
    color: #6B4C7A;
}

.blog-post-content .featured-image {
    width: 100%;
    height: 320px;
    background: #ECE6DE;
    border-radius: 16px;
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #9A9A9A;
}

.back-to-blog {
    display: inline-block;
    margin-top: 30px;
    color: #8FBC8F;
    font-weight: 600;
}

.back-to-blog:hover {
    color: #6B4C7A;
}

.related-posts {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #F0ECE6;
}

.related-posts h3 {
    font-family: Georgia, serif;
    font-size: 1.6rem;
    color: #6B4C7A;
    margin-bottom: 20px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.related-card {
    background: #F9F6F0;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(107, 76, 122, 0.06);
    transition: all 0.3s ease;
}

.related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.related-card h4 {
    font-family: Georgia, serif;
    font-size: 1rem;
    color: #6B4C7A;
    margin-bottom: 4px;
}

.related-card a {
    color: #6B4C7A;
}

.related-card a:hover {
    color: #D4A56A;
}

.related-card .cat {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8FBC8F;
    font-weight: 600;
}

/* ---------- TEAM GRID ---------- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

/* ---------- FOOTER ---------- */
footer {
    background: #2D1B2E;
    color: #D4C0D4;
    padding: 50px 0 25px;
    margin-top: 50px;
    border-top: 3px solid #D4A56A;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid h4 {
    font-family: Georgia, serif;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 14px;
}

.footer-grid ul {
    list-style: none;
}

.footer-grid ul li {
    margin-bottom: 7px;
}

.footer-grid ul li a {
    color: #A88CA8;
    font-size: 0.9rem;
    font-weight: 300;
    transition: all 0.3s ease;
}

.footer-grid ul li a:hover {
    color: #D4A56A;
    padding-left: 4px;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    font-size: 0.85rem;
    font-weight: 300;
}

.footer-bottom .hearts {
    color: #D4A56A;
    letter-spacing: 4px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .header-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    nav a {
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .cta-section h2 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 25px 20px;
    }

    .modal-content {
        padding: 30px 20px;
    }

    .blog-post-content .featured-image {
        height: 200px;
    }

    .blog-post-content h2 {
        font-size: 1.6rem;
    }

    .classes-full-grid {
        grid-template-columns: 1fr;
    }

    .poses-full-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.4rem;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .btn {
        padding: 12px 30px;
        font-size: 0.95rem;
    }

    .advertorial-badge {
        font-size: 9px;
        letter-spacing: 1px;
        padding: 6px 0;
    }
}