/* Bookpetal - Warm, modern scheduling app style */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1f2937; line-height: 1.6; background: #fff; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #f3f4f6; padding: 16px 0; }
.nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.15rem; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 0.9rem; }
.nav-links a { color: #6b7280; transition: color 0.2s; }
.nav-links a:hover { color: #E11D48; }
.nav-links a.btn-primary { color: #fff !important; }
.nav-links a.btn-primary:hover { color: #fff !important; }

/* Buttons */
.btn-primary { display: inline-block; padding: 11px 22px; background: #E11D48; color: #fff; border-radius: 24px; font-weight: 600; font-size: 0.9rem; transition: all 0.2s; }
.btn-primary:hover { background: #BE123C; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(225,29,72,0.3); }
.btn-lg { padding: 14px 32px; font-size: 1rem; }
.btn-ghost { color: #E11D48 !important; font-weight: 500; }
.btn-outline { display: inline-block; padding: 11px 22px; border: 2px solid #e5e7eb; color: #374151; border-radius: 24px; font-weight: 600; font-size: 0.9rem; transition: all 0.2s; }
.btn-outline:hover { border-color: #E11D48; color: #E11D48; }

/* Hero Split */
.hero-split { padding: 80px 0 60px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-left h1 { font-size: 3rem; font-weight: 800; line-height: 1.15; margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-left p { font-size: 1.1rem; color: #6b7280; margin-bottom: 28px; max-width: 440px; }
.hero-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; margin-bottom: 32px; }
.hero-note { font-size: 0.8rem; color: #9ca3af; }
.hero-trust { display: flex; align-items: center; gap: 12px; }
.trust-avatars { display: flex; }
.trust-avatars .avatar { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.6rem; font-weight: 700; margin-left: -6px; border: 2px solid #fff; }
.trust-avatars .avatar:first-child { margin-left: 0; }
.trust-text { font-size: 0.8rem; color: #9ca3af; }

/* Booking Widget */
.booking-widget { background: #fff; border-radius: 16px; box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04); padding: 28px; border: 1px solid #f3f4f6; }
.bw-header { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #f3f4f6; }
.bw-avatar-lg { width: 40px; height: 40px; border-radius: 50%; background: #E11D48; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.8rem; }
.bw-info strong { display: block; font-size: 0.9rem; }
.bw-info span { font-size: 0.8rem; color: #9ca3af; }
.bw-month { text-align: center; margin-bottom: 12px; font-size: 0.85rem; color: #6b7280; }
.bw-month strong { color: #1f2937; }
.bw-days { display: grid; grid-template-columns: repeat(5, 1fr); text-align: center; font-size: 0.7rem; color: #9ca3af; margin-bottom: 8px; font-weight: 600; }
.bw-dates { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin-bottom: 16px; }
.bw-dates span { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 0.8rem; margin: 0 auto; }
.bw-dates .past { color: #d1d5db; }
.bw-dates .available { background: #FFF1F2; color: #E11D48; font-weight: 600; cursor: pointer; }
.bw-dates .selected { background: #E11D48; color: #fff; }
.bw-times { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 16px; }
.time-slot { padding: 10px; border: 1px solid #e5e7eb; border-radius: 8px; text-align: center; font-size: 0.8rem; font-weight: 500; cursor: pointer; transition: all 0.15s; }
.time-slot:hover { border-color: #E11D48; color: #E11D48; }
.time-slot.active { background: #E11D48; color: #fff; border-color: #E11D48; }
.bw-confirm { width: 100%; padding: 12px; background: #E11D48; color: #fff; border: none; border-radius: 8px; font-weight: 600; font-size: 0.9rem; cursor: pointer; }

/* Logos Bar */
.logos-bar { padding: 48px 0; border-bottom: 1px solid #f3f4f6; text-align: center; }
.logos-bar p { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: #9ca3af; margin-bottom: 16px; font-weight: 600; }
.logos-row { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.logos-row span { font-size: 1rem; color: #d1d5db; font-weight: 700; }

/* Steps */
.steps-section { padding: 80px 0; background: #fafafa; }
.steps-section h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 48px; }
.steps { display: flex; align-items: flex-start; justify-content: center; gap: 16px; }
.step { flex: 1; max-width: 260px; text-align: center; }
.step-num { width: 40px; height: 40px; background: #E11D48; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 16px; }
.step-content h4 { font-size: 1rem; margin-bottom: 8px; }
.step-content p { font-size: 0.85rem; color: #6b7280; }
.step-arrow { color: #d1d5db; font-size: 1.5rem; margin-top: 20px; }

/* Features Showcase */
.features-showcase { padding: 100px 0; }
.features-showcase h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 12px; }
.subtitle { text-align: center; color: #6b7280; font-size: 1.05rem; margin-bottom: 48px; }
.showcase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.showcase-card { background: #f9fafb; border-radius: 16px; padding: 32px; border: 1px solid #f3f4f6; transition: all 0.2s; }
.showcase-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.04); border-color: #e5e7eb; }
.showcase-card.large { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.sc-badge { display: inline-block; background: #FFF1F2; color: #E11D48; padding: 4px 10px; border-radius: 12px; font-size: 0.7rem; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.showcase-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.showcase-card p { font-size: 0.9rem; color: #6b7280; margin-bottom: 16px; }

/* Card visuals */
.cal-stack { display: flex; flex-direction: column; gap: 8px; }
.cal-item { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: #fff; border-radius: 8px; font-size: 0.85rem; font-weight: 500; border: 1px solid #e5e7eb; }
.cal-dot { width: 8px; height: 8px; border-radius: 50%; }
.cal-item.google .cal-dot { background: #4285F4; }
.cal-item.outlook .cal-dot { background: #0078D4; }
.cal-item.icloud .cal-dot { background: #333; }
.cal-status { margin-left: auto; font-size: 0.7rem; color: #10B981; font-weight: 600; }

.sc-mini { margin-top: 8px; }
.mini-row { display: flex; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid #f3f4f6; font-size: 0.85rem; }
.mini-row:last-child { border-bottom: none; }
.reminder-row .toggle { margin-left: auto; width: 28px; height: 16px; border-radius: 8px; position: relative; }
.toggle.on { background: #E11D48; }
.toggle.off { background: #d1d5db; }
.toggle::after { content: ''; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #fff; top: 2px; }
.toggle.on::after { left: 14px; }
.toggle.off::after { left: 2px; }

.payment-mini .pm-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 0.85rem; border-bottom: 1px solid #f3f4f6; }
.pm-row.total { border-bottom: none; color: #10B981; font-weight: 600; }

.team-row { flex-wrap: wrap; }
.tm-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.mini-bar { width: 100%; height: 4px; background: #f3f4f6; border-radius: 2px; margin-top: 4px; }
.mini-fill { height: 100%; background: #E11D48; border-radius: 2px; }

.integration-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.int-badge { padding: 8px 14px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 0.8rem; font-weight: 500; }

/* Reviews */
.reviews-section { padding: 80px 0; background: #fafafa; }
.reviews-section h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 40px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { background: #fff; padding: 28px; border-radius: 12px; border: 1px solid #f3f4f6; }
.review-stars { color: #F59E0B; margin-bottom: 12px; font-size: 0.85rem; }
.review-card p { font-size: 0.9rem; color: #374151; margin-bottom: 16px; line-height: 1.6; }
.review-author strong { display: block; font-size: 0.85rem; }
.review-author span { font-size: 0.75rem; color: #9ca3af; }

/* Pricing */
.pricing-section { padding: 80px 0; }
.pricing-section h2 { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 8px; }
.pricing-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 800px; margin: 0 auto; }
.plan-card { padding: 32px; border: 1px solid #e5e7eb; border-radius: 16px; text-align: center; position: relative; }
.plan-card.popular { border: 2px solid #E11D48; }
.plan-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #E11D48; color: #fff; padding: 3px 12px; border-radius: 12px; font-size: 0.7rem; font-weight: 700; }
.plan-card h4 { font-size: 1rem; margin-bottom: 8px; }
.plan-price { font-size: 2.2rem; font-weight: 800; margin-bottom: 8px; }
.plan-price span { font-size: 0.85rem; font-weight: 400; color: #9ca3af; }
.plan-card > p { font-size: 0.8rem; color: #6b7280; margin-bottom: 20px; }

/* Final CTA */
.final-cta { padding: 80px 0; text-align: center; background: linear-gradient(180deg, #fff 0%, #FFF1F2 100%); }
.final-cta h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 12px; }
.final-cta p { color: #6b7280; margin-bottom: 28px; font-size: 1.05rem; }

/* Footer */
.footer { padding: 60px 0 30px; background: #111827; color: #9ca3af; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 40px; }
.footer-col h5 { color: #fff; font-size: 0.75rem; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col a { display: block; padding: 3px 0; font-size: 0.8rem; color: #6b7280; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1f2937; padding-top: 20px; font-size: 0.75rem; color: #4b5563; }

/* Responsive */
@media (max-width: 768px) {
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-left h1 { font-size: 2.2rem; }
    .steps { flex-direction: column; align-items: center; }
    .step-arrow { transform: rotate(90deg); }
    .showcase-grid { grid-template-columns: 1fr; }
    .showcase-card.large { grid-column: span 1; grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .pricing-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .nav-links { display: none; }
}
