/* ========================================
   LANDING PAGE - MICRONEEDLING & PRP
   Eviaesthetics Manhattan Medical Spa
   Luxury Hermes-Inspired Ad Landing Page
   ======================================== */

/* ========================================
   TRUST BAR
   ======================================== */
.lp-trust-bar {
    background: var(--text-primary, #2A1B0A);
    color: var(--white, #FFFFFF);
    padding: 10px 16px;
    overflow: hidden;
}

.lp-trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.trust-item i {
    color: var(--hermes-orange, #FF8C00);
    font-size: 14px;
}

.trust-divider {
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
}

/* ========================================
   LANDING HEADER
   ======================================== */
.lp-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-bottom: 1px solid rgba(255, 140, 0, 0.1);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 500;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lp-header.scrolled {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.lp-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp-logo-link {
    display: block;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.lp-logo-link:hover {
    transform: scale(1.03);
}

.lp-logo {
    height: 40px;
    width: auto;
}

.lp-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lp-header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary, #5D4E37);
    text-decoration: none;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.lp-header-phone:hover {
    color: var(--hermes-orange, #FF8C00);
}

.lp-header-phone i {
    font-size: 18px;
    color: var(--hermes-orange, #FF8C00);
}

.lp-header-cta-btn {
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 100%);
    color: var(--white, #FFFFFF);
    padding: 12px 28px;
    border-radius: 50px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.25);
    display: inline-flex;
    align-items: center;
}

.lp-header-cta-btn:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 12px 32px rgba(255, 140, 0, 0.35);
}

/* ========================================
   BREADCRUMB
   ======================================== */
.lp-breadcrumb {
    padding: 12px 0;
    background: rgba(255, 140, 0, 0.03);
    border-bottom: 1px solid rgba(255, 140, 0, 0.06);
}

.lp-breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 13px;
    color: var(--text-muted, #8B7355);
}

.lp-breadcrumb-list li + li::before {
    content: '›';
    margin-right: 8px;
    color: var(--hermes-orange, #FF8C00);
}

.lp-breadcrumb-list a {
    color: var(--text-secondary, #5D4E37);
    text-decoration: none;
    transition: color 0.3s ease;
}

.lp-breadcrumb-list a:hover {
    color: var(--hermes-orange, #FF8C00);
}

/* ========================================
   HERO SECTION
   ======================================== */
.lp-hero {
    position: relative;
    padding: clamp(60px, 10vh, 100px) 0 clamp(80px, 12vh, 120px);
    background: linear-gradient(135deg, #FFFEF9 0%, #FFFCF8 50%, #FFF8F0 100%);
    overflow: hidden;
}

.lp-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.lp-hero-orb {
    position: absolute;
    border-radius: 50%;
    background: var(--hermes-orange, #FF8C00);
    opacity: 0.04;
    filter: blur(100px);
    animation: lpOrbFloat 25s ease-in-out infinite;
}

.lp-orb-1 {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
}

.lp-orb-2 {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -80px;
    animation-delay: -12s;
}

.lp-hero-grid {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

/* Hero Content */
.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 140, 0, 0.2);
    border-radius: 50px;
    padding: 12px 24px;
    margin-bottom: 28px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: var(--hermes-orange, #FF8C00);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(20px);
}

.lp-hero-badge i {
    font-size: 16px;
}

.lp-hero-title {
    margin-bottom: 24px;
    line-height: 1.05;
}

.lp-title-line {
    display: block;
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 700;
    color: var(--text-primary, #2A1B0A);
}

.lp-title-accent {
    display: block;
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    font-weight: 700;
    background: linear-gradient(135deg, #FF8C00, #FF6B35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lp-hero-description {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.7;
    color: var(--text-secondary, #5D4E37);
    margin-bottom: 28px;
}

.lp-hero-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lp-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary, #5D4E37);
}

.lp-highlight-item i {
    color: #10B981;
    font-size: 18px;
    flex-shrink: 0;
}

.lp-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

/* Buttons */
.lp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 50%, #FF7A00 100%);
    color: var(--white, #FFFFFF);
    padding: 16px 32px;
    border-radius: 50px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 12px 32px rgba(255, 140, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.lp-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.lp-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 40px rgba(255, 140, 0, 0.4);
}

.lp-btn-primary:hover::before {
    left: 100%;
}

.lp-btn-primary.lp-btn-large {
    padding: 20px 40px;
    font-size: 17px;
}

.lp-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--hermes-orange, #FF8C00);
    padding: 16px 28px;
    border-radius: 50px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(255, 140, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(20px);
}

.lp-btn-secondary:hover {
    background: var(--hermes-orange, #FF8C00);
    color: var(--white, #FFFFFF);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 140, 0, 0.3);
}

/* Hero Visual */
.lp-hero-image-stack {
    position: relative;
}

.lp-hero-image-main {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12), 0 12px 40px rgba(255, 140, 0, 0.08);
    border: 2px solid rgba(255, 140, 0, 0.1);
}

.lp-hero-image-main img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

.lp-hero-image-main:hover img {
    transform: scale(1.03);
}

.lp-hero-stats-card {
    position: absolute;
    bottom: -24px;
    left: -24px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 140, 0, 0.15);
    border-radius: 20px;
    padding: 20px 28px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.lp-stat {
    text-align: center;
}

.lp-stat-number {
    display: block;
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--hermes-orange, #FF8C00);
    line-height: 1;
}

.lp-stat-label {
    display: block;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary, #5D4E37);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lp-stat-divider {
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(255, 140, 0, 0.3), transparent);
}

.lp-hero-doctor-badge {
    position: absolute;
    top: -16px;
    right: -16px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px);
    border: 2px solid rgba(255, 140, 0, 0.15);
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.lp-doctor-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 140, 0, 0.2);
}

.lp-doctor-name {
    display: block;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary, #2A1B0A);
}

.lp-doctor-title {
    display: block;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 12px;
    color: var(--hermes-orange, #FF8C00);
    font-weight: 500;
}

/* ========================================
   SECTION SHARED STYLES
   ======================================== */
.lp-section-header {
    text-align: center;
    margin-bottom: clamp(50px, 8vh, 70px);
}

.lp-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 140, 0, 0.2);
    border-radius: 50px;
    padding: 10px 22px;
    margin-bottom: 24px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 13px;
    font-weight: 600;
    color: var(--hermes-orange, #FF8C00);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lp-section-badge i {
    font-size: 16px;
}

.lp-section-title {
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.lp-section-subtitle {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: clamp(15px, 2vw, 17px);
    color: var(--text-secondary, #5D4E37);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========================================
   SERVICES SECTION
   ======================================== */
.lp-services {
    padding: clamp(80px, 12vh, 120px) 0;
    background: linear-gradient(180deg, #FFF8F0 0%, #FFFCF8 50%, #FFFEF9 100%);
}

.lp-category-block {
    margin-bottom: clamp(60px, 8vh, 80px);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 140, 0, 0.1);
    border-radius: 32px;
    padding: clamp(32px, 5vw, 48px);
    transition: all 0.6s ease;
}

.lp-category-block:hover {
    border-color: rgba(255, 140, 0, 0.2);
    box-shadow: 0 20px 60px rgba(255, 140, 0, 0.06);
}

.lp-category-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 140, 0, 0.12);
}

.lp-category-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #FF8C00, #FFA500);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.25);
}

.lp-category-name {
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: clamp(22px, 3.5vw, 28px);
    font-weight: 600;
    color: var(--text-primary, #2A1B0A);
    margin-bottom: 4px;
}

.lp-category-tagline {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    color: var(--text-muted, #8B7355);
    font-weight: 500;
}

/* Service Cards Grid */
.lp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.lp-services-grid.lp-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.lp-service-card {
    background: var(--white, #FFFFFF);
    border: 1px solid rgba(255, 140, 0, 0.1);
    border-radius: 24px;
    padding: 32px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

.lp-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF8C00, #FFA500);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.lp-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 140, 0, 0.25);
    box-shadow: 0 20px 60px rgba(255, 140, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.06);
}

.lp-service-card:hover::before {
    opacity: 1;
}

.lp-card-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: rgba(255, 140, 0, 0.08);
    border: 1px solid rgba(255, 140, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: 14px;
    font-weight: 600;
    color: var(--hermes-orange, #FF8C00);
}

.lp-card-title {
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: 22px;
    font-weight: 600;
    color: var(--text-primary, #2A1B0A);
    margin-bottom: 12px;
    padding-right: 48px;
}

.lp-card-description {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary, #5D4E37);
    margin-bottom: 20px;
}

.lp-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.lp-card-detail {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 13px;
    color: var(--text-muted, #8B7355);
    background: rgba(255, 140, 0, 0.05);
    padding: 6px 12px;
    border-radius: 20px;
}

.lp-card-detail i {
    color: var(--hermes-orange, #FF8C00);
    font-size: 14px;
}

.lp-card-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 140, 0, 0.1);
}

.lp-price-label {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted, #8B7355);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lp-price-value {
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--hermes-orange, #FF8C00);
}

.lp-price-unit {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    color: var(--text-secondary, #5D4E37);
}

/* Care Instructions */
.lp-care-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 140, 0, 0.1);
}

.lp-care-block {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 140, 0, 0.08);
    border-radius: 20px;
    padding: 28px;
    transition: all 0.4s ease;
}

.lp-care-block:hover {
    border-color: rgba(255, 140, 0, 0.15);
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.06);
}

.lp-care-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary, #2A1B0A);
    margin-bottom: 18px;
}

.lp-care-title i {
    color: var(--hermes-orange, #FF8C00);
    font-size: 18px;
}

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

.lp-care-list li {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-secondary, #5D4E37);
    padding: 8px 0 8px 22px;
    position: relative;
    border-bottom: 1px solid rgba(255, 140, 0, 0.04);
}

.lp-care-list li:last-child {
    border-bottom: none;
}

.lp-care-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background: var(--hermes-orange, #FF8C00);
    border-radius: 50%;
    opacity: 0.6;
}

/* ========================================
   WHY CHOOSE US
   ======================================== */
.lp-why-us {
    padding: clamp(80px, 12vh, 120px) 0;
    background: linear-gradient(135deg, #FFFEF9 0%, #FFFCF8 100%);
}

.lp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lp-why-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 140, 0, 0.1);
    border-radius: 24px;
    padding: 32px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lp-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 140, 0, 0.25);
    box-shadow: 0 20px 50px rgba(255, 140, 0, 0.08);
}

.lp-why-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 140, 0, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.lp-why-icon i {
    font-size: 28px;
    color: var(--hermes-orange, #FF8C00);
}

.lp-why-card:hover .lp-why-icon {
    background: linear-gradient(135deg, #FF8C00, #FFA500);
}

.lp-why-card:hover .lp-why-icon i {
    color: white;
}

.lp-why-card h4 {
    font-family: var(--font-playfair, 'Playfair Display', serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary, #2A1B0A);
    margin-bottom: 12px;
}

.lp-why-card p {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary, #5D4E37);
}

/* ========================================
   FAQ SECTION
   ======================================== */
.lp-faq {
    padding: clamp(80px, 12vh, 120px) 0;
    background: linear-gradient(180deg, #FFF8F0 0%, #FFFCF8 100%);
}

.lp-faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lp-faq-item {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 140, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.lp-faq-item:hover {
    border-color: rgba(255, 140, 0, 0.2);
}

.lp-faq-item[open] {
    border-color: rgba(255, 140, 0, 0.25);
    box-shadow: 0 8px 30px rgba(255, 140, 0, 0.06);
}

.lp-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    cursor: pointer;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary, #2A1B0A);
    list-style: none;
    transition: color 0.3s ease;
}

.lp-faq-question::-webkit-details-marker {
    display: none;
}

.lp-faq-question:hover {
    color: var(--hermes-orange, #FF8C00);
}

.lp-faq-icon {
    color: var(--hermes-orange, #FF8C00);
    font-size: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
}

.lp-faq-item[open] .lp-faq-icon {
    transform: rotate(45deg);
}

.lp-faq-answer {
    padding: 0 28px 22px;
}

.lp-faq-answer p {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-secondary, #5D4E37);
}

/* ========================================
   BOOKING SECTION
   ======================================== */
.lp-booking-section {
    padding: clamp(80px, 12vh, 120px) 0;
    background: linear-gradient(135deg, #2A1B0A 0%, #3D2B15 50%, #2A1B0A 100%);
    position: relative;
    overflow: hidden;
}

.lp-booking-card {
    text-align: center;
    position: relative;
    z-index: 10;
}

.lp-booking-card .lp-section-badge {
    background: rgba(255, 140, 0, 0.15);
    border-color: rgba(255, 140, 0, 0.3);
    color: var(--hermes-orange, #FF8C00);
}

.lp-booking-title {
    margin-bottom: 20px;
}

.lp-booking-title .lp-title-line {
    color: var(--white, #FFFFFF);
}

.lp-booking-desc {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: clamp(15px, 2vw, 17px);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 28px;
}

.lp-booking-highlight {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 140, 0, 0.12);
    border: 1px solid rgba(255, 140, 0, 0.3);
    border-radius: 16px;
    padding: 14px 24px;
    margin-bottom: 36px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.lp-booking-highlight i {
    color: var(--hermes-orange, #FF8C00);
    font-size: 18px;
}

.lp-booking-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.lp-booking-actions .lp-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white, #FFFFFF);
    border-color: rgba(255, 255, 255, 0.3);
}

.lp-booking-actions .lp-btn-secondary:hover {
    background: var(--hermes-orange, #FF8C00);
    border-color: transparent;
}

.lp-booking-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.lp-booking-address i {
    color: var(--hermes-orange, #FF8C00);
    font-size: 18px;
}

.lp-booking-address address {
    font-style: normal;
}

/* ========================================
   FOOTER
   ======================================== */
.lp-footer {
    background: var(--cream-primary, #FFFCF8);
    border-top: 1px solid rgba(255, 140, 0, 0.1);
    padding: 48px 0 24px;
}

.lp-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 140, 0, 0.08);
}

.lp-footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lp-footer-logo {
    height: 32px;
    width: auto;
}

.lp-footer-brand p {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 13px;
    color: var(--text-muted, #8B7355);
    font-style: italic;
}

.lp-footer-links {
    display: flex;
    gap: 24px;
}

.lp-footer-links a {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 14px;
    color: var(--text-secondary, #5D4E37);
    text-decoration: none;
    transition: color 0.3s ease;
}

.lp-footer-links a:hover {
    color: var(--hermes-orange, #FF8C00);
}

.lp-footer-social {
    display: flex;
    gap: 12px;
}

.lp-footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 140, 0, 0.08);
    border: 1px solid rgba(255, 140, 0, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hermes-orange, #FF8C00);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
}

.lp-footer-social a:hover {
    background: var(--hermes-orange, #FF8C00);
    color: white;
    transform: translateY(-2px);
}

.lp-footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.lp-footer-legal p {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 12px;
    color: var(--text-muted, #8B7355);
}

.lp-footer-legal a {
    color: var(--text-secondary, #5D4E37);
    text-decoration: none;
    transition: color 0.3s ease;
}

.lp-footer-legal a:hover {
    color: var(--hermes-orange, #FF8C00);
}

.lp-designer-credit {
    font-family: var(--font-inter, 'Inter', sans-serif);
    font-size: 12px;
    color: var(--text-muted, #8B7355);
    text-decoration: none;
    transition: color 0.3s ease;
}

.lp-designer-credit strong {
    color: var(--hermes-orange, #FF8C00);
}

.lp-designer-credit:hover {
    color: var(--text-secondary, #5D4E37);
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes lpOrbFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.04; }
    25% { transform: translate(20px, -30px) rotate(90deg); opacity: 0.06; }
    50% { transform: translate(-20px, -20px) rotate(180deg); opacity: 0.05; }
    75% { transform: translate(25px, 15px) rotate(270deg); opacity: 0.07; }
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
    .lp-services-grid.lp-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .lp-trust-bar-inner {
        gap: 8px;
    }

    .trust-divider {
        display: none;
    }

    .trust-item {
        font-size: 11px;
    }

    .lp-header-phone span {
        display: none;
    }

    .lp-breadcrumb {
        display: none;
    }

    .lp-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lp-hero-visual {
        order: -1;
    }

    .lp-hero-stats-card {
        bottom: -16px;
        left: 10px;
        padding: 16px 20px;
    }

    .lp-hero-doctor-badge {
        top: -10px;
        right: -8px;
        padding: 8px 16px 8px 8px;
    }

    .lp-services-grid,
    .lp-services-grid.lp-grid-3 {
        grid-template-columns: 1fr;
    }

    .lp-care-section {
        grid-template-columns: 1fr;
    }

    .lp-why-grid {
        grid-template-columns: 1fr;
    }

    .lp-hero-actions {
        flex-direction: column;
    }

    .lp-btn-primary,
    .lp-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .lp-booking-actions {
        flex-direction: column;
        align-items: center;
    }

    .lp-booking-actions .lp-btn-primary,
    .lp-booking-actions .lp-btn-secondary {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .lp-footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .lp-footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .lp-footer-legal {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .lp-hero {
        padding: 40px 0 60px;
    }

    .lp-category-block {
        padding: 24px;
    }

    .lp-service-card {
        padding: 24px;
    }

    .lp-care-block {
        padding: 20px;
    }

    .lp-faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }

    .lp-booking-highlight {
        flex-direction: column;
        text-align: center;
    }
}

/* ========================================
   REDUCED MOTION
   ======================================== */
@media (prefers-reduced-motion: reduce) {
    .lp-hero-orb { animation: none; }
    .lp-service-card,
    .lp-why-card,
    .lp-btn-primary,
    .lp-btn-secondary {
        transition-duration: 0.2s;
    }
}

/* ========================================
   PRINT STYLES
   ======================================== */
@media print {
    .lp-trust-bar,
    .lp-header,
    .lp-hero-bg,
    .lp-hero-actions,
    .lp-booking-section { display: none; }

    body { background: white; color: black; }
    .lp-title-accent { -webkit-text-fill-color: #FF8C00; }
}
