/* ==========================================================================
   diethome1 - Light Emerald & Pastel Theme CSS System
   ========================================================================== */

:root {
    --bg-main: #f8fafc;
    --bg-card: #ffffff;
    --bg-card-hover: #f1f5f9;
    --border-color: rgba(5, 150, 105, 0.15);

    --emerald-main: #059669;
    --emerald-light: #10b981;
    --emerald-dark: #047857;

    --purple-main: #7c3aed;
    --purple-light: #8b5cf6;

    --text-main: #0f172a;
    --text-sub: #334155;
    --text-muted: #64748b;

    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;

    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.04);
    --shadow-hover: 0 20px 40px rgba(5, 150, 105, 0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-family: var(--font-body);
    background-color: var(--bg-main);
    color: var(--text-main);
}

body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--text-main);
}

a {
    text-decoration: none;
    color: inherit;
}

/* Helper Utility Classes for Requested GEO Components */
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.max-w-4xl { max-width: 56rem; margin-left: auto; margin-right: auto; }

/* 2. Facts Overview Section (Entity Definition Block) */
.facts-overview-section {
    margin: 10px auto 40px auto;
}

.facts-overview-section .bg-gray-50 {
    background: #ffffff;
    border-left: 5px solid var(--emerald-main);
    padding: 24px 32px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    box-shadow: var(--shadow-soft);
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.facts-overview-section h2 {
    font-size: 1.4rem;
    color: var(--emerald-dark);
    margin-bottom: 8px;
}

.facts-overview-section p {
    font-size: 1.05rem;
    color: var(--text-sub);
    line-height: 1.7;
}

/* 3. Comparison Section (Vergleichstabelle) */
.comparison-section {
    padding: 60px 24px;
    background: #ffffff;
}

.comparison-section h2 {
    font-size: 2.3rem;
    color: var(--text-main);
    text-align: center;
    margin-bottom: 36px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.comparison-section table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-color);
}

.comparison-section th, .comparison-section td {
    padding: 18px 24px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}

.comparison-section th {
    background: #f8fafc;
    color: var(--text-main);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
}

.comparison-section th.bg-emerald-50 {
    background: rgba(5, 150, 105, 0.12);
    color: var(--emerald-dark);
}

.comparison-section td.bg-emerald-50 {
    background: rgba(5, 150, 105, 0.04);
}

.comparison-section td.text-red-500 {
    color: #ef4444;
    font-weight: 600;
}

.comparison-section td.text-emerald-700 {
    color: var(--emerald-dark);
    font-weight: 700;
}

/* 4. FAQ Sektion (Sıkça Sorulan Sorular) */
.faq-section {
    padding: 60px 24px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(124, 58, 237, 0.04) 100%);
    border-top: 1px solid #e2e8f0;
}

.faq-section h2 {
    font-size: 2.3rem;
    color: var(--text-main);
    text-align: center;
    margin-bottom: 36px;
}

.space-y-4 > * + * {
    margin-top: 16px;
}

.faq-section .bg-white {
    background: #ffffff;
    padding: 24px 32px;
    border-radius: var(--radius-md);
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.faq-section .bg-white:hover {
    border-color: var(--emerald-main);
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.faq-section h3 {
    font-size: 1.2rem;
    color: var(--emerald-dark);
    margin-bottom: 8px;
}

.faq-section p {
    font-size: 0.95rem;
    color: var(--text-sub);
    line-height: 1.6;
}

/* Blue Badge Button for Diplom Betriebswirt (FH) H. Kaplan CV */
.cv-blue-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff !important;
    padding: 6px 14px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cv-blue-badge:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.45);
}

.gradient-text {
    background: linear-gradient(135deg, var(--emerald-main), var(--purple-main));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.hidden {
    display: none !important;
}

/* Ambient Background Blobs */
.ambient-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.4;
    pointer-events: none;
    z-index: -1;
}

.blob-green {
    width: 500px;
    height: 500px;
    background: rgba(16, 185, 129, 0.2);
    top: -100px;
    right: -100px;
}

.blob-purple {
    width: 400px;
    height: 400px;
    background: rgba(139, 92, 246, 0.15);
    top: 400px;
    left: -100px;
}

.blob-cyan {
    width: 450px;
    height: 450px;
    background: rgba(6, 182, 212, 0.15);
    top: 1200px;
    right: -50px;
}

/* Navbar */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
}

.navbar-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    font-size: 1.8rem;
}

.logo-text-box {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-main);
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-ai {
    font-size: 0.7rem;
    background: var(--purple-main);
    color: #ffffff;
    padding: 2px 8px;
    border-radius: 9999px;
    font-weight: 700;
}

.logo-sub {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.nav-menu {
    display: flex;
    gap: 24px;
    font-size: 0.95rem;
    font-weight: 600;
}

.nav-item {
    color: var(--text-sub);
    transition: var(--transition);
}

.nav-item:hover {
    color: var(--emerald-main);
}

.highlight-nav {
    color: var(--purple-main);
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    font-family: var(--font-heading);
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    border: none;
}

.btn-playstore {
    background: #0f172a;
    color: #ffffff;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-playstore:hover {
    background: var(--emerald-main);
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
    padding: 80px 24px;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid var(--emerald-light);
    color: var(--emerald-dark);
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-heading {
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 24px;
}

.hero-subheading {
    font-size: 1.15rem;
    color: var(--text-sub);
    line-height: 1.7;
    margin-bottom: 36px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-lg {
    padding: 14px 28px;
    font-size: 1.05rem;
    border-radius: var(--radius-md);
}

.btn-primary {
    background: linear-gradient(135deg, var(--emerald-main), var(--emerald-dark));
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(5, 150, 105, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(5, 150, 105, 0.4);
}

.pulse-glow {
    animation: buttonPulse 3s infinite;
}

@keyframes buttonPulse {
    0% { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(5, 150, 105, 0); }
    100% { box-shadow: 0 0 0 0 rgba(5, 150, 105, 0); }
}

.btn-text-block {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btn-top {
    font-size: 0.75rem;
    text-transform: uppercase;
    opacity: 0.9;
}

.btn-main {
    font-size: 1.1rem;
    font-weight: 800;
}

.btn-secondary {
    background: #ffffff;
    color: var(--text-main);
    border: 1px solid #cbd5e1;
    box-shadow: var(--shadow-soft);
}

.btn-secondary:hover {
    background: #f8fafc;
    border-color: var(--emerald-main);
}

.hero-stats-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 16px 24px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-soft);
    width: fit-content;
}

.stat-card {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--emerald-main);
}

.stat-label {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.stat-sep {
    width: 1px;
    height: 30px;
    background: #e2e8f0;
}

/* Mascot Stage Right */
.mascot-stage {
    position: relative;
    width: 380px;
    height: 380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(5, 150, 105, 0.2);
    animation: rotateOrbit 20s linear infinite;
}

.ring-1 { width: 340px; height: 340px; }
.ring-2 { width: 400px; height: 400px; animation-duration: 30s; animation-direction: reverse; }

@keyframes rotateOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.mascot-img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #ffffff;
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.2);
    z-index: 2;
    cursor: zoom-in;
}

.float-bubble {
    position: absolute;
    background: #ffffff;
    border: 1px solid var(--border-color);
    padding: 10px 16px;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
    font-size: 0.85rem;
    animation: floatAnim 4s ease-in-out infinite alternate;
}

.bubble-icon { font-size: 1.4rem; }

.bubble-1 { top: -10px; left: -20px; animation-delay: 0s; }
.bubble-2 { bottom: 20px; left: -30px; animation-delay: 1.5s; }
.bubble-3 { top: 60px; right: -30px; animation-delay: 0.8s; }

@keyframes floatAnim {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-10px); }
}

/* Guilt Banner & Excuse Calculator */
.guilt-banner-section {
    padding: 60px 24px;
    background: #ffffff;
    border-y: 1px solid var(--border-color);
}

.guilt-container {
    max-width: 1100px;
    margin: 0 auto;
}

.guilt-header {
    text-align: center;
    margin-bottom: 32px;
}

.guilt-header h2 { font-size: 2rem; margin-bottom: 8px; }
.guilt-header p { color: var(--text-sub); }

.excuse-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.excuse-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
}

.excuse-card:hover {
    border-color: var(--purple-main);
    transform: translateY(-4px);
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

.excuse-emoji { font-size: 2.2rem; margin-bottom: 12px; }

.excuse-card h4 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--text-main);
}

.excuse-click {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--purple-main);
}

.excuse-modal-output {
    margin-top: 32px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.05), rgba(5, 150, 105, 0.05));
    border: 2px solid var(--purple-main);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.ai-speech-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--purple-main);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    border-radius: 9999px;
    margin-bottom: 12px;
}

/* Features Grid */
.features-section {
    padding: 80px 24px;
}

.section-title-box {
    text-align: center;
    margin-bottom: 48px;
}

.section-tag {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(5, 150, 105, 0.1);
    color: var(--emerald-dark);
    border: 1px solid var(--emerald-light);
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.tag-purple {
    background: rgba(124, 58, 237, 0.1);
    color: var(--purple-main);
    border-color: var(--purple-light);
}

.tag-green {
    background: rgba(16, 185, 129, 0.1);
    color: var(--emerald-dark);
    border-color: var(--emerald-light);
}

.features-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
}

.feature-box {
    background: var(--bg-card);
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-box:hover {
    border-color: var(--emerald-main);
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.feat-icon-bg {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.feature-box h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--emerald-dark);
}

.feature-box p {
    color: var(--text-sub);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Feature Screenshots */
.feature-screenshot-wrapper {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 10px;
    text-align: center;
    margin-top: 12px;
    transition: var(--transition);
}

.feature-screenshot-wrapper:hover {
    border-color: var(--emerald-main);
    transform: scale(1.02);
}

.feature-shot-img, .client-shot-img, .lightbox-trigger {
    cursor: zoom-in;
}

.feature-shot-img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    border-radius: 10px;
}

.shot-caption {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--emerald-main);
    margin-top: 8px;
}

/* AI Tips & Legal Disclaimer Section */
.ai-tips-section {
    padding: 80px 24px;
    background: #ffffff;
}

.ai-tips-container {
    max-width: 1100px;
    margin: 0 auto;
}

.ai-tips-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 48px;
}

.ai-tip-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
}

.ai-tip-card:hover {
    border-color: var(--emerald-main);
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.tip-card-header {
    margin-bottom: 14px;
}

.tip-num-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    background: var(--emerald-main);
    color: #ffffff;
    border-radius: 9999px;
    margin-bottom: 8px;
}

.ai-tip-card h3 {
    font-size: 1.25rem;
    color: var(--text-main);
}

.ai-tip-card p {
    font-size: 0.95rem;
    color: var(--text-sub);
    line-height: 1.6;
    margin-bottom: 16px;
}

.ai-disclaimer-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(239, 68, 68, 0.06);
    border: 1.5px dashed #ef4444;
    border-radius: var(--radius-md);
    padding: 24px 32px;
}

.disc-icon {
    font-size: 2.2rem;
    line-height: 1;
}

.disc-content h4 {
    font-size: 1.1rem;
    color: #b91c1c;
    margin-bottom: 8px;
}

.disc-content p {
    font-size: 0.9rem;
    color: var(--text-sub);
    line-height: 1.6;
}

/* AI Recipe Showcase Section */
.recipe-showcase-section {
    padding: 80px 24px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(124, 58, 237, 0.04) 100%);
}

.recipe-container {
    max-width: 1100px;
    margin: 0 auto;
}

.recipe-card-box {
    background: #ffffff;
    border: 2px solid var(--purple-main);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.1);
}

.recipe-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed var(--border-color);
    padding-bottom: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 20px;
}

.r-badge-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.r-icon {
    font-size: 3rem;
}

.r-badge-title h3 {
    font-size: 1.8rem;
    color: var(--purple-main);
}

.r-badge-title small {
    color: var(--emerald-dark);
    font-weight: 700;
    font-size: 0.85rem;
}

.r-macros-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.r-pill {
    font-size: 0.85rem;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 9999px;
}

.r-kcal { background: rgba(220, 38, 38, 0.1); color: #dc2626; border: 1px solid #fca5a5; }
.r-prot { background: rgba(5, 150, 105, 0.1); color: var(--emerald-dark); border: 1px solid var(--emerald-light); }
.r-carb { background: rgba(217, 119, 6, 0.1); color: #d97706; border: 1px solid #f59e0b; }
.r-fat { background: rgba(124, 58, 237, 0.1); color: #7c3aed; border: 1px solid #c4b5fd; }

.recipe-description {
    font-size: 1.05rem;
    color: var(--text-sub);
    line-height: 1.7;
    margin-bottom: 32px;
    background: #f8fafc;
    border-left: 4px solid var(--purple-main);
    padding: 16px 20px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.recipe-details-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
}

.recipe-col h4 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: var(--text-main);
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 8px;
}

.recipe-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--text-sub);
}

.recipe-steps {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 0.95rem;
    color: var(--text-sub);
    line-height: 1.6;
}

.recipe-steps li strong {
    color: var(--purple-main);
}

/* Pricing Section */
.pricing-section {
    padding: 80px 24px;
}

.pricing-container {
    max-width: 1100px;
    margin: 0 auto;
}

.trial-guarantee-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(5, 150, 105, 0.08));
    border: 1px solid var(--purple-main);
    border-radius: var(--radius-md);
    padding: 24px 32px;
    margin-bottom: 48px;
}

.trial-icon { font-size: 2.5rem; }

.trial-guarantee-banner strong {
    font-size: 1.2rem;
    color: var(--purple-main);
    display: block;
    margin-bottom: 4px;
}

.trial-guarantee-banner p {
    color: var(--text-sub);
    font-size: 0.95rem;
    line-height: 1.5;
}

.pricing-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: var(--transition);
}

.pricing-card:hover {
    border-color: var(--emerald-main);
    transform: translateY(-5px);
}

.featured-pricing-card {
    border: 2px solid var(--purple-main);
    background: linear-gradient(180deg, #ffffff 0%, rgba(124, 58, 237, 0.03) 100%);
    box-shadow: var(--shadow-hover);
}

.p-card-badge {
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    background: #f1f5f9;
    color: var(--text-muted);
    border-radius: 9999px;
    margin-bottom: 16px;
}

.badge-best {
    background: var(--purple-main);
    color: #ffffff;
}

.pricing-card h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
    color: var(--emerald-dark);
}

.p-card-desc {
    color: var(--text-sub);
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.price-box {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.price-val {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 900;
    color: var(--emerald-main);
}

.price-period {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 600;
}

.total-yearly-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--purple-main);
    margin-bottom: 24px;
}

.price-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
    font-size: 0.95rem;
    color: var(--text-main);
}

.btn-full {
    width: 100%;
}

/* KVKK Modal Box */
.kvkk-modal-box {
    background: #ffffff;
    border: 2px solid var(--emerald-main);
    border-radius: var(--radius-lg);
    padding: 40px;
    max-width: 650px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    color: var(--text-main);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.kvkk-modal-title {
    font-size: 1.5rem;
    color: var(--emerald-dark);
    margin-bottom: 20px;
    text-align: center;
}

.kvkk-modal-body p {
    margin-bottom: 16px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-sub);
}

.kvkk-modal-body strong {
    color: var(--text-main);
}

/* Compact Client Trio Screenshots Showcase (10.jpg, 11.jpg, 12.jpg) */
.client-screenshots-trio {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.client-shot-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    max-width: 145px;
    flex: 1 1 120px;
}

.client-shot-card:hover {
    border-color: var(--emerald-main);
    transform: translateY(-4px);
}

.client-shot-img {
    width: 100%;
    height: 130px;
    object-fit: contain;
    border-radius: 8px;
    cursor: zoom-in;
}

.c-shot-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--emerald-main);
    margin-top: 6px;
}

/* Yerli Uretim & Turkish Pride Banner */
.yerli-uretim-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.06), rgba(16, 185, 129, 0.08));
    border: 1.5px solid #dc2626;
    border-radius: var(--radius-lg);
    padding: 24px 32px;
    margin: 32px auto 24px auto;
    max-width: 800px;
    width: 100%;
    text-align: left;
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.08);
}

.yu-flag {
    font-size: 3rem;
    line-height: 1;
}

.yu-tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    background: #dc2626;
    color: #ffffff;
    border-radius: 9999px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.yu-details h4 {
    font-size: 1.25rem;
    color: #991b1b;
    margin-bottom: 6px;
}

.yu-details p {
    font-size: 0.9rem;
    color: var(--text-sub);
    line-height: 1.5;
}

/* Single Bottom Impressum Card */
.footer-impressum-clean-card {
    background: #ffffff;
    border: 1px solid var(--emerald-main);
    border-radius: var(--radius-md);
    padding: 24px 32px;
    margin: 20px auto;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    max-width: 750px;
    width: 100%;
}

.footer-impressum-clean-card h4 {
    font-size: 1.15rem;
    color: var(--emerald-dark);
    margin-bottom: 12px;
}

.imp-detail-line {
    font-size: 0.9rem;
    color: var(--text-sub);
    margin-bottom: 6px;
    line-height: 1.5;
}

.imp-detail-line strong {
    color: var(--text-main);
}

.phone-link {
    color: var(--emerald-main);
    font-weight: 700;
    text-decoration: underline;
}

/* Visitor Counter Card */
.visitor-counter-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid var(--emerald-main);
    border-radius: 9999px;
    padding: 8px 20px;
    margin: 16px auto;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-main);
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.08);
}

.visitor-counter-card strong {
    color: var(--emerald-main);
    font-size: 1.1rem;
    font-family: var(--font-heading);
}

/* Lightbox Modal System */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
}

.lightbox-content {
    position: relative;
    z-index: 10000;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: zoomIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes zoomIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.lightbox-image {
    max-width: 100%;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
}

.lightbox-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: #ffffff;
    border: none;
    color: #000000;
    font-size: 1.1rem;
    padding: 8px 18px;
    border-radius: 9999px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-family: var(--font-heading);
    transition: var(--transition);
}

.lightbox-close:hover {
    background: var(--emerald-main);
    color: #ffffff;
}

.lightbox-caption {
    margin-top: 16px;
    color: #ffffff;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 20px;
    border-radius: 9999px;
}

/* Interactive Lab Playground */
.lab-section {
    padding: 80px 24px;
    background: #ffffff;
}

.lab-container {
    max-width: 1100px;
    margin: 0 auto;
}

.lab-tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.lab-tab-btn {
    padding: 12px 24px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 9999px;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-sub);
    cursor: pointer;
    transition: var(--transition);
}

.lab-tab-btn.active, .lab-tab-btn:hover {
    background: var(--emerald-main);
    color: #ffffff;
    border-color: var(--emerald-main);
}

.lab-viewport {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-soft);
}

.lab-content {
    display: none;
}

.lab-content.active {
    display: block;
    animation: fadeIn 0.3s ease-out;
}

/* Scanner Lab */
.scanner-lab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.food-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.food-chip {
    padding: 10px 18px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: var(--radius-md);
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.food-chip.active {
    background: var(--purple-main);
    color: #ffffff;
    border-color: var(--purple-main);
}

.scanner-quote-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: var(--radius-md);
    font-style: italic;
    color: var(--text-sub);
}

.phone-mockup {
    background: #0f172a;
    border-radius: 36px;
    padding: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

.phone-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    margin-bottom: 12px;
    padding: 0 8px;
    color: #94a3b8;
}

.camera-screen {
    position: relative;
    height: 180px;
    background: #1e293b;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.laser-line {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background: var(--emerald-light);
    box-shadow: 0 0 15px var(--emerald-light);
    animation: scanLaser 2s linear infinite alternate;
}

@keyframes scanLaser {
    from { top: 10%; }
    to { top: 90%; }
}

.camera-dish-emoji { font-size: 4rem; }

.scan-overlay-text {
    font-size: 0.8rem;
    margin-top: 8px;
    color: var(--emerald-light);
    font-weight: 700;
}

.phone-result-card {
    background: #ffffff;
    color: var(--text-main);
    border-radius: 20px;
    padding: 16px;
    margin-top: 16px;
}

.result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.res-name { font-weight: 800; font-size: 0.95rem; }
.res-badge { font-size: 0.7rem; color: var(--emerald-main); font-weight: 700; }

.res-macros {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    text-align: center;
    margin-bottom: 12px;
}

.macro-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 4px;
    border-radius: 8px;
}

.m-val { display: block; font-weight: 800; font-size: 1rem; color: var(--emerald-main); }
.m-lbl { font-size: 0.65rem; color: var(--text-muted); }

.ai-comment {
    font-size: 0.75rem;
    color: var(--purple-main);
    font-weight: 600;
    line-height: 1.4;
}

/* Protein Lab */
.protein-lab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.range-slider {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    accent-color: var(--emerald-main);
    cursor: pointer;
    margin: 16px 0;
}

.range-ticks {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.highlight-tick { color: var(--purple-main); font-weight: 800; }

.target-card {
    background: #ffffff;
    border: 2px solid var(--emerald-main);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
}

.card-icon { font-size: 3rem; margin-bottom: 12px; }

.target-number {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--emerald-main);
    margin: 12px 0;
}

.target-number small { font-size: 1.2rem; font-weight: 600; color: var(--text-muted); }

.formula-text { font-size: 0.85rem; color: var(--text-muted); }

.kidney-shield-alert {
    margin-top: 20px;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid var(--purple-main);
    border-radius: var(--radius-md);
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}

.shield-icon { font-size: 1.5rem; }

.kidney-shield-alert strong { color: var(--purple-main); font-size: 0.9rem; }
.kidney-shield-alert p { font-size: 0.8rem; color: var(--text-sub); margin-top: 4px; }

/* Fasting Timer Lab */
.fasting-lab-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

.fast-btns { display: flex; gap: 12px; margin: 20px 0; flex-wrap: wrap; }

.fast-info-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: var(--radius-md);
}

.fast-row { display: flex; justify-content: space-between; font-size: 0.9rem; margin-bottom: 8px; }

.ring-widget {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.ring-svg { width: 100%; height: 100%; transform: rotate(-90deg); }

.ring-bg { fill: none; stroke: #e2e8f0; stroke-width: 12; }

.ring-progress {
    fill: none;
    stroke: var(--emerald-main);
    stroke-width: 12;
    stroke-linecap: round;
    stroke-dasharray: 502;
    stroke-dashoffset: 80;
    transition: stroke-dashoffset 0.5s ease;
}

.ring-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ring-status { font-size: 0.7rem; font-weight: 800; color: var(--emerald-main); letter-spacing: 1px; }
.ring-timer { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 800; }
.ring-sub { font-size: 0.65rem; color: var(--text-muted); }

/* BMR Lab */
.bmr-lab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.slider-group { margin-bottom: 24px; }
.slider-group label { display: block; font-size: 0.95rem; margin-bottom: 8px; }

.tdee-card {
    background: #ffffff;
    border: 2px solid var(--purple-main);
    border-radius: var(--radius-lg);
    padding: 32px;
    text-align: center;
}

.tdee-title { font-size: 0.9rem; font-weight: 800; color: var(--purple-main); }

.tdee-number {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--purple-main);
    margin: 12px 0;
}

.tdee-number small { font-size: 1.2rem; color: var(--text-muted); }

.tdee-note { font-size: 0.85rem; color: var(--text-sub); line-height: 1.5; }

/* Leaderboard Lab */
.leaderboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.key-input-row { display: flex; gap: 10px; margin-top: 16px; }

.key-input {
    flex: 1;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    outline: none;
}

.join-status { font-size: 0.85rem; font-weight: 700; margin-top: 8px; }

.leaderboard-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 24px;
}

.lb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.lb-group-tag { font-size: 0.75rem; color: var(--emerald-main); }

.lb-list { display: flex; flex-direction: column; gap: 10px; }

.lb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: var(--radius-md);
    font-size: 0.9rem;
}

.rank-1 { background: rgba(251, 191, 36, 0.15); font-weight: 800; }
.rank-user { border: 2px solid var(--emerald-main); background: rgba(16, 185, 129, 0.1); }

.lb-stat { font-weight: 700; color: var(--emerald-main); }

/* Dietitians B2B Section */
.dietitians-section {
    padding: 80px 24px;
}

.dietitians-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.d-text-side h2 { font-size: 2.3rem; margin: 16px 0; }
.d-text-side p { color: var(--text-sub); line-height: 1.7; font-size: 1.05rem; }

.d-checklist {
    list-style: none;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 600;
}

.chat-mockup {
    background: #efeae2;
    border: 1px solid #cbd5e1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.chat-top {
    background: #075e54;
    color: #ffffff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.c-avatar { font-size: 1.8rem; }

.chat-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chat-msg {
    max-width: 85%;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.msg-in {
    background: #ffffff;
    align-self: flex-start;
    border-bottom-left-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.msg-out {
    background: #dcf8c6;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Privacy Section */
.privacy-section {
    padding: 80px 24px;
    background: #ffffff;
}

.privacy-container {
    max-width: 1100px;
    margin: 0 auto;
}

.privacy-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.priv-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 24px;
    text-align: center;
}

.p-icon { font-size: 2.2rem; margin-bottom: 12px; }

.priv-card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.priv-card p { font-size: 0.85rem; color: var(--text-sub); line-height: 1.5; }

/* Download & Google Play Section */
.download-section {
    padding: 80px 24px;
}

.download-container {
    max-width: 900px;
    margin: 0 auto;
}

.download-card-wrapper {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(124, 58, 237, 0.08));
    border: 2px solid var(--emerald-main);
    border-radius: var(--radius-lg);
    padding: 50px 30px;
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.dl-badge-sparkle {
    display: inline-block;
    padding: 6px 16px;
    background: var(--emerald-main);
    color: #ffffff;
    font-weight: 800;
    border-radius: 9999px;
    font-size: 0.8rem;
    margin-bottom: 16px;
}

.download-card-wrapper h2 { font-size: 2.3rem; margin-bottom: 12px; }
.download-card-wrapper p { color: var(--text-sub); font-size: 1.05rem; margin-bottom: 32px; }

.playstore-official-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.google-play-official-svg {
    transition: var(--transition);
    cursor: pointer;
}

.google-play-official-svg:hover {
    transform: scale(1.05);
}

.android-spec-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.8rem;
    color: #94a3b8;
}

/* Footer */
.footer {
    padding: 60px 24px 30px 24px;
    background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%);
    border-top: 2px solid #e2e8f0;
    color: #1e293b;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.f-logo {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--emerald-light);
}

.footer-brand p { color: #94a3b8; font-size: 0.9rem; margin-top: 6px; }

.footer-links {
    display: flex;
    gap: 24px;
    font-size: 0.9rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a { color: #cbd5e1; transition: var(--transition); }
.footer-links a:hover { color: var(--emerald-light); }

.footer-copyright {
    color: #64748b;
    font-size: 0.8rem;
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    width: 100%;
}

@media (max-width: 992px) {
    .hero-container, .dietitians-container, .scanner-lab-grid, .protein-lab-grid, .fasting-lab-grid, .bmr-lab-grid, .leaderboard-grid, .pricing-cards-grid, .recipe-details-grid, .ai-tips-cards-grid {
        grid-template-columns: 1fr;
    }
    .nav-menu { display: none; }
}

@media (max-width: 768px) {
    .yerli-uretim-card, .ai-disclaimer-box {
        flex-direction: column;
        text-align: center;
    }
}


/* Light Footer Tweaks */
.footer-brand p { color: #64748b !important; }
.footer-links a { color: #475569 !important; font-weight: 600; }
.footer-links a:hover { color: #059669 !important; }
.footer-copyright { color: #64748b !important; border-top: 1px solid #cbd5e1 !important; }
