/* 0°NOVA - Design System Cohérent */

/* === PALETTE DE COULEURS UNIFIÉE === */
:root {
    --primary: #0a0a0a;
    --secondary: #3b82f6;
    --accent: #10b981;
    --bg-section: #f8fafb;
    --bg-white: #ffffff;
    --text-dark: #0a0a0a;
    --text-medium: #4a5568;
    --text-light: #718096;
    --border: #e2e8f0;
    --shadow: rgba(0, 0, 0, 0.08);
}

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Space Grotesk', sans-serif; background: var(--bg-white); color: var(--text-dark); line-height: 1.6; }
.page { max-width: 1200px; margin: 0 auto; background: var(--bg-white); }

/* === HEADER === */
.header { background: #ffffff; color: #0a0a0a; padding: 70px 40px; text-align: center; border-bottom: 1px solid #e2e8f0; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.logo { font-size: 56px; font-weight: 700; margin-bottom: 24px; letter-spacing: -2px; color: #0a0a0a; }
.tagline { font-size: 32px; margin-bottom: 20px; font-weight: 600; color: #1e293b; line-height: 1.3; }
.subtitle { font-size: 18px; color: #475569; max-width: 900px; margin: 0 auto; line-height: 1.7; font-weight: 400; letter-spacing: 0.3px; }

/* === SECTIONS === */
.content { padding: 0; }
.section { padding: 50px 40px; }
.section:nth-child(even) { background: var(--bg-section); }
.section-title { font-size: 32px; color: var(--text-dark); margin-bottom: 24px; font-weight: 600; text-align: center; }
.intro-text { font-size: 18px; line-height: 1.8; color: var(--text-medium); text-align: center; max-width: 900px; margin: 0 auto 40px; }
.anti-gaspi-badge { background: var(--accent); color: white; padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-right: 12px; }

/* === STATISTIQUES === */
.stats-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin: 40px 0; }
.stat-box { background: var(--bg-white); padding: 32px; text-align: center; border-radius: 12px; border: 2px solid var(--border); transition: all 0.3s; }
.stat-box:hover { border-color: var(--secondary); transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); }
.stat-number { display: block; font-size: 48px; font-weight: 700; color: var(--secondary); margin-bottom: 12px; }
.stat-label { font-size: 15px; color: var(--text-medium); line-height: 1.5; font-weight: 500; }
.stat-source { font-size: 12px; color: var(--text-light); margin-top: 12px; font-style: italic; }

/* === BOXES === */
.lyophilisation-box, .mrv-box, .highlight-box { background: var(--bg-white); padding: 40px; margin: 40px 0; border-radius: 12px; border: 2px solid var(--border); }
.lyophilisation-box h3, .mrv-box h3, .highlight-box h3 { font-size: 24px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }
.lyophilisation-box p, .mrv-box p, .highlight-box p { font-size: 16px; color: var(--text-medium); line-height: 1.8; }

/* === LYOPHILISATION BENEFITS === */
.lyophilisation-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.lyo-benefit { background: var(--bg-white); padding: 28px; text-align: center; border-radius: 12px; border: 2px solid var(--border); transition: all 0.3s; }
.lyo-benefit:hover { border-color: var(--secondary); transform: translateY(-4px); }
.lyo-benefit-number { display: block; font-size: 36px; font-weight: 700; color: var(--accent); margin-bottom: 8px; }
.lyo-benefit-label { font-size: 14px; color: var(--text-medium); }

/* === TWO COLUMN === */
.two-column { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 40px 0; }
.info-box { background: var(--bg-white); padding: 32px; border-radius: 12px; border: 2px solid var(--border); }
.info-box h3 { font-size: 20px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }
.info-box ul { list-style: none; padding: 0; }
.info-box li { font-size: 15px; color: var(--text-medium); margin-bottom: 12px; padding-left: 24px; position: relative; }
.info-box li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* === BLOCKCHAIN === */
.blockchain-code { background: var(--primary); color: #10b981; padding: 24px; border-radius: 12px; font-family: 'Courier New', monospace; font-size: 14px; margin-top: 24px; line-height: 1.8; }

/* === PODS === */
.pods-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 40px; background-image: url('https://www.0nova.eu/wp-content/uploads/2025/10/c53de862-83f8-459b-8d4d-07a59a100727-1.png'); background-size: cover; background-position: center; border-radius: 12px; position: relative; }
.pods-showcase::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.95); border-radius: 12px; }
.pod-card { background: var(--bg-white); padding: 28px; border-radius: 12px; border: 2px solid var(--border); position: relative; z-index: 1; transition: all 0.3s; }
.pod-card:hover { border-color: var(--secondary); transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); }
.pod-card h4 { font-size: 22px; color: var(--secondary); margin-bottom: 20px; font-weight: 700; text-align: center; }
.pod-specs { display: flex; flex-direction: column; gap: 16px; }
.pod-spec { font-size: 14px; color: var(--text-medium); line-height: 1.6; }
.pod-spec strong { color: var(--text-dark); display: block; margin-bottom: 4px; }

/* === FEATURES GRID === */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.feature-item { background: var(--bg-white); padding: 18px; text-align: center; border: 2px solid var(--border); border-radius: 12px; transition: all 0.3s; }
.feature-item:hover { border-color: var(--secondary); transform: translateY(-4px); }
.feature-item strong { display: block; color: var(--text-dark); margin-bottom: 8px; font-size: 16px; font-weight: 600; }
.feature-item p { font-size: 14px; color: var(--text-medium); line-height: 1.5; }

/* === CALCULATOR === */
.calculator-section { background: var(--bg-section); padding: 50px; margin: 40px 0; border-radius: 12px; border: 2px solid var(--border); }
.calculator-section h3 { font-size: 32px; color: var(--text-dark); margin-bottom: 16px; font-weight: 600; text-align: center; }
.calculator-subtitle { text-align: center; font-size: 16px; color: var(--text-medium); margin-bottom: 32px; }
.calculator-input { max-width: 600px; margin: 0 auto 32px; background: var(--bg-white); padding: 32px; border-radius: 12px; border: 2px solid var(--border); }
.calculator-input label { display: block; font-size: 16px; color: var(--text-dark); margin-bottom: 12px; font-weight: 600; text-align: center; }
.calculator-input select { width: 100%; padding: 20px; border: 2px solid var(--secondary); font-size: 20px; font-family: 'Space Grotesk', sans-serif; text-align: center; font-weight: 600; color: var(--text-dark); border-radius: 12px; background: var(--bg-white); cursor: pointer; }
.calculator-results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.calc-result { background: var(--bg-white); padding: 28px; text-align: center; border: 2px solid var(--border); border-radius: 12px; transition: all 0.3s; }
.calc-result:hover { border-color: var(--secondary); transform: translateY(-4px); }
.calc-result-number { font-size: 40px; font-weight: 700; color: var(--secondary); display: block; margin-bottom: 8px; }
.calc-result-label { font-size: 13px; color: var(--text-medium); font-weight: 500; line-height: 1.4; }
.calculator-source { text-align: center; margin-top: 16px; font-size: 13px; color: var(--text-light); font-style: italic; }

/* === EQUIVALENTS === */
.equivalents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.equivalent-card { background: var(--bg-white); padding: 24px; border: 2px solid var(--border); text-align: center; border-radius: 12px; transition: all 0.3s; }
.equivalent-card:hover { border-color: var(--secondary); transform: translateY(-4px); }
.equivalent-icon { font-size: 32px; margin-bottom: 12px; }
.equivalent-value { font-size: 24px; font-weight: 700; color: var(--secondary); margin-bottom: 6px; display: block; }
.equivalent-label { font-size: 13px; color: var(--text-medium); line-height: 1.4; font-weight: 500; }

/* === BENEFITS === */
.benefits-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.benefit-card { background: var(--bg-white); padding: 28px; text-align: center; transition: all 0.3s; cursor: pointer; border-radius: 12px; border: 2px solid var(--border); }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); border-color: var(--secondary); }
.benefit-icon { font-size: 40px; margin-bottom: 16px; display: block; }
.benefit-card h4 { font-size: 17px; color: var(--text-dark); margin-bottom: 12px; font-weight: 600; line-height: 1.4; }
.benefit-card p { font-size: 14px; color: var(--text-medium); line-height: 1.6; }

/* === ODD === */
.odd-section { background: var(--bg-white); padding: 50px; margin: 40px 0; border-radius: 12px; border: 2px solid var(--border); }
.odd-section h3 { font-size: 28px; color: var(--text-dark); margin-bottom: 16px; font-weight: 600; text-align: center; }
.odd-section > p { text-align: center; color: var(--text-medium); font-size: 16px; margin-bottom: 32px; }
.odd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; margin-top: 32px; }
.odd-badge { background: var(--bg-section); padding: 20px 16px; text-align: center; border: 2px solid var(--border); transition: all 0.3s; cursor: pointer; min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; position: relative; }
.odd-badge:hover { border-color: var(--secondary); transform: translateY(-4px); background: var(--bg-white); box-shadow: 0 8px 24px var(--shadow); }
.odd-image { width: 100%; max-width: 120px; height: auto; margin: 0 auto 12px; transition: all 0.3s; display: block; }
.odd-badge:hover .odd-image { opacity: 0; transform: scale(0); }
.odd-label { font-size: 12px; font-weight: 600; color: var(--text-dark); line-height: 1.4; transition: opacity 0.3s; margin-top: 10px; }
.odd-badge:hover .odd-label { opacity: 0; position: absolute; }
.odd-details { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; padding: 20px; opacity: 0; transition: opacity 0.3s; font-size: 15px; line-height: 1.5; color: #0a0a0a; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.odd-badge:hover .odd-details { opacity: 1; }
.odd-details strong { display: block; margin-bottom: 12px; font-weight: 700; color: #0a0a0a; font-size: 16px; }

/* === CASE STUDY === */
.case-study { background: var(--bg-section); padding: 50px; margin: 5px 0; border-radius: 12px; border: 2px solid var(--border); }
.case-study h3 { font-size: 28px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }
.case-study p { font-size: 16px; line-height: 1.8; color: var(--text-medium); margin-bottom: 20px; }
.case-study ul { margin: 24px 0; padding-left: 0; list-style: none; }
.case-study li { font-size: 15px; margin-bottom: 12px; color: var(--text-medium); line-height: 1.6; padding-left: 28px; position: relative; }
.case-study li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; font-size: 18px; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.impact-box { background: var(--bg-white); padding: 25px; text-align: center; border: 2px solid var(--border); transition: all 0.3s; border-radius: 12px; }
.impact-box:hover { transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); border-color: var(--secondary); }
.impact-number { font-size: 42px; font-weight: 700; color: var(--secondary); display: block; margin-bottom: 8px; }
.impact-label { font-size: 13px; color: var(--text-medium); font-weight: 500; line-height: 1.4; }
.quote { font-style: italic; color: var(--text-dark); margin-top: 24px; padding: 24px; background: var(--bg-white); border-left: 4px solid var(--secondary); border-radius: 8px; }

/* === CTA === */
.cta-section { background: #f8fafb; color: #0a0a0a; border-top: 2px solid #e2e8f0; padding: 60px 40px; text-align: center; margin: 40px 0 0; }
.cta-section h2 { font-size: 40px; margin-bottom: 20px; font-weight: 600; color: #0a0a0a; }
.cta-section p { font-size: 18px; margin-bottom: 32px; color: #475569; }
.cta-buttons { margin: 32px 0; }
.cta-button { display: inline-block; background: var(--secondary); color: white; padding: 16px 40px; font-weight: 600; font-size: 16px; text-decoration: none; margin: 10px; transition: all 0.3s; border: 2px solid var(--secondary); border-radius: 12px; }
.cta-button:hover { background: transparent; transform: translateY(-2px); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }
.contact-item { background: rgba(255,255,255,0.05); padding: 24px; font-size: 15px; border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s; border-radius: 12px; }
.contact-item:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.contact-item strong { display: block; margin-bottom: 8px; font-size: 15px; font-weight: 600; }

/* === FOOTER === */
.footer { background: var(--bg-section); padding: 60px 40px; text-align: center; }
.form-container { max-width: 450px; margin: 0 auto 50px; background: var(--bg-white); padding: 35px; border-radius: 12px; border: 2px solid var(--border); }
.form-container h3 { font-size: 26px; color: var(--text-dark); margin-bottom: 24px; font-weight: 600; }
.form-container form { display: grid; gap: 18px; }
.form-container label { display: block; font-size: 14px; color: var(--text-dark); margin-bottom: 6px; font-weight: 500; text-align: left; }
.form-container input, .form-container textarea { width: 100%; padding: 12px; border: 2px solid var(--border); font-size: 15px; font-family: 'Space Grotesk', sans-serif; transition: all 0.3s; border-radius: 8px; }
.form-container input:focus, .form-container textarea:focus { outline: none; border-color: var(--secondary); }
.form-container button { background: var(--primary); color: white; padding: 14px; border: none; font-size: 16px; font-weight: 600; cursor: pointer; font-family: 'Space Grotesk', sans-serif; transition: all 0.3s; border-radius: 8px; }
.form-container button:hover { background: var(--secondary); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* === TEAM === */
.team-section { margin-bottom: 50px; }
.team-section h3 { font-size: 24px; color: var(--text-dark); margin-bottom: 32px; font-weight: 600; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; max-width: 1000px; margin: 0 auto; }
.team-member { text-align: center; }
.team-avatar { width: 100px; height: 100px; background: var(--bg-white); border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 40px; border: 2px solid var(--border); }
.team-member .name { font-weight: 600; font-size: 16px; color: var(--text-dark); margin-bottom: 4px; }
.team-member .role { font-size: 13px; color: var(--text-medium); }

/* === PARTNERS === */
.partners-section { margin-bottom: 50px; }
.partners-section h4 { font-size: 13px; color: var(--text-medium); margin-bottom: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 700px; margin: 0 auto; }
.partner-logo { background: var(--bg-white); padding: 20px; text-align: center; min-height: 80px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--border); border-radius: 12px; }
.partner-logo strong { color: var(--text-dark); font-size: 15px; }

/* === COPYRIGHT === */
.copyright { text-align: center; padding-top: 32px; border-top: 2px solid var(--border); }
.copyright p { font-size: 14px; color: var(--text-dark); margin-bottom: 12px; }
.copyright a { color: var(--text-dark); text-decoration: none; margin: 0 12px; transition: color 0.3s; }
.copyright a:hover { color: var(--secondary); }

/* === IMAGES === */
.image-placeholder { background: var(--bg-section); padding: 40px; text-align: center; font-size: 16px; color: var(--text-medium); margin: 32px 0; border-radius: 12px; border: 2px dashed var(--border); }

/* === PRESS === */
.press-section { background: var(--bg-white); padding: 60px 40px; margin: 60px 0; }
.press-section h3 { font-size: 32px; color: var(--text-dark); margin-bottom: 40px; text-align: center; font-weight: 600; }

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Space Grotesk', sans-serif; background: var(--bg-white); color: var(--text-dark); line-height: 1.6; }
.page { max-width: 1200px; margin: 0 auto; background: var(--bg-white); }

/* === HEADER === */
.header { background: #ffffff; color: #0a0a0a; padding: 70px 40px; text-align: center; border-bottom: 1px solid #e2e8f0; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.logo { font-size: 56px; font-weight: 700; margin-bottom: 24px; letter-spacing: -2px; color: #0a0a0a; }
.tagline { font-size: 32px; margin-bottom: 20px; font-weight: 600; color: #1e293b; line-height: 1.3; }
.subtitle { font-size: 18px; color: #475569; max-width: 900px; margin: 0 auto; line-height: 1.7; font-weight: 400; letter-spacing: 0.3px; }

/* === SECTIONS === */
.content { padding: 0; }
.section { padding: 50px 40px; }
.section-title { font-size: 32px; color: var(--text-dark); margin-bottom: 24px; font-weight: 600; text-align: center; }
.intro-text { font-size: 18px; line-height: 1.8; color: var(--text-medium); text-align: center; max-width: 900px; margin: 0 auto 40px; }
.anti-gaspi-badge { background: var(--accent); color: white; padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-right: 12px; }

/* === STATISTIQUES === */
.stats-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin: 40px 0; }
.stat-box { background: var(--bg-light); padding: 32px; text-align: center; border-radius: 12px; border: 2px solid var(--border); transition: all 0.3s; }
.stat-box:hover { border-color: var(--secondary); transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); }
.stat-number { display: block; font-size: 48px; font-weight: 700; color: var(--secondary); margin-bottom: 12px; }
.stat-label { font-size: 15px; color: var(--text-medium); line-height: 1.5; font-weight: 500; }
.stat-source { font-size: 12px; color: var(--text-light); margin-top: 12px; font-style: italic; }

/* === BOXES === */
.lyophilisation-box, .mrv-box, .highlight-box { background: var(--bg-light); padding: 40px; margin: 40px 0; border-radius: 12px; border: 2px solid var(--border); }
.lyophilisation-box h3, .mrv-box h3, .highlight-box h3 { font-size: 24px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }
.lyophilisation-box p, .mrv-box p, .highlight-box p { font-size: 16px; color: var(--text-medium); line-height: 1.8; }

/* === LYOPHILISATION BENEFITS === */
.lyophilisation-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.lyo-benefit { background: white; padding: 28px; text-align: center; border-radius: 12px; border: 2px solid var(--border); transition: all 0.3s; }
.lyo-benefit:hover { border-color: var(--accent); transform: translateY(-4px); }
.lyo-benefit-number { display: block; font-size: 36px; font-weight: 700; color: var(--accent); margin-bottom: 8px; }
.lyo-benefit-label { font-size: 14px; color: var(--text-medium); }

/* === TWO COLUMN === */
.two-column { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 40px 0; }
.info-box { background: white; padding: 32px; border-radius: 12px; border: 2px solid var(--border); }
.info-box h3 { font-size: 20px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }
.info-box ul { list-style: none; padding: 0; }
.info-box li { font-size: 15px; color: var(--text-medium); margin-bottom: 12px; padding-left: 24px; position: relative; }
.info-box li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

/* === BLOCKCHAIN === */
.blockchain-code { background: var(--primary); color: #10b981; padding: 24px; border-radius: 8px; font-family: 'Courier New', monospace; font-size: 14px; margin-top: 24px; line-height: 1.8; }

/* === PODS === */
.pods-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 40px; background-image: url('https://www.0nova.eu/wp-content/uploads/2025/10/c53de862-83f8-459b-8d4d-07a59a100727-1.png'); background-size: cover; background-position: center; border-radius: 12px; position: relative; }
.pods-showcase::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,0.95); border-radius: 12px; }
.pod-card { background: white; padding: 28px; border-radius: 12px; border: 2px solid var(--border); position: relative; z-index: 1; transition: all 0.3s; }
.pod-card:hover { border-color: var(--secondary); transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); }
.pod-card h4 { font-size: 22px; color: var(--secondary); margin-bottom: 20px; font-weight: 700; text-align: center; }
.pod-specs { display: flex; flex-direction: column; gap: 16px; }
.pod-spec { font-size: 14px; color: var(--text-medium); line-height: 1.6; }
.pod-spec strong { color: var(--text-dark); display: block; margin-bottom: 4px; }

/* === FEATURES GRID === */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.feature-item { background: white; padding: 18px; text-align: center; border: 2px solid var(--border); border-radius: 12px; transition: all 0.3s; }
.feature-item:hover { border-color: var(--secondary); transform: translateY(-4px); }
.feature-item strong { display: block; color: var(--text-dark); margin-bottom: 8px; font-size: 16px; font-weight: 600; }
.feature-item p { font-size: 14px; color: var(--text-medium); line-height: 1.5; }

/* === CALCULATOR === */
.calculator-section { background: var(--bg-light); padding: 50px; margin: 40px 0; border-radius: 12px; border: 2px solid var(--border); }
.calculator-section h3 { font-size: 32px; color: var(--text-dark); margin-bottom: 16px; font-weight: 600; text-align: center; }
.calculator-subtitle { text-align: center; font-size: 16px; color: var(--text-medium); margin-bottom: 32px; }
.calculator-input { max-width: 600px; margin: 0 auto 32px; background: white; padding: 32px; border-radius: 12px; border: 2px solid var(--border); }
.calculator-input label { display: block; font-size: 16px; color: var(--text-dark); margin-bottom: 12px; font-weight: 600; text-align: center; }
.calculator-input select { width: 100%; padding: 20px; border: 2px solid var(--secondary); font-size: 20px; font-family: 'Space Grotesk', sans-serif; text-align: center; font-weight: 600; color: var(--text-dark); border-radius: 12px; background: white; cursor: pointer; }
.calculator-results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.calc-result { background: white; padding: 28px; text-align: center; border: 2px solid var(--border); border-radius: 12px; transition: all 0.3s; }
.calc-result:hover { border-color: var(--secondary); transform: translateY(-4px); }
.calc-result-number { font-size: 40px; font-weight: 700; color: var(--secondary); display: block; margin-bottom: 8px; }
.calc-result-label { font-size: 13px; color: var(--text-medium); font-weight: 500; line-height: 1.4; }
.calculator-source { text-align: center; margin-top: 16px; font-size: 13px; color: var(--text-light); font-style: italic; }

/* === EQUIVALENTS === */
.equivalents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.equivalent-card { background: white; padding: 24px; border: 2px solid var(--border); text-align: center; border-radius: 12px; transition: all 0.3s; }
.equivalent-card:hover { border-color: var(--accent); transform: translateY(-4px); }
.equivalent-icon { font-size: 32px; margin-bottom: 12px; }
.equivalent-value { font-size: 24px; font-weight: 700; color: var(--accent); margin-bottom: 6px; display: block; }
.equivalent-label { font-size: 13px; color: var(--text-medium); line-height: 1.4; font-weight: 500; }

/* === BENEFITS === */
.benefits-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; }
.benefit-card { background: var(--bg-light); padding: 28px; text-align: center; transition: all 0.3s; cursor: pointer; border-radius: 12px; border: 2px solid var(--border); }
.benefit-card:hover { background: white; transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); border-color: var(--secondary); }
.benefit-icon { font-size: 40px; margin-bottom: 16px; display: block; }
.benefit-card h4 { font-size: 17px; color: var(--text-dark); margin-bottom: 12px; font-weight: 600; line-height: 1.4; }
.benefit-card p { font-size: 14px; color: var(--text-medium); line-height: 1.6; }

/* === ODD === */
.odd-section { background: white; padding: 50px; margin: 40px 0; border-radius: 12px; border: 2px solid var(--border); }
.odd-section h3 { font-size: 28px; color: var(--text-dark); margin-bottom: 16px; font-weight: 600; text-align: center; }
.odd-section > p { text-align: center; color: var(--text-medium); font-size: 16px; margin-bottom: 32px; }
.odd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; margin-top: 32px; }
.odd-badge { background: var(--bg-light); padding: 20px 16px; text-align: center; border: 2px solid var(--border); transition: all 0.3s; cursor: pointer; min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; position: relative; }
.odd-badge:hover { border-color: var(--accent); transform: translateY(-4px); background: white; box-shadow: 0 8px 24px var(--shadow); }
.odd-image { width: 100%; max-width: 120px; height: auto; margin: 0 auto 12px; transition: all 0.3s; display: block; }
.odd-badge:hover .odd-image { opacity: 0; transform: scale(0); }
.odd-label { font-size: 12px; font-weight: 600; color: var(--text-dark); line-height: 1.4; transition: opacity 0.3s; margin-top: 10px; }
.odd-badge:hover .odd-label { opacity: 0; position: absolute; }
.odd-details { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; padding: 20px; opacity: 0; transition: opacity 0.3s; font-size: 15px; line-height: 1.5; color: #0a0a0a; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.odd-badge:hover .odd-details { opacity: 1; }
.odd-details strong { display: block; margin-bottom: 12px; font-weight: 700; color: #0a0a0a; font-size: 16px; }

/* === CASE STUDY === */
.case-study { background: var(--bg-light); padding: 50px; margin: 5px 0; border-radius: 12px; border: 2px solid var(--border); }
.case-study h3 { font-size: 28px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }
.case-study p { font-size: 16px; line-height: 1.8; color: var(--text-medium); margin-bottom: 20px; }
.case-study ul { margin: 24px 0; padding-left: 0; list-style: none; }
.case-study li { font-size: 15px; margin-bottom: 12px; color: var(--text-medium); line-height: 1.6; padding-left: 28px; position: relative; }
.case-study li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; font-size: 18px; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.impact-box { background: white; padding: 25px; text-align: center; border: 2px solid var(--border); transition: all 0.3s; border-radius: 12px; }
.impact-box:hover { transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); border-color: var(--secondary); }
.impact-number { font-size: 42px; font-weight: 700; color: var(--secondary); display: block; margin-bottom: 8px; }
.impact-label { font-size: 13px; color: var(--text-medium); font-weight: 500; line-height: 1.4; }
.quote { font-style: italic; color: var(--secondary); margin-top: 24px; padding: 24px; background: white; border-left: 4px solid var(--secondary); border-radius: 8px; }

/* === CTA === */
.cta-section { background: #f8fafb; color: #0a0a0a; border-top: 2px solid #e2e8f0; padding: 60px 40px; text-align: center; margin: 40px 0 0; }
.cta-section h2 { font-size: 40px; margin-bottom: 20px; font-weight: 600; color: #0a0a0a; }
.cta-section p { font-size: 18px; margin-bottom: 32px; color: #475569; }
.cta-buttons { margin: 32px 0; }
.cta-button { display: inline-block; background: var(--secondary); color: white; padding: 16px 40px; font-weight: 600; font-size: 16px; text-decoration: none; margin: 10px; transition: all 0.3s; border: 2px solid var(--secondary); border-radius: 8px; }
.cta-button:hover { background: transparent; transform: translateY(-2px); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; }
.contact-item { background: rgba(255,255,255,0.05); padding: 24px; font-size: 15px; border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s; border-radius: 12px; }
.contact-item:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }
.contact-item strong { display: block; margin-bottom: 8px; font-size: 15px; font-weight: 600; }

/* === FOOTER === */
.footer { background: var(--bg-light); padding: 60px 40px; text-align: center; }
.form-container { max-width: 550px; margin: 0 auto 50px; background: white; padding: 40px; border-radius: 12px; border: 2px solid var(--border); }
.form-container h3 { font-size: 28px; color: var(--text-dark); margin-bottom: 28px; font-weight: 600; }
.form-container form { display: grid; gap: 20px; }
.form-container label { display: block; font-size: 14px; color: var(--text-dark); margin-bottom: 6px; font-weight: 500; text-align: left; }
.form-container input, .form-container textarea { width: 100%; padding: 12px; border: 2px solid var(--border); font-size: 15px; font-family: 'Space Grotesk', sans-serif; transition: all 0.3s; border-radius: 8px; }
.form-container input:focus, .form-container textarea:focus { outline: none; border-color: var(--secondary); }
.form-container button { background: var(--primary); color: white; padding: 14px; border: none; font-size: 16px; font-weight: 600; cursor: pointer; font-family: 'Space Grotesk', sans-serif; transition: all 0.3s; border-radius: 8px; }
.form-container button:hover { background: var(--secondary); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* === TEAM === */
.team-section { margin-bottom: 50px; }
.team-section h3 { font-size: 24px; color: var(--text-dark); margin-bottom: 32px; font-weight: 600; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 32px; max-width: 1000px; margin: 0 auto; }
.team-member { text-align: center; }
.team-avatar { width: 100px; height: 100px; background: var(--bg-light); border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 40px; border: 2px solid var(--border); }
.team-member .name { font-weight: 600; font-size: 16px; color: var(--text-dark); margin-bottom: 4px; }
.team-member .role { font-size: 13px; color: var(--text-medium); }

/* === PARTNERS === */
.partners-section { margin-bottom: 50px; }
.partners-section h4 { font-size: 13px; color: var(--text-medium); margin-bottom: 24px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; }
.partners-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 700px; margin: 0 auto; }
.partner-logo { background: white; padding: 20px; text-align: center; min-height: 80px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--border); border-radius: 12px; }
.partner-logo strong { color: var(--text-dark); font-size: 15px; }

/* === COPYRIGHT === */
.copyright { text-align: center; padding-top: 32px; border-top: 2px solid var(--border); }
.copyright p { font-size: 14px; color: var(--text-dark); margin-bottom: 12px; }
.copyright a { color: var(--text-dark); text-decoration: none; margin: 0 12px; transition: color 0.3s; }
.copyright a:hover { color: var(--secondary); }

/* === IMAGES === */
.image-placeholder { background: var(--bg-light); padding: 40px; text-align: center; font-size: 16px; color: var(--text-medium); margin: 32px 0; border-radius: 12px; border: 2px dashed var(--border); }
