/* ===== GLOBAL ===== */
* { font-family: 'Inter', sans-serif; }
body { color: #2d3748; background: #fff; }
:root {
    --green: #2e7d32;
    --green-light: #4caf50;
    --green-pale: #e8f5e9;
    --beige: #faf7f2;
    --beige-dark: #f0ebe0;
    --text-muted: #6b7280;
}

/* ===== TOPBAR ===== */
.topbar { background: #f8fdf8; border-bottom: 1px solid #e8f5e9; font-size: 13px; color: #555; }
.topbar-social { color: #e1306c; text-decoration: none; font-weight: 500; transition: opacity .2s; }
.topbar-social:hover { opacity: .75; color: #e1306c; }
.topbar-phone { color: var(--green); text-decoration: none; font-weight: 600; }
.topbar-phone:hover { color: var(--green-light); }

/* ===== NAVBAR ===== */
.navbar { padding: 14px 0; }
.brand-icon { width: 42px; height: 42px; background: linear-gradient(135deg, #4caf50, #2e7d32); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: white; flex-shrink: 0; }
.nav-link { font-weight: 500; color: #374151 !important; padding: 7px 14px !important; border-radius: 8px; transition: all .2s; font-size: 14px; }
.nav-link:hover { color: var(--green) !important; background: var(--green-pale); }

/* ===== SECTION HELPERS ===== */
.section-badge { display: inline-block; background: var(--green-pale); color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 12px; }
.section-title { font-size: 2rem; font-weight: 800; color: #1a202c; line-height: 1.2; margin-bottom: 1rem; }
.section-bg-light { background: var(--beige); }
.page-hero { background: linear-gradient(135deg, var(--green-pale) 0%, var(--beige) 100%); padding: 60px 0 40px; }
.page-hero-title { font-size: 2.2rem; font-weight: 800; color: #1a202c; margin-bottom: .5rem; }

/* ===== HERO ===== */
.hero-section { background: linear-gradient(135deg, #f0fdf4 0%, var(--beige) 60%, #f0f9ff 100%); padding: 0; overflow: hidden; }
.hero-title { font-size: 3rem; font-weight: 800; color: #1a202c; line-height: 1.15; }
.text-gradient { background: linear-gradient(135deg, #2e7d32, #4caf50); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-desc { font-size: 1.05rem; color: #4b5563; line-height: 1.8; }
.hero-badge { display: inline-flex; align-items: center; background: var(--green-pale); color: var(--green); font-size: 13px; font-weight: 600; padding: 8px 18px; border-radius: 50px; border: 1px solid #c8e6c9; }

/* Hero Stats */
.hero-stats { padding-top: 8px; }
.hero-stat-num { font-size: 1.6rem; font-weight: 800; color: var(--green); line-height: 1; }
.hero-stat-label { font-size: 12px; color: #6b7280; margin-top: 2px; }
.hero-stat-divider { width: 1px; background: #d1d5db; align-self: stretch; }

/* Hero Image */
.hero-img-wrapper { position: relative; display: inline-block; padding: 20px; }
.hero-blob { position: absolute; width: 440px; height: 440px; background: radial-gradient(circle, #c8e6c9 0%, #e8f5e9 50%, transparent 75%); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; }
.hero-photo { position: relative; z-index: 1; max-height: 520px; width: 100%; object-fit: cover; object-position: top center; border-radius: 32px; box-shadow: 0 20px 60px rgba(46,125,50,.15); }
.hero-card { position: absolute; background: white; border-radius: 14px; padding: 10px 14px; box-shadow: 0 8px 30px rgba(0,0,0,.1); z-index: 2; min-width: 160px; }
.hero-card-1 { top: 30px; left: -10px; }
.hero-card-2 { bottom: 80px; right: -10px; }
.hero-card-3 { bottom: 20px; left: 10px; }
.hc-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: .9rem; flex-shrink: 0; }

/* ===== WHY / SERVICE MINI ===== */
.why-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.service-mini-card { display: flex; align-items: flex-start; gap: 12px; background: white; border: 1px solid #f0f0f0; border-radius: 14px; padding: 16px; transition: all .2s; }
.service-mini-card:hover { border-color: #c8e6c9; box-shadow: 0 4px 20px rgba(46,125,50,.08); transform: translateY(-2px); }
.smc-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ===== STATS ===== */
.stats-section { background: linear-gradient(135deg, #1b5e20, #2e7d32, #388e3c); }
.stat-item { padding: 20px; }
.stat-icon-lg { font-size: 2rem; color: rgba(255,255,255,.5); display: block; }
.stat-num { font-size: 2.5rem; font-weight: 800; color: white; line-height: 1; }
.stat-lbl { font-size: 13px; color: rgba(255,255,255,.7); margin-top: 4px; }

/* ===== TESTIMONIALS ===== */
.testimonial-card { background: white; border: 1px solid #f0f0f0; border-radius: 20px; padding: 28px; height: 100%; display: flex; flex-direction: column; transition: all .2s; }
.testimonial-card:hover { border-color: #c8e6c9; box-shadow: 0 8px 30px rgba(46,125,50,.08); }
.t-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #4caf50, #2e7d32); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }

/* ===== FAQ ===== */
.faq-item { border: 1px solid #e5e7eb !important; border-radius: 12px !important; overflow: hidden; }
.faq-btn { font-weight: 600; font-size: 14px; background: white !important; color: #1a202c !important; box-shadow: none !important; padding: 16px 20px; }
.faq-btn:not(.collapsed) { color: var(--green) !important; background: var(--green-pale) !important; }
.faq-btn::after { filter: none; }

/* ===== BLOG ===== */
.blog-card { background: white; border: 1px solid #f0f0f0; border-radius: 20px; overflow: hidden; transition: all .2s; display: flex; flex-direction: column; }
.blog-card:hover { border-color: #c8e6c9; box-shadow: 0 8px 30px rgba(46,125,50,.1); transform: translateY(-3px); }
.blog-img-wrap { position: relative; overflow: hidden; }
.blog-img { width: 100%; height: 200px; object-fit: cover; transition: transform .3s; }
.blog-card:hover .blog-img { transform: scale(1.03); }
.blog-img-placeholder { height: 200px; background: var(--green-pale); display: flex; align-items: center; justify-content: center; font-size: 3rem; color: #a5d6a7; }
.blog-cat-badge { position: absolute; top: 12px; left: 12px; background: var(--green); color: white; font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 50px; }
.blog-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-title { font-size: 1rem; font-weight: 700; color: #1a202c; margin-bottom: 8px; line-height: 1.4; }
.blog-summary { font-size: 13px; color: #6b7280; line-height: 1.6; flex: 1; margin-bottom: 16px; }
.blog-footer { display: flex; justify-content: space-between; align-items: center; }
.blog-content { line-height: 1.9; font-size: 1.05rem; }
.blog-content h4 { color: var(--green); font-weight: 700; margin-top: 1.5rem; }
.blog-content p { margin-bottom: 1.2rem; }

/* ===== MAP ===== */
.map-wrapper { border: 1px solid #e5e7eb; }

/* ===== CTA ===== */
.cta-section { background: linear-gradient(135deg, #1b5e20, #2e7d32); }
.cta-inner { max-width: 600px; margin: 0 auto; }
.btn-white { background: white; border-color: white; color: var(--green) !important; }
.btn-white:hover { background: #f0fdf4; border-color: #f0fdf4; }
.btn-outline-white { border-color: rgba(255,255,255,.6); color: white !important; }
.btn-outline-white:hover { background: rgba(255,255,255,.15); border-color: white; }

/* ===== ABOUT ===== */
.about-img-wrap { position: relative; display: inline-block; }
.about-img { border-radius: 24px; box-shadow: 0 20px 60px rgba(0,0,0,.12); max-height: 520px; object-fit: cover; }
.about-exp-badge { position: absolute; bottom: 20px; right: -15px; background: white; border-radius: 16px; padding: 16px 20px; box-shadow: 0 8px 30px rgba(0,0,0,.12); text-align: center; }
.about-stat { background: var(--green-pale); border-radius: 14px; padding: 16px; }
.about-stat-num { font-size: 1.8rem; font-weight: 800; color: var(--green); }
.about-stat-lbl { font-size: 12px; color: #6b7280; }
.approach-card { background: white; border: 1px solid #f0f0f0; border-radius: 20px; padding: 28px 20px; height: 100%; transition: all .2s; }
.approach-card:hover { border-color: #c8e6c9; box-shadow: 0 8px 30px rgba(46,125,50,.08); }
.approach-icon { width: 64px; height: 64px; border-radius: 18px; display: flex; align-items: center; justify-content: center; }

/* ===== SERVICES ===== */
.service-card-full { background: white; border: 1px solid #f0f0f0; border-radius: 20px; overflow: hidden; transition: all .2s; display: flex; flex-direction: column; }
.service-card-full:hover { border-color: #c8e6c9; box-shadow: 0 8px 30px rgba(46,125,50,.1); transform: translateY(-3px); }
.scf-header { padding: 24px 24px 16px; }
.scf-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.scf-body { padding: 0 24px 16px; flex: 1; }
.scf-footer { padding: 16px 24px 24px; }

/* ===== CONTACT ===== */
.contact-quick-card { display: flex; flex-direction: column; align-items: center; justify-content: center; background: white; border: 1px solid #f0f0f0; border-radius: 16px; padding: 20px 12px; text-align: center; transition: all .2s; color: #1a202c; }
.contact-quick-card:hover { border-color: #c8e6c9; box-shadow: 0 4px 20px rgba(46,125,50,.1); transform: translateY(-2px); }
.cqc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.contact-icon-sm { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ===== INSTAGRAM ===== */
.btn-instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: white; border: none; }
.btn-instagram:hover { opacity: .9; color: white; }
.bg-instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; }

/* ===== FOOTER ===== */
.footer-main { background: #111827; }
.footer-link { color: #9ca3af !important; text-decoration: none; transition: color .2s; }
.footer-link:hover { color: #4caf50 !important; }
.footer-main .text-muted { color: #9ca3af !important; }
.footer-main .text-success-emphasis { color: #4caf50 !important; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; color: white; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,.45); z-index: 999; transition: transform .2s; }
.whatsapp-float:hover { transform: scale(1.1); color: white; }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .hero-title { font-size: 2.2rem; }
    .hero-blob { width: 300px; height: 300px; }
    .hero-card-1, .hero-card-2, .hero-card-3 { display: none; }
    .section-title { font-size: 1.6rem; }
}
@media (max-width: 576px) {
    .hero-title { font-size: 1.8rem; }
    .hero-section { padding: 20px 0; }
    .stat-num { font-size: 2rem; }
}

/* ===== REVIEW FORM ===== */
.review-form-card { background: white; border: 1px solid #e5e7eb; border-radius: 20px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,.05); }

/* Star Rating */
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 4px; }
.star-rating input[type="radio"] { display: none; }
.star-rating label { cursor: pointer; font-size: 2rem; color: #d1d5db; transition: color .15s; line-height: 1; }
.star-rating input[type="radio"]:checked ~ label { color: #f59e0b; }
.star-rating label:hover,
.star-rating label:hover ~ label { color: #f59e0b; }

/* ===== LOGO ===== */
.navbar-brand img.site-logo { height: 64px; width: auto; mix-blend-mode: multiply; }

/* ===== APPOINTMENT SLOTS ===== */
.slots-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.slot-btn { padding: 8px 16px; border: 1.5px solid #d1d5db; border-radius: 10px; background: white; font-size: 14px; font-weight: 500; color: #374151; cursor: pointer; transition: all .15s; }
.slot-btn:hover { border-color: #4caf50; color: #2e7d32; background: #f0fdf4; }
.slot-btn.active { border-color: #2e7d32; background: #2e7d32; color: white; }

/* ===== HERO PHOTO PLACEHOLDER ===== */
.hero-photo-placeholder { position: relative; z-index: 1; width: 380px; height: 420px; background: linear-gradient(135deg, #e8f5e9, #f1f8e9); border-radius: 32px; box-shadow: 0 20px 60px rgba(46,125,50,.15); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; }
.hero-logo-big { width: 160px; height: 160px; object-fit: contain; mix-blend-mode: multiply; margin-bottom: 16px; }
.hero-name-text { font-size: 1.4rem; font-weight: 800; color: #1b5e20; text-align: center; }
.hero-title-text { font-size: 0.9rem; color: #4caf50; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; }

/* ===== ABOUT PHOTO PLACEHOLDER ===== */
.about-photo-placeholder { background: linear-gradient(135deg, #e8f5e9, #f1f8e9); border-radius: 24px; padding: 48px 32px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.08); }

@media (max-width: 992px) {
    .hero-photo-placeholder { width: 280px; height: 320px; }
    .hero-logo-big { width: 120px; height: 120px; }
}

/* ===== KALORİ HESAPLAMA ===== */
.calorie-hero { background: linear-gradient(135deg, var(--green-pale) 0%, var(--beige) 100%); padding: 48px 0 32px; }

.calorie-card { background: white; border: 1px solid #e5e7eb; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.calorie-card-header { background: linear-gradient(135deg, #f0fdf4, #fafff7); padding: 16px 24px; font-weight: 700; font-size: 15px; color: #1a202c; border-bottom: 1px solid #e5e7eb; }
.calorie-card-body { padding: 24px; }

.calorie-search-wrap { position: relative; }
.calorie-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #9ca3af; }
.calorie-search-input { width: 100%; padding: 10px 14px 10px 40px; border: 1.5px solid #e5e7eb; border-radius: 12px; font-size: 14px; outline: none; transition: border-color .2s; }
.calorie-search-input:focus { border-color: #4caf50; box-shadow: 0 0 0 3px rgba(76,175,80,.1); }

.calorie-label { font-size: 12px; font-weight: 600; color: #374151; margin-bottom: 6px; display: block; }
.calorie-select { width: 100%; padding: 10px 14px; border: 1.5px solid #e5e7eb; border-radius: 12px; font-size: 14px; outline: none; transition: border-color .2s; background: white; }
.calorie-select:focus { border-color: #4caf50; box-shadow: 0 0 0 3px rgba(76,175,80,.1); }

.calorie-gram-wrap { display: flex; align-items: center; border: 1.5px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.calorie-gram-input { flex: 1; padding: 10px 12px; border: none; outline: none; font-size: 14px; font-weight: 600; }
.calorie-gram-unit { padding: 0 12px; color: #9ca3af; font-size: 13px; background: #f9fafb; border-left: 1px solid #e5e7eb; height: 100%; display: flex; align-items: center; }

.calorie-add-btn { width: 100%; height: 44px; background: linear-gradient(135deg, #4caf50, #2e7d32); color: white; border: none; border-radius: 12px; font-size: 1.2rem; cursor: pointer; transition: all .2s; display: flex; align-items: center; justify-content: center; }
.calorie-add-btn:hover { transform: scale(1.05); box-shadow: 0 4px 12px rgba(76,175,80,.4); }

.calorie-food-row { display: flex; align-items: center; gap: 10px; background: #f8fdf8; border: 1px solid #e8f5e9; border-radius: 12px; padding: 10px 14px; margin-bottom: 8px; transition: all .2s; }
.calorie-food-row:hover { border-color: #4caf50; }
.calorie-food-name { flex: 1; font-size: 13px; font-weight: 500; color: #1a202c; }
.calorie-food-gram { display: flex; align-items: center; gap: 4px; }
.calorie-gram-input-sm { width: 64px; padding: 4px 8px; border: 1.5px solid #e5e7eb; border-radius: 8px; font-size: 13px; font-weight: 600; text-align: center; outline: none; }
.calorie-gram-input-sm:focus { border-color: #4caf50; }
.calorie-food-kcal { font-size: 12px; font-weight: 700; color: #16a34a; background: #f0fdf4; padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.calorie-remove-btn { width: 28px; height: 28px; border: none; background: #fee2e2; color: #ef4444; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: all .2s; flex-shrink: 0; }
.calorie-remove-btn:hover { background: #ef4444; color: white; }

.calorie-empty { text-align: center; padding: 40px 20px; color: #9ca3af; }
.calorie-empty i { font-size: 3rem; opacity: .2; display: block; margin-bottom: 12px; }
.calorie-empty p { font-size: 14px; margin: 0; }

.calorie-calc-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, #4caf50, #2e7d32); color: white; border: none; border-radius: 14px; font-size: 15px; font-weight: 700; cursor: pointer; transition: all .2s; margin-top: 16px; letter-spacing: .3px; }
.calorie-calc-btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(76,175,80,.35); }
.calorie-calc-btn:disabled { opacity: .5; cursor: not-allowed; }

.calorie-info-box { background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px; padding: 12px 16px; font-size: 13px; color: #92400e; }

/* Sonuç kartı */
.calorie-result-card { background: white; border: 1px solid #e5e7eb; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.calorie-result-header { background: linear-gradient(135deg, #2e7d32, #4caf50); color: white; padding: 16px 24px; font-weight: 700; font-size: 15px; }
.calorie-result-body { padding: 24px; }
.calorie-total-kcal { text-align: center; margin-bottom: 20px; }
.calorie-total-num { font-size: 3.5rem; font-weight: 900; color: #16a34a; line-height: 1; }
.calorie-total-unit { font-size: 1rem; color: #6b7280; margin-left: 6px; }
.calorie-macros { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.calorie-macro { text-align: center; background: #f9fafb; border-radius: 14px; padding: 14px 8px; }
.calorie-macro-val { font-size: 1.2rem; font-weight: 800; }
.calorie-macro-lbl { font-size: 11px; color: #6b7280; margin-top: 2px; }
.calorie-macro-p .calorie-macro-val { color: #3b82f6; }
.calorie-macro-c .calorie-macro-val { color: #f59e0b; }
.calorie-macro-f .calorie-macro-val { color: #ef4444; }

/* Tablo */
.calorie-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.calorie-table th { background: #f9fafb; padding: 10px 16px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: #6b7280; border-bottom: 1px solid #e5e7eb; }
.calorie-table td { padding: 10px 16px; border-bottom: 1px solid #f3f4f6; }
.calorie-table tr:last-child td { border-bottom: none; }
.calorie-table tr:hover td { background: #f9fafb; }

/* Adımlar */
.calorie-steps { display: flex; flex-direction: column; gap: 14px; }
.calorie-step { display: flex; align-items: flex-start; gap: 12px; }
.calorie-step-num { width: 28px; height: 28px; background: linear-gradient(135deg, #4caf50, #2e7d32); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.calorie-step-text { font-size: 13px; color: #4b5563; padding-top: 4px; }

.calorie-cta { background: linear-gradient(135deg, #f0fdf4, #fafff7); border: 1px solid #c8e6c9; border-radius: 16px; padding: 20px; }

/* ===== MOBİL RESPONSIVE ===== */
@media (max-width: 768px) {
    .calorie-total-num { font-size: 2.5rem; }
    .calorie-macros { gap: 6px; }
    .calorie-macro-val { font-size: 1rem; }
    .topbar { display: none !important; }
    .hero-stats { gap: 16px !important; }
    .hero-stat-num { font-size: 1.3rem; }
    .section-title { font-size: 1.5rem; }
    .stats-section .stat-num { font-size: 2rem; }
    .service-mini-card { padding: 12px; }
    .testimonial-card { padding: 20px; }
    .review-form-card { padding: 20px; }
    .calorie-card-body { padding: 16px; }
    .calorie-result-body { padding: 16px; }
    .calorie-total-num { font-size: 2.8rem; }
    .hero-photo-placeholder { width: 260px; height: 300px; }
    .hero-logo-big { width: 100px; height: 100px; }
    .hero-name-text { font-size: 1.2rem; }
    .cta-section .btn { width: 100%; }
    .map-wrapper iframe { height: 250px; }
    .footer-main .row > div { margin-bottom: 8px; }
}
@media (max-width: 576px) {
    .navbar { padding: 8px 0; }
    .site-logo { height: 48px !important; }
    .hero-section { padding: 20px 0 0; }
    .hero-title { font-size: 1.7rem; }
    .hero-desc { font-size: .95rem; }
    .hero-stats { flex-wrap: wrap; gap: 12px !important; }
    .hero-stat-divider { display: none; }
    .calorie-food-row { flex-wrap: wrap; gap: 6px; }
    .calorie-food-name { width: 100%; }
}

/* ===== HERO PHOTO CARD ===== */
.hero-photo-card { position: relative; z-index: 1; background: linear-gradient(160deg, #e8f5e9 0%, #f1f8e9 100%); border-radius: 32px; box-shadow: 0 20px 60px rgba(46,125,50,.15); padding: 20px 20px 24px; display: flex; flex-direction: column; align-items: center; width: 360px; }
.hero-photo-inner { width: 100%; height: 380px; object-fit: cover; object-position: top center; border-radius: 20px; margin-bottom: 16px; }
@media (max-width: 992px) { .hero-photo-card { width: 280px; } .hero-photo-inner { height: 280px; } }
@media (max-width: 576px) { .hero-photo-card { width: 240px; } .hero-photo-inner { height: 240px; } }
