/* ============================================================================
   TVLForge Corporate — site marketing one-pager
   ============================================================================ */

* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #0f172a;
    line-height: 1.5;
    background: #ffffff;
}

:root {
    --primary-color: #4f46e5;
    --primary-hover: color-mix(in srgb, var(--primary-color) 85%, black);
    --primary-soft: color-mix(in srgb, var(--primary-color) 10%, white);
}

a { color: var(--primary-color); text-decoration: none; }
a:hover { color: var(--primary-hover); }
img { max-width: 100%; display: block; }


/* ===== HEADER ===== */
.corp-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid #e5e7eb; }
/* Padding vertical légèrement augmenté pour accommoder le logo 44px */
.corp-header-inner { max-width: 1600px; margin: 0 auto; padding: 12px 40px; display: flex; align-items: center; gap: 24px; }
.corp-brand { display: inline-flex; align-items: center; text-decoration: none; line-height: 1; }
.corp-brand:hover { opacity: 0.85; text-decoration: none; }

/* Variante image (PNG/SVG) — utilisée si LogoImg est defini en config. */
.corp-brand-logo { height: 52px; width: auto; display: block; }

/* Variante TEXTE — logo en toutes lettres, sans picto. Affichage par defaut.
   Le picto sert de favicon uniquement (cf. Branding.Favicon en config).
   Typographie alignee sur le logo image original :
   - 1er mot ("TVL") : indigo (couleur primaire), poids 800
   - reste ("Managed Superset") : navy sombre, poids 600 */
.corp-brand-text {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 0;
}

.corp-brand-text-mark {
    color: var(--primary-color);
    font-weight: 800;
}

.corp-brand-text-name {
    color: #0f172a;
    font-weight: 600;
    margin-left: 6px;
}

@media (max-width: 640px) {
    .corp-brand-logo { height: 40px; }
    .corp-brand-text { font-size: 19px; }
    .corp-brand-text-name { margin-left: 4px; }
}

/* Separateur visuel entre les anchors home et les categories de contenu. */
.corp-nav-sep { color: #d1d5db; padding: 0 6px; user-select: none; }
.corp-nav { display: flex; gap: 4px; flex: 1; justify-content: center; }
.corp-nav a { padding: 8px 14px; border-radius: 6px; color: #4b5563; font-size: 14px; font-weight: 500; }
.corp-nav a:hover { background: #f3f4f6; color: #111827; }
@media (max-width: 768px) { .corp-nav { display: none; } }
.corp-header-right { display: flex; align-items: center; gap: 10px; }


/* ===== LANGUAGE SWITCHER ===== */
.lang-switcher { display: inline-flex; align-items: center; gap: 4px; padding: 3px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; }
.lang-flag { width: 22px; height: 16px; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; overflow: hidden; opacity: 0.45; transition: opacity 0.15s ease, transform 0.15s ease; }
.lang-flag:hover { opacity: 0.85; transform: scale(1.05); }
.lang-flag svg { display: block; width: 100%; height: 100%; object-fit: cover; }
.lang-flag-active { opacity: 1; box-shadow: 0 0 0 1px rgba(79,70,229,0.25); }


/* ===== BUTTONS ===== */
.corp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; border: 1px solid transparent; transition: background 0.15s, border-color 0.15s, transform 0.05s; white-space: nowrap; text-decoration: none; }
.corp-btn:active { transform: translateY(1px); }
.corp-btn-primary { background: var(--primary-color); color: #ffffff !important; }
.corp-btn-primary:hover { background: var(--primary-hover); color: #ffffff !important; }
.corp-btn-outline { background: transparent; color: #1f2937 !important; border-color: #d1d5db; }
.corp-btn-outline:hover { background: #f3f4f6; color: #111827 !important; }
.corp-btn-lg { padding: 14px 26px; font-size: 16px; }
.corp-cta-secondary { color: #374151 !important; font-size: 14px; font-weight: 500; padding: 6px 12px; }
.corp-cta-secondary:hover { color: var(--primary-color) !important; }
.corp-cta-primary { background: var(--primary-color); color: #ffffff !important; padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 600; }
.corp-cta-primary:hover { background: var(--primary-hover); color: #ffffff !important; }


/* ===== SECTIONS COMMON ===== */
.corp-section { padding: 96px 40px; }
.corp-section-muted { background: #f9fafb; }
.corp-section-inner { max-width: 1600px; margin: 0 auto; }
.corp-section-title { font-size: 34px; font-weight: 700; color: #0f172a; line-height: 1.2; text-align: center; margin: 0 0 16px 0; letter-spacing: -0.02em; }
.corp-section-lead { font-size: 18px; color: #4b5563; text-align: center; max-width: 680px; margin: 0 auto 56px auto; }
.corp-section-transition { text-align: center; font-size: 18px; color: var(--primary-color); font-weight: 600; margin-top: 48px; }
.corp-grid { display: grid; gap: 20px; }
.corp-grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
@media (max-width: 640px) { .corp-section { padding: 64px 20px; } .corp-section-title { font-size: 26px; } .corp-section-lead { font-size: 16px; margin-bottom: 36px; } }


/* ===== HERO ===== */
.corp-hero { padding: 112px 24px 96px 24px; text-align: center; background: radial-gradient(ellipse at top, var(--primary-soft) 0%, transparent 60%), linear-gradient(180deg, #ffffff 0%, #fafafa 100%); border-bottom: 1px solid #e5e7eb; }
.corp-hero-title { font-size: 56px; font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; margin: 0 auto 24px auto; color: #0f172a; max-width: 900px; }
.corp-hero-subtitle { font-size: 20px; color: #4b5563; max-width: 720px; margin: 0 auto 36px auto; line-height: 1.5; }
.corp-hero-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 28px; }
.corp-hero-reassure { list-style: none; padding: 0; margin: 0 auto 56px auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; color: #6b7280; font-size: 14px; }
.corp-hero-flow { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 56px; }
.corp-hero-flow-step { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #1f2937; font-weight: 600; font-size: 14px; }
.corp-hero-flow-bubble { width: 56px; height: 56px; border-radius: 50%; background: #ffffff; border: 2px solid var(--primary-color); display: flex; align-items: center; justify-content: center; color: var(--primary-color); font-weight: 700; font-size: 22px; box-shadow: 0 4px 12px rgba(79,70,229,0.15); }
.corp-hero-flow-arrow { color: #9ca3af; font-size: 24px; font-weight: 300; }
@media (max-width: 640px) { .corp-hero { padding: 64px 20px; } .corp-hero-title { font-size: 36px; } .corp-hero-subtitle { font-size: 17px; } .corp-hero-flow-arrow { transform: rotate(90deg); } }


/* ===== PROBLEM ===== */
.corp-pain-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 24px; }
.corp-pain-card h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px 0; color: #111827; }
.corp-pain-card p { margin: 0; font-size: 14px; color: #6b7280; line-height: 1.6; }


/* ===== SOLUTION (3 steps) ===== */
.corp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 32px; }
.corp-step { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 32px 24px; text-align: center; transition: transform 0.2s, box-shadow 0.2s; }
.corp-step:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06); }
.corp-step-number { width: 44px; height: 44px; border-radius: 50%; background: var(--primary-soft); color: var(--primary-color); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; margin: 0 auto 16px auto; }
.corp-step h3 { font-size: 18px; margin: 0 0 8px 0; color: #111827; }
.corp-step p { font-size: 14px; color: #6b7280; margin: 0; }


/* ===== FEATURES ===== */
.corp-feature-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 24px; }
.corp-feature-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--primary-soft); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 14px; }
.corp-feature-card h3 { font-size: 16px; margin: 0 0 6px 0; color: #111827; }
.corp-feature-card p { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0; }


/* ===== DATA SOURCES ===== */
.corp-datasources { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 900px; margin: 0 auto; }
.corp-datasource { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 999px; padding: 12px 22px; font-size: 14px; font-weight: 500; color: #374151; transition: border-color 0.15s, color 0.15s, transform 0.05s; }
.corp-datasource:hover { border-color: var(--primary-color); color: var(--primary-color); transform: translateY(-1px); }


/* ===== COMPARE ===== */
.corp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 32px auto 0 auto; }
@media (max-width: 640px) { .corp-compare { grid-template-columns: 1fr; } }
.corp-compare-card { border-radius: 12px; padding: 28px; }
.corp-compare-card h3 { font-size: 18px; margin: 0 0 18px 0; font-weight: 700; }
.corp-compare-card ul { list-style: none; padding: 0; margin: 0; }
.corp-compare-card li { padding: 8px 0; font-size: 15px; border-bottom: 1px solid; }
.corp-compare-card li:last-child { border-bottom: none; }
.corp-compare-classic { background: #ffffff; border: 1px solid #e5e7eb; color: #6b7280; }
.corp-compare-classic h3 { color: #6b7280; }
.corp-compare-classic li { border-color: #f3f4f6; }
.corp-compare-our { background: var(--primary-soft); border: 1px solid color-mix(in srgb, var(--primary-color) 25%, white); color: #1f2937; }
.corp-compare-our h3 { color: var(--primary-color); }
.corp-compare-our li { border-color: rgba(79,70,229,0.1); }


/* ===== PRICING ===== */
.corp-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 16px; align-items: stretch; }
.corp-pricing-card { position: relative; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 32px 28px; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.corp-pricing-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08); border-color: #d1d5db; }
.corp-pricing-card-highlight { border-color: var(--primary-color); box-shadow: 0 16px 40px rgba(79,70,229,0.15); transform: translateY(-4px); }
.corp-pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary-color); color: #ffffff; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; }
.corp-pricing-provider { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: #6b7280; font-size: 13px; }
.corp-provider-logo { width: 60px; height: 30px; display: inline-flex; align-items: center; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 6px; padding: 4px 8px; }
.corp-provider-logo svg { width: 100%; height: 100%; }
.corp-pricing-provider-name { font-weight: 500; color: #4b5563; }
.corp-pricing-name { font-size: 22px; font-weight: 700; color: #111827; margin: 0 0 12px 0; }
.corp-pricing-price { display: flex; align-items: baseline; gap: 6px; margin: 0 0 16px 0; }
.corp-pricing-amount { font-size: 36px; font-weight: 800; color: #0f172a; letter-spacing: -0.02em; }
.corp-pricing-period { font-size: 14px; color: #6b7280; }
.corp-pricing-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0 0 20px 0; }
.corp-pricing-meta { display: grid; grid-template-columns: 80px 1fr; gap: 8px 12px; margin: 0 0 24px 0; padding: 16px 0; border-top: 1px solid #f3f4f6; border-bottom: 1px solid #f3f4f6; }
.corp-pricing-meta dt { color: #9ca3af; font-size: 12px; text-transform: uppercase; letter-spacing: 0.04em; }
.corp-pricing-meta dd { margin: 0; font-size: 13px; font-weight: 500; color: #1f2937; }
.corp-pricing-cta { width: 100%; margin-top: auto; }
.corp-pricing-empty { text-align: center; background: #ffffff; border: 1px dashed #d1d5db; border-radius: 12px; padding: 56px 32px; max-width: 640px; margin: 0 auto; }
.corp-pricing-empty h3 { font-size: 18px; color: #111827; margin: 0 0 8px 0; }
.corp-pricing-empty p { color: #6b7280; margin: 0; }


/* ===== PROVIDER GROUP (pricing groupé par hébergeur) ===== */
.corp-provider-group { margin-bottom: 48px; }
.corp-provider-group:last-child { margin-bottom: 0; }
.corp-provider-group-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid #e5e7eb; }
.corp-provider-group-id { display: flex; align-items: center; gap: 16px; }
.corp-provider-group-id h3 { margin: 0 0 4px 0; font-size: 22px; font-weight: 700; color: #0f172a; letter-spacing: -0.01em; }
.corp-provider-group-tag { font-size: 13px; }
.corp-tag { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.corp-tag-available { background: #ecfdf5; color: #047857; }
.corp-tag-soon { background: #fef3c7; color: #92400e; }
.corp-provider-group-hint { text-align: center; font-size: 14px; color: #6b7280; margin: 16px 0 0 0; font-style: italic; }

/* Card désactivée (provider non actif) */
.corp-pricing-card-disabled { opacity: 0.6; pointer-events: auto; background: #f9fafb; }
.corp-pricing-card-disabled:hover { transform: none; box-shadow: none; border-color: #e5e7eb; }
.corp-pricing-card-disabled .corp-pricing-amount { color: #6b7280; }
.corp-pricing-card-disabled .corp-pricing-cta { cursor: not-allowed; }

.corp-pricing-badge-soon { background: #d1d5db; color: #374151; }

.corp-btn-disabled { background: #e5e7eb !important; color: #9ca3af !important; cursor: not-allowed; border: 1px solid #d1d5db; }
.corp-btn-disabled:hover { background: #e5e7eb !important; color: #9ca3af !important; }

/* Provider group désactivé : on grise toute la zone */
.corp-provider-group-disabled .corp-provider-group-id h3 { color: #6b7280; }
.corp-provider-group-disabled .corp-provider-logo { opacity: 0.5; }


/* ============================================================================
   LEGAL PAGES (Privacy / Terms / Notice / DPA / SLA / AUP / etc.)
   ============================================================================ */

/* Outer wrapper de la page légale. Padding horizontal aligné sur le header
   (40px) pour que la carte interne (max-width 1600) s'aligne pile avec
   corp-header-inner. */
.legal-page {
    background: #fafafa;
    color: #1f2937;
    padding: 56px 40px 80px 40px;
}

/* Aligné sur la largeur du header (corp-header-inner: max-width 1600px).
   La carte est plus large mais le texte intérieur reste lisible grâce
   au padding horizontal généreux. */
.legal-content {
    max-width: 1600px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
    padding: 64px 96px;
    line-height: 1.65;
}

@media (max-width: 640px) {
    .legal-content { padding: 36px 24px; }
}

.legal-header { border-bottom: 1px solid #e5e7eb; padding-bottom: 20px; margin-bottom: 32px; }
.legal-header h1 { font-size: 32px; font-weight: 700; margin: 0 0 10px 0; color: #0f172a; letter-spacing: -0.02em; }
.legal-lead { color: #4b5563; font-size: 16px; margin: 6px 0 0 0; line-height: 1.55; }
.legal-meta { color: #6b7280; font-size: 13px; margin-top: 12px; }

.legal-section { margin: 36px 0; }
.legal-section h2 { font-size: 20px; font-weight: 600; color: #0f172a; margin: 0 0 14px 0; }
.legal-section p { margin: 0 0 12px 0; color: #1f2937; }
.legal-section ul, .legal-section ol { padding-left: 22px; margin: 8px 0 16px 0; }
.legal-section li { margin-bottom: 8px; }
.legal-section a { color: var(--primary-color); text-decoration: underline; }
.legal-section a:hover { text-decoration: none; }
.legal-section code { background: #f3f4f6; padding: 1px 6px; border-radius: 4px; font-size: 0.9em; }

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 16px 0;
    font-size: 14px;
}
.legal-table th, .legal-table td {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}
.legal-table th { background: #f9fafb; font-weight: 600; color: #0f172a; }

.legal-form {
    border-left: 3px solid var(--primary-color);
    background: #f9fafb;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: ui-monospace, "SFMono-Regular", "Menlo", monospace;
    font-size: 13px;
    color: #374151;
    border-radius: 4px;
}
.legal-form p { margin: 0 0 10px 0; }

.legal-footer {
    border-top: 1px solid #e5e7eb;
    margin-top: 40px;
    padding-top: 16px;
    font-size: 14px;
}


/* ============================================================================
   CONTENT ARTICLES (blog / pages SEO statiques)
   ============================================================================ */

/* Article body : max-width aligné sur le header (1600px) pour visuellement
   matcher la largeur du bandeau. Le padding horizontal (40px) correspond
   au padding interne du header. */
.content-article {
    max-width: 1600px;
    margin: 56px auto 80px auto;
    padding: 0 40px;
    line-height: 1.75;
    color: #1f2937;
    font-size: 17px;
}

.content-article-header { margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid #e5e7eb; }
.content-article-header h1 { font-size: 38px; font-weight: 800; color: #0f172a; line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 16px 0; }
.content-article-lead { font-size: 19px; color: #4b5563; margin: 0 0 18px 0; line-height: 1.55; }
.content-article-meta { color: #6b7280; font-size: 14px; }

.content-article-body p { margin: 0 0 18px 0; }
.content-article-body p.lead { font-size: 18px; color: #374151; padding: 16px 20px; background: #f9fafb; border-left: 3px solid var(--primary-color); border-radius: 4px; }
.content-article-body h2 { font-size: 26px; font-weight: 700; color: #0f172a; margin: 48px 0 16px 0; letter-spacing: -0.01em; }
.content-article-body h3 { font-size: 20px; font-weight: 600; color: #0f172a; margin: 32px 0 12px 0; }
.content-article-body ul, .content-article-body ol { padding-left: 24px; margin: 0 0 18px 0; }
.content-article-body li { margin-bottom: 8px; }
.content-article-body a { color: var(--primary-color); text-decoration: underline; }
.content-article-body a:hover { text-decoration: none; }
.content-article-body strong { color: #0f172a; font-weight: 600; }
.content-article-body code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; font-size: 0.92em; font-family: ui-monospace, "SFMono-Regular", "Menlo", monospace; }
.content-article-body pre { background: #0f172a; color: #e5e7eb; padding: 16px 20px; border-radius: 8px; overflow-x: auto; font-size: 14px; line-height: 1.5; margin: 18px 0; }
.content-article-body pre code { background: transparent; padding: 0; color: inherit; }
.content-article-body blockquote { border-left: 3px solid var(--primary-color); padding: 4px 16px; margin: 18px 0; color: #4b5563; font-style: italic; }
.content-article-body img { max-width: 100%; height: auto; border-radius: 8px; margin: 18px 0; }
.content-article-body table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
.content-article-body th, .content-article-body td { border: 1px solid #e5e7eb; padding: 10px 14px; text-align: left; vertical-align: top; }
.content-article-body th { background: #f9fafb; font-weight: 600; }


/* ===== Index du blog ===== */
.content-index { padding: 56px 40px 80px 40px; }
.content-index-inner { max-width: 1600px; margin: 0 auto; }
.content-index-header { text-align: center; margin-bottom: 48px; }
.content-index-header h1 { font-size: 38px; font-weight: 800; color: #0f172a; margin: 0 0 12px 0; letter-spacing: -0.02em; }
.content-index-lead { color: #4b5563; font-size: 17px; max-width: 640px; margin: 0 auto; }
.content-index-empty { text-align: center; color: #6b7280; padding: 48px 0; }

/* Etat vide enrichi : icone + titre + intent + CTA vers le pricing */
.content-index-empty-card {
    background: #ffffff;
    border: 1px dashed #d1d5db;
    border-radius: 14px;
    padding: 64px 32px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.content-index-empty-icon { font-size: 48px; margin-bottom: 12px; }
.content-index-empty-card h2 { font-size: 22px; font-weight: 700; color: #0f172a; margin: 0 0 12px 0; }
.content-index-empty-card p { color: #4b5563; font-size: 15px; line-height: 1.6; margin: 0 0 12px 0; }
.content-index-empty-cta { margin-top: 24px; }
.content-index-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; }
.content-index-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 24px 26px; text-decoration: none; color: inherit; transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s; }
.content-index-card:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(15,23,42,0.08); border-color: var(--primary-color); text-decoration: none; }
.content-index-card h2 { font-size: 18px; font-weight: 700; color: #0f172a; margin: 0 0 10px 0; line-height: 1.35; }
.content-index-card-desc { color: #4b5563; font-size: 14px; line-height: 1.55; margin: 0 0 14px 0; }
.content-index-card-meta { color: #9ca3af; font-size: 12px; }


/* ===== FOOTER ===== */
.corp-footer { background: #0f172a; color: #cbd5e1; padding: 64px 24px 32px 24px; }
.corp-footer-inner { max-width: 1600px; margin: 0 auto; padding: 0 40px; }
/* 4 colonnes egales : Ressources / Produit / Legal / Societe.
   L'ancienne distribution 2fr 1fr 1fr 1fr etait calee sur la 1re colonne
   brand+tagline (plus large). Maintenant que toutes les colonnes sont des
   listes de liens, on equilibre. */
.corp-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-bottom: 32px; border-bottom: 1px solid #1e293b; }
@media (max-width: 768px) { .corp-footer-grid { grid-template-columns: 1fr 1fr; } }
.corp-footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.corp-footer-brand { color: #ffffff; font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.corp-footer-tagline { color: #94a3b8; font-size: 14px; line-height: 1.6; margin: 0; max-width: 320px; }
.corp-footer-title { color: #ffffff; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.corp-footer a { color: #94a3b8; font-size: 14px; text-decoration: none; }
.corp-footer a:hover { color: #ffffff; }
.corp-footer-bottom { padding-top: 24px; color: #64748b; font-size: 13px; text-align: center; }
