/* ============================================
   EYE CANDY LASER & WELLNESS — CONTENT LAYOUTS
   ============================================ */

/* =====================
   HERO SECTION
   ===================== */
.hero {
    padding: 80px 0;
    background: linear-gradient(rgba(46, 46, 52, 0.75), rgba(46, 46, 52, 0.75)),
        url('https://static.wixstatic.com/media/0654bb_ec4bdce0e6294e7a96d2643a980f7be7~mv2.jpg/v1/fill/w_1920,h_800,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/0654bb_ec4bdce0e6294e7a96d2643a980f7be7~mv2.jpg') center/cover no-repeat;
    color: var(--bg-white);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-content {
    color: var(--bg-white);
}

.hero-content h1 {
    margin-bottom: 20px;
    color: var(--bg-white);
}

.hero-content .eyebrow {
    color: var(--peach);
}

.hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 500px;
}

.hero-bullets {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.hero-bullets li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
}

.hero-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: var(--peach);
    border-radius: 50%;
}

.hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-closing {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 500px;
}

/* =====================
   ABOUT SECTION
   ===================== */
.about-section {
    padding: 80px 0;
    background: var(--cream);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-content h2 {
    margin-bottom: 24px;
}

.about-content p {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-content p:last-of-type {
    margin-bottom: 0;
}

.about-image img {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* =====================
   DIFFERENTIATORS SECTION (Dark)
   ===================== */
.diff-section {
    padding: 80px 0;
    background: var(--charcoal);
    color: var(--bg-white);
}

.diff-section h2 {
    color: var(--bg-white);
    margin-bottom: 12px;
    text-align: left;
}

.diff-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 40px;
}

.diff-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 800px;
}

.diff-item {
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid var(--teal);
    border-radius: 0 8px 8px 0;
    padding: 20px 24px;
}

.diff-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--bg-white);
    margin-bottom: 6px;
}

.diff-item p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.diff-cta {
    margin-top: 40px;
}

/* =====================
   REASONS SECTION
   ===================== */
.reasons-section {
    padding: 80px 0;
    background: var(--bg-white);
}

.reasons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.reasons-grid.reverse {
    direction: rtl;
}

.reasons-grid.reverse > * {
    direction: ltr;
}

.reasons-content h2 {
    margin-bottom: 12px;
}

.reasons-subtitle {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 24px;
}

.reasons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reasons-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.6;
}

.reasons-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: var(--teal);
    border-radius: 2px;
}

.reasons-image img {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* =====================
   INDUSTRY SECTION (Background Image)
   ===================== */
.industry-section {
    padding: 100px 0;
    background: linear-gradient(rgba(46, 46, 52, 0.88), rgba(46, 46, 52, 0.88)),
        url('https://static.wixstatic.com/media/856fa6d2e839767e9c2ae1c9f0d0b26b.jpg/v1/fill/w_1920,h_600,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/856fa6d2e839767e9c2ae1c9f0d0b26b.jpg') center/cover no-repeat;
    color: var(--bg-white);
}

.industry-section h2 {
    color: var(--bg-white);
    margin-bottom: 12px;
    text-align: center;
}

.industry-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.industry-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 40px;
}

.industry-list li {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.industry-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: var(--peach);
    border-radius: 2px;
}

/* =====================
   TRAINING SECTION
   ===================== */
.training-section {
    padding: 80px 0;
    background: var(--cream);
}

.training-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.training-content h2 {
    margin-bottom: 24px;
}

.training-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.training-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.6;
}

.training-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: var(--teal);
    border-radius: 2px;
}

.training-image img {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* =====================
   CONTACT SECTION
   ===================== */
.contact-section {
    padding: 80px 0;
    background: var(--bg-white);
    text-align: center;
}

.contact-section h2 {
    margin-bottom: 24px;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.contact-info-item {
    text-align: center;
}

.contact-info-item .label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal);
    margin-bottom: 6px;
}

.contact-info-item .value {
    font-size: 16px;
    color: var(--text-dark);
}

.contact-info-item a {
    color: var(--text-dark);
    transition: color 0.2s ease;
}

.contact-info-item a:hover {
    color: var(--teal);
}

.contact-cta-text {
    font-size: 18px;
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.contact-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* =====================
   THANK YOU SECTION
   ===================== */
.thankyou-section {
    padding: 100px 0;
    background: var(--bg-white);
    text-align: center;
}

.thankyou-section .container {
    max-width: 760px;
}

.thankyou-section .eyebrow {
    text-align: center;
}

.thankyou-section h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.thankyou-subtitle {
    font-size: 18px;
    color: var(--text-gray);
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto 24px;
}

.thankyou-body {
    font-size: 16px;
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.thankyou-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* =====================
   BOTTOM CTA SECTION
   ===================== */
.bottom-cta {
    padding: 80px 0;
    background: var(--charcoal);
    color: var(--bg-white);
    text-align: center;
}

.bottom-cta h2 {
    color: var(--bg-white);
    margin-bottom: 16px;
}

.bottom-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

/* =====================
   RESPONSIVE: 900px
   ===================== */
@media (max-width: 900px) {
    .hero-grid,
    .about-grid,
    .reasons-grid,
    .training-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .reasons-grid.reverse {
        direction: ltr;
    }

    .industry-list {
        grid-template-columns: 1fr;
    }

    .about-image img,
    .reasons-image img,
    .training-image img {
        height: 320px;
    }
}

/* =====================
   RESPONSIVE: 768px
   ===================== */
@media (max-width: 768px) {
    .hero {
        padding: 40px 0;
    }

    .about-section,
    .diff-section,
    .reasons-section,
    .training-section,
    .contact-section,
    .bottom-cta {
        padding: 60px 0;
    }

    .industry-section {
        padding: 60px 0;
    }

    .contact-info {
        gap: 24px;
    }

    .thankyou-section {
        padding: 60px 0;
    }

    .thankyou-section h1 {
        font-size: 36px;
    }
}

/* =====================
   RESPONSIVE: 480px
   ===================== */
@media (max-width: 480px) {
    .hero-grid {
        gap: 30px;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
    }

    .thankyou-section h1 {
        font-size: 30px;
    }
}
