/*
Theme Name: Khompta Web
Theme URI: https://khompta-web.com
Author: Khompta
Author URI: https://khompta.com/khompta-groupe-developpez-votre-cabinet-dexpertise-comptable/
Description: Thème officiel Khompta Web — agence de création de sites internet pour cabinets d'expertise comptable.
Version: 1.0.0
License: Proprietary
Text Domain: khompta-web
*/

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=Inter:wght@300;400;500&display=swap');

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

:root {
  --p:    #ca0000;
  --ps:   #a50000;
  --pm:   #e00000;
  --s:    #ff4b3b;
  --st:   #ff5c5c;
  --sp:   #fff0f0;
  --spl:  #fff7f7;
  --dk:   #1a0505;
  --tx:   #2a0a0a;
  --mu:   #6b3333;
  --br:   rgba(202,0,0,0.12);
  --r:    10px;
  --rl:   14px;
  --shadow: 0 2px 20px rgba(202,0,0,0.08);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--tx);
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ============================================================
   LAYOUT
   ============================================================ */
.container { max-width: 960px; margin: 0 auto; padding: 0 32px; }
section { padding: 72px 0; }
section.pale { background: var(--spl); }

/* ============================================================
   HEADER / NAV — fond blanc
   ============================================================ */
#site-header {
  position: sticky; top: 0; z-index: 200;
  background: #fff;
  border-bottom: 1px solid var(--br);
  height: 180px;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 960px; margin: 0 auto; padding: 0 32px; height: 180px;
}
.nav-logo img {
  height: 160px; width: auto; max-width: 400px; object-fit: contain;
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-size: 13px; color: var(--mu); padding: 7px 12px;
  border-radius: 6px; transition: color 0.12s, background 0.12s;
}
.nav-links a:hover,
.nav-links a.active { color: var(--p); background: var(--sp); }

.nav-cta {
  background: var(--p) !important; color: #fff !important;
  font-size: 13px; font-weight: 500; padding: 10px 20px;
  border-radius: 7px; border: none; cursor: pointer;
  margin-left: 10px; transition: opacity 0.15s;
}
.nav-cta:hover { opacity: 0.85; }

.nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--tx); border-radius: 2px; margin: 4px 0; }

@media (max-width: 768px) {
  #site-header { height: 68px; }
  .nav-inner { height: 68px; padding: 0 20px; }
  .nav-logo img { height: 48px !important; max-width: 180px !important; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: flex-start;
    position: absolute; top: 64px; left: 0; right: 0;
    background: #fff; padding: 14px 20px 18px;
    border-bottom: 1px solid var(--br);
    box-shadow: 0 8px 24px rgba(202,0,0,0.06);
    gap: 4px; z-index: 199;
  }
  .nav-links.open a { width: 100%; padding: 10px 12px; }
  .nav-links.open .nav-cta { width: 100%; text-align: center; margin-left: 0; margin-top: 8px; }
  .nav-burger { display: block; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
  padding: 80px 0 72px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -150px; right: -150px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(202,0,0,0.07) 0%, transparent 70%);
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 56px; align-items: center; position: relative;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--s); margin-bottom: 20px;
}
.hero-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--p); }
.hero h1 {
  font-family: 'Syne', sans-serif; font-size: 46px; font-weight: 800;
  line-height: 1.05; letter-spacing: -1.2px; color: var(--dk); margin-bottom: 18px;
}
.hero h1 em { color: var(--p); font-style: normal; }
.hero-sub { font-size: 16px; color: var(--mu); line-height: 1.75; margin-bottom: 32px; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.hero-photo { position: relative; border-radius: var(--rl); overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 16px 40px rgba(202,0,0,0.12); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: 18px; left: 14px; right: 14px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  border-radius: 10px; padding: 13px 16px; border: 1px solid var(--br);
  display: flex; align-items: center; gap: 11px;
}
.hero-badge-icon { width: 36px; height: 36px; background: var(--sp); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-badge-icon svg { width: 16px; height: 16px; fill: var(--p); }
.hero-badge strong { display: block; font-size: 12px; font-weight: 500; color: var(--dk); }
.hero-badge span { font-size: 11px; color: var(--mu); }

@media (max-width: 768px) {
  .hero { padding: 40px 0 36px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-photo { aspect-ratio: 4/3; order: -1; }
  .hero h1 { font-size: 30px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions a, .hero-actions button { width: 100%; text-align: center; }
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar { background: var(--p); display: grid; grid-template-columns: repeat(3, 1fr); }
.stat-item { padding: 26px 32px; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Syne', sans-serif; font-size: 30px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.45); }
@media (max-width: 768px) {
  .stats-bar { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 18px 20px; }
}

/* ============================================================
   SECTION HEADER
   ============================================================ */
.section-header { margin-bottom: 48px; }
.section-tag { font-size: 11px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--s); margin-bottom: 10px; }
.section-header h2 { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800; line-height: 1.05; letter-spacing: -0.8px; color: var(--dk); margin-bottom: 10px; }
.section-header p { font-size: 15px; color: var(--mu); line-height: 1.75; max-width: 540px; font-weight: 300; }
@media (max-width: 768px) {
  section { padding: 48px 0; }
  .container { padding: 0 20px; }
  .section-header { margin-bottom: 32px; }
  .section-header h2 { font-size: 26px; }
}

/* ============================================================
   BOUTONS
   ============================================================ */
.btn { display: inline-block; font-family: 'Inter', sans-serif; font-weight: 500; border-radius: 8px; cursor: pointer; border: none; transition: opacity 0.15s, transform 0.1s; text-align: center; }
.btn:hover { opacity: 0.88; }
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--p); color: #fff; font-size: 14px; padding: 13px 22px; }
.btn--outline { background: transparent; color: var(--p); font-size: 14px; padding: 12px 20px; border: 1.5px solid var(--p); }
.btn--white { background: #fff; color: var(--p); font-size: 14px; padding: 12px 22px; }
.btn--arrow::after { content: ' →'; }
.btn--sm { font-size: 13px; padding: 9px 16px; }

/* ============================================================
   OFFRES
   ============================================================ */
.offres-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.offre-card { border: 1px solid var(--br); border-radius: var(--rl); overflow: hidden; background: #fff; transition: box-shadow 0.2s; display: flex; flex-direction: column; }
.offre-card .offre-body { flex: 1; }
.offre-card:hover { box-shadow: 0 8px 32px rgba(202,0,0,0.1); }
.offre-card.featured { border-color: var(--p); border-width: 2px; }
.offre-header { padding: 24px 22px 18px; border-bottom: 1px solid var(--br); }
.offre-badge { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; background: var(--sp); color: var(--p); margin-bottom: 10px; }
.offre-badge.featured { background: var(--p); color: #fff; }
.offre-name { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; color: var(--dk); margin-bottom: 6px; }
.offre-price { font-family: 'Syne', sans-serif; font-size: 30px; font-weight: 800; color: var(--p); line-height: 1; }
.offre-price span { font-size: 14px; font-weight: 400; color: var(--mu); }
.offre-body { padding: 18px 22px; display: flex; flex-direction: column; }
.offre-feature { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--tx); padding: 4px 0; }
.offre-feature::before { content: '✓'; color: var(--p); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.offre-features-list { flex: 1; }
.offre-cta-wrap { margin-top: auto; padding-top: 16px; }
.offre-cta-wrap { margin-top: 20px; }
.offre-cta { margin-top: 0; width: 100%; padding: 12px; background: var(--sp); color: var(--p); font-size: 13px; font-weight: 500; border: 1.5px solid var(--br); border-radius: 7px; cursor: pointer; transition: background 0.15s; display: block; text-align: center; text-decoration: none; }
.offre-card.featured .offre-cta { background: var(--p); color: #fff; border-color: var(--p); }
@media (max-width: 768px) { .offres-grid { grid-template-columns: 1fr; } }

/* ============================================================
   POURQUOI / DIFF CARDS
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.why-card { padding: 24px 20px; border: 1px solid var(--br); border-radius: var(--rl); background: #fff; }
.why-icon { width: 40px; height: 40px; background: var(--sp); border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.why-icon svg { width: 18px; height: 18px; fill: none; stroke: var(--p); stroke-width: 2; }
.why-card h3 { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: var(--dk); margin-bottom: 6px; }
.why-card p { font-size: 13px; color: var(--mu); line-height: 1.65; }
@media (max-width: 768px) { .why-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PRESTATIONS
   ============================================================ */
.presta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); border-radius: var(--rl); overflow: hidden; }
.presta-card { background: #fff; padding: 26px 22px; transition: background 0.15s; }
.presta-card:hover { background: var(--spl); }
.presta-num { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: var(--sp); line-height: 1; margin-bottom: 12px; }
.presta-card h3 { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: var(--dk); margin-bottom: 6px; }
.presta-card p { font-size: 13px; color: var(--mu); line-height: 1.6; }
@media (max-width: 768px) { .presta-grid { grid-template-columns: 1fr; } }

/* ============================================================
   EQUIPE
   ============================================================ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-card { border-radius: var(--rl); overflow: hidden; border: 1px solid var(--br); }
.team-photo { aspect-ratio: 1; overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-info { padding: 16px; }
.team-info strong { display: block; font-size: 14px; font-weight: 500; color: var(--dk); margin-bottom: 2px; }
.team-info span { font-size: 11px; color: var(--mu); }
.team-info p { margin-top: 7px; font-size: 12px; color: var(--mu); line-height: 1.55; }
@media (max-width: 768px) { .team-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PORTFOLIO
   ============================================================ */
.portfolio-intro { background: var(--sp); border: 1px solid var(--br); border-radius: var(--rl); padding: 24px 28px; margin-bottom: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.portfolio-intro p { font-size: 14px; color: var(--mu); line-height: 1.65; max-width: 560px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.portfolio-card { border: 1px solid var(--br); border-radius: var(--rl); overflow: hidden; background: #fff; transition: box-shadow 0.2s, transform 0.2s; }
.portfolio-card:hover { box-shadow: 0 8px 32px rgba(202,0,0,0.1); transform: translateY(-2px); }
.portfolio-thumb { height: 200px; overflow: hidden; }
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.portfolio-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.portfolio-info { padding: 18px 20px; }
.portfolio-info h3 { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: var(--dk); margin-bottom: 4px; }
.portfolio-info p { font-size: 12px; color: var(--mu); }
.portfolio-link { margin-top: 12px; display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--p); font-weight: 500; }
.portfolio-link::after { content: '→'; }
.portfolio-tags { display: flex; gap: 5px; margin-top: 8px; flex-wrap: wrap; }
.ptag { font-size: 10px; padding: 2px 8px; border-radius: 4px; background: var(--sp); color: var(--p); font-weight: 500; }
@media (max-width: 768px) { .portfolio-grid { grid-template-columns: 1fr; } }

/* ============================================================
   TÉMOIGNAGES
   ============================================================ */
.temos-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 40px; }
.temo-card { padding: 24px 22px; border: 1px solid var(--br); background: #fff; border-radius: var(--rl); }
.temo-quote { font-family: 'Syne', sans-serif; font-size: 46px; font-weight: 800; color: var(--sp); line-height: 0.4; display: block; margin-bottom: 12px; }
.temo-text { font-size: 14px; line-height: 1.75; margin-bottom: 16px; color: var(--tx); }
.temo-author { display: flex; align-items: center; gap: 10px; }
.temo-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--sp); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; color: var(--p); flex-shrink: 0; }
.temo-name strong { display: block; font-size: 13px; font-weight: 500; }
.temo-name span { font-size: 11px; color: var(--mu); }
@media (max-width: 768px) { .temos-grid { grid-template-columns: 1fr; } }

/* ============================================================
   STEPS
   ============================================================ */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--br); border: 1px solid var(--br); border-radius: var(--rl); overflow: hidden; margin-top: 40px; }
.step-card { background: #fff; padding: 26px 20px; }
.step-num { font-family: 'Syne', sans-serif; font-size: 48px; font-weight: 800; color: var(--sp); line-height: 1; margin-bottom: 12px; }
.step-card h3 { font-family: 'Syne', sans-serif; font-size: 15px; font-weight: 700; color: var(--dk); margin-bottom: 7px; }
.step-card p { font-size: 13px; color: var(--mu); line-height: 1.65; }
@media (max-width: 768px) { .steps-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CTA BANNER & FINAL
   ============================================================ */
.cta-banner { background: var(--p); border-radius: var(--rl); padding: 48px 40px; text-align: center; margin-top: 36px; }
.cta-banner h2 { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.cta-banner p { font-size: 14px; color: rgba(255,255,255,0.55); margin: 0 auto 24px; max-width: 440px; }
.cta-final { text-align: center; padding: 72px 0; }
.cta-final h2 { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -0.8px; color: var(--dk); margin-bottom: 12px; }
.cta-final p { font-size: 16px; color: var(--mu); margin-bottom: 28px; font-weight: 300; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
@media (max-width: 768px) { .cta-banner { padding: 32px 20px; } .cta-final { padding: 48px 0; } .cta-final h2 { font-size: 26px; } .cta-actions { flex-direction: column; align-items: stretch; } }

/* ============================================================
   PAGE HERO (pages intérieures)
   ============================================================ */
.page-hero { background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%); padding: 64px 0; border-bottom: 1px solid var(--br); }
.page-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.page-hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--s); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.page-hero-eyebrow::before { content: ''; width: 16px; height: 1px; background: var(--p); }
.page-hero h1 { font-family: 'Syne', sans-serif; font-size: 38px; font-weight: 800; line-height: 1.05; letter-spacing: -0.8px; color: var(--dk); margin-bottom: 16px; }
.page-hero h1 em { color: var(--p); font-style: normal; }
.page-hero p { font-size: 15px; color: var(--mu); line-height: 1.75; font-weight: 300; margin-bottom: 24px; }
.page-hero img { border-radius: var(--rl); aspect-ratio: 4/3; object-fit: cover; width: 100%; box-shadow: 0 8px 24px rgba(202,0,0,0.08); }
@media (max-width: 768px) { .page-hero { padding: 40px 0 36px; } .page-hero-inner { grid-template-columns: 1fr; gap: 24px; } .page-hero h1 { font-size: 28px; } .page-hero img { display: none; } }

/* ============================================================
   RDV FORM
   ============================================================ */
.rdv-check { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--mu); margin-bottom: 8px; }
.rdv-check-ico { width: 22px; height: 22px; background: var(--sp); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--p); font-size: 11px; font-weight: 700; flex-shrink: 0; }

/* ============================================================
   CF7 STYLING
   ============================================================ */
.wpcf7 { width: 100%; }
.wpcf7 .wpcf7-form-control-wrap { display: block; margin-bottom: 14px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%; padding: 12px 16px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--tx);
  background: #fff; border: 1px solid var(--br); border-radius: var(--r);
  outline: none; transition: border-color 0.15s; -webkit-appearance: none;
}
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  border-color: var(--pm); box-shadow: 0 0 0 3px rgba(202,0,0,0.07);
}
.wpcf7 textarea { resize: vertical; min-height: 100px; }
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder { color: rgba(107,51,51,0.4); }
.wpcf7 input[type="submit"] {
  width: 100%; padding: 14px 24px; background: var(--p); color: #fff;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500;
  border: none; border-radius: 8px; cursor: pointer; margin-top: 6px;
  transition: opacity 0.15s;
}
.wpcf7 input[type="submit"]:hover { opacity: 0.88; }
.wpcf7-response-output { margin-top: 14px; padding: 12px 16px; border-radius: var(--r); font-size: 14px; border: none !important; }
.wpcf7-mail-sent-ok { background: #f0fff4; color: #276749; }
.wpcf7-validation-errors { background: var(--spl); color: var(--p); }

/* ============================================================
   LEGAL
   ============================================================ */
.legal-page { padding: 64px 0 80px; }
.legal-content { max-width: 700px; }
.legal-content h1 { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800; letter-spacing: -0.8px; color: var(--dk); margin-bottom: 36px; }
.legal-content h2 { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--dk); margin: 32px 0 10px; padding-top: 32px; border-top: 1px solid var(--br); }
.legal-content h2:first-of-type { border-top: none; padding-top: 0; }
.legal-content p { font-size: 15px; color: var(--mu); line-height: 1.8; margin-bottom: 10px; }
.legal-content ul { margin: 8px 0 14px; }
.legal-content li { font-size: 15px; color: var(--mu); line-height: 1.75; padding: 2px 0 2px 18px; position: relative; }
.legal-content li::before { content: '—'; position: absolute; left: 0; color: var(--s); font-size: 11px; top: 6px; }
.legal-content strong { color: var(--tx); font-weight: 500; }
.legal-content a { color: var(--p); text-decoration: underline; }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer { background: var(--p) !important; color: #fff; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
.footer-brand img { height: 120px; width: auto; max-width: 360px; object-fit: contain; margin-bottom: 14px; filter: brightness(0) invert(1) !important; opacity: 1 !important; display: block; background: transparent; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.65; max-width: 220px; }
.footer-col h4 { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 12px; }
.footer-col ul li { margin-bottom: 7px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.12s; }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.footer-bottom p { font-size: 11px; color: rgba(255,255,255,0.25); }
.footer-bottom-links { display: flex; gap: 14px; }
.footer-bottom-links a { font-size: 11px; color: rgba(255,255,255,0.3); transition: color 0.12s; }
.footer-bottom-links a:hover { color: #fff; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; } .footer-brand img { height: 44px !important; } }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.ks-fade { opacity: 0; transform: translateY(14px); transition: opacity 0.4s ease, transform 0.4s ease; }
.ks-fade.visible { opacity: 1; transform: translateY(0); }
