.elementor-100 .elementor-element.elementor-element-3df07961{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */#policy-page {
    --primary-dark: #2C3E50;
    --accent-teal: #0abbb5;
    --bg-light: #F9F9F9;
    --text-body: #555555;
    --white: #FFFFFF;
    --warning-orange: #f39c12;

    font-family: 'Lato', sans-serif;
    color: var(--text-body);
    line-height: 1.6;
}

#policy-page h1, #policy-page h2, #policy-page h3 {
    font-family: 'Lato', sans-serif;
    color: var(--primary-dark);
    line-height: 1.3;
    margin: 0;
}

#policy-page h1 { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
#policy-page h2 { font-size: 2rem; font-weight: 600; margin-bottom: 1.5rem; }
#policy-page h3 { font-size: 1.5rem; font-weight: 600; }
#policy-page p { margin: 0 0 1rem 0; font-size: 1rem; line-height: 1.7; }

/* Hero */
#policy-page .pl-page-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('/wp-content/uploads/2025/11/Adrienne-Michelle-Salon-and-Spa-Jacksonville-40.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

#policy-page .pl-hero-overlay h1 { color: var(--white); font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
#policy-page .pl-hero-overlay p { font-size: 1.3rem; margin-bottom: 0; color: var(--white); }

/* Container */
#policy-page .pl-container { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }

/* Intro */
#policy-page .pl-intro { text-align: center; background: var(--white); }
#policy-page .pl-intro h2 { color: var(--primary-dark); margin-bottom: 1.5rem; }
#policy-page .pl-intro p { max-width: 900px; margin: 0 auto; font-size: 1.05rem; }

/* Policies Section */
#policy-page .pl-policies-section {
    background: var(--bg-light);
    padding: 60px 0;
}

#policy-page .pl-policies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

#policy-page .pl-policy-card {
    background: var(--white);
    padding: 35px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#policy-page .pl-policy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

#policy-page .pl-policy-card.pl-featured {
    border-top: 4px solid var(--accent-teal);
}

#policy-page .pl-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

#policy-page .pl-policy-card h3 {
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

#policy-page .pl-policy-card p {
    font-size: 1rem;
    margin-bottom: 0;
}

/* Rental Section */
#policy-page .pl-rental-section {
    background: var(--white);
    padding: 60px 0;
}

#policy-page .pl-rental-section h2 {
    text-align: center;
    color: var(--primary-dark);
    margin-bottom: 3rem;
}

#policy-page .pl-rental-content {
    max-width: 700px;
    margin: 0 auto;
}

#policy-page .pl-rental-card {
    background: linear-gradient(135deg, var(--accent-teal) 0%, #08a39e 100%);
    padding: 40px;
    border-radius: 8px;
    color: var(--white);
    text-align: center;
}

#policy-page .pl-rental-card h3 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 1.8rem;
}

#policy-page .pl-rental-card > p {
    color: var(--white);
    margin-bottom: 30px;
    font-size: 1.1rem;
}

#policy-page .pl-rental-pricing {
    background: rgba(255, 255, 255, 0.15);
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 25px;
}

#policy-page .pl-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#policy-page .pl-price-item:last-child {
    border-bottom: none;
}

#policy-page .pl-price-label {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--white);
}

#policy-page .pl-price-value {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--white);
}

#policy-page .pl-rental-note {
    color: var(--white);
    margin-bottom: 0;
    font-style: italic;
    font-size: 1.05rem;
}

/* Notice Section */
#policy-page .pl-notice-section {
    background: var(--bg-light);
    padding: 60px 0;
}

#policy-page .pl-notice-box {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 40px;
    border-radius: 8px;
    border-left: 5px solid var(--warning-orange);
}

#policy-page .pl-notice-box h3 {
    color: var(--primary-dark);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

#policy-page .pl-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#policy-page .pl-notice-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}

#policy-page .pl-notice-list li:last-child {
    border-bottom: none;
}

#policy-page .pl-notice-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: var(--accent-teal);
    font-weight: bold;
    font-size: 1.5rem;
}

/* CTA Section */
#policy-page .pl-cta-section {
    background: var(--white);
    padding: 60px 0;
    text-align: center;
}

#policy-page .pl-cta-section h2 {
    color: var(--primary-dark);
    margin-bottom: 1.5rem;
}

#policy-page .pl-cta-section p {
    max-width: 800px;
    margin: 0 auto 1.5rem;
    font-size: 1.05rem;
}

#policy-page .pl-cta-phone {
    font-size: 1.2rem;
    margin-top: 2rem;
}

#policy-page .pl-cta-phone strong {
    color: var(--accent-teal);
    font-size: 1.4rem;
}

/* Responsive */
@media (max-width: 768px) {
    #policy-page .pl-page-hero { height: 400px; }
    #policy-page .pl-hero-overlay h1 { font-size: 2.5rem; }
    #policy-page .pl-container { padding: 40px 20px; }
    #policy-page .pl-policies-grid { grid-template-columns: 1fr; }
    #policy-page .pl-rental-card { padding: 30px 20px; }
    #policy-page .pl-notice-box { padding: 30px 20px; }
    #policy-page .pl-price-item { flex-direction: column; gap: 10px; text-align: center; }
}/* End custom CSS */