/*
Theme Name: SURIFAC
Theme URI: https://surifac.fr
Author: SURIFAC
Author URI: https://surifac.fr
Description: Thème WordPress pour SURIFAC - Formation, Audit et Conseil en IA pour les équipes commerciales.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: surifac
*/

/* =============================================
   VARIABLES & RESET
============================================= */
:root {
  --navy: #1C1874;
  --navy-dark: #120f52;
  --navy-light: #2a2494;
  --orange: #FC7032;
  --orange-hover: #e55f22;
  --orange-glow: rgba(252,112,50,0.25);
  --yellow: #FFDD50;
  --yellow-soft: rgba(255,221,80,0.12);
  --white: #ffffff;
  --off-white: #f8f7fc;
  --gray-100: #f1f0f7;
  --gray-200: #e2e0ef;
  --gray-300: #c8c5db;
  --gray-400: #9e9abb;
  --gray-500: #6e6a8a;
  --gray-600: #4a4668;
  --text: #1a1740;
  --text-on-dark: #e2e0ef;
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius: 10px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-md: 0 8px 30px rgba(28,24,116,0.1);
  --shadow-lg: 0 16px 50px rgba(28,24,116,0.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 90px; }
body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: all 0.3s ease; }
ul, ol { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-weight: 700; line-height: 1.2; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* =============================================
   HEADER
============================================= */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(28,24,116,0.06);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 2px 24px rgba(28,24,116,0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.site-logo { display: flex; align-items: center; cursor: pointer; }
.site-logo img { height: 38px; width: auto; }
.logo-text .logo-suri { font-weight: 800; font-size: 1.45rem; color: var(--navy); }
.logo-text .logo-fac { font-weight: 800; font-size: 1.45rem; color: var(--orange); }
.logo-text .logo-sub { font-size: 0.6rem; color: var(--gray-500); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; margin-top: -2px; display: block; }

.main-nav ul { display: flex; align-items: center; gap: 32px; }
.main-nav li { list-style: none; }
.main-nav a { font-size: 0.88rem; font-weight: 500; color: var(--gray-600); position: relative; padding: 4px 0; }
.main-nav a::after { content:''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--orange); border-radius: 2px; transition: width 0.3s ease; }
.main-nav a:hover, .main-nav .current-menu-item a, .main-nav .current_page_item a { color: var(--navy); }
.main-nav a:hover::after, .main-nav .current-menu-item a::after, .main-nav .current_page_item a::after { width: 100%; }

.header-cta-btn {
  padding: 10px 22px; font-size: 0.85rem; font-weight: 700;
  background: var(--orange); color: var(--white); border-radius: 50px;
  box-shadow: 0 4px 14px var(--orange-glow);
  transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 6px;
}
.header-cta-btn:hover { background: var(--orange-hover); transform: translateY(-1px); }

.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; }

/* =============================================
   BUTTONS
============================================= */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 32px; font-family: var(--font); font-size: 0.95rem; font-weight: 700; border-radius: 50px; border: none; cursor: pointer; transition: all 0.3s ease; }
.btn-orange { background: var(--orange); color: var(--white); box-shadow: 0 6px 24px var(--orange-glow); }
.btn-orange:hover { background: var(--orange-hover); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(252,112,50,0.35); }
.btn-ghost { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.2); }
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-dark); transform: translateY(-2px); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 2px solid var(--gray-200); }
.btn-outline-navy:hover { border-color: var(--orange); color: var(--orange); }

/* =============================================
   HERO
============================================= */
.hero { padding: 140px 0 80px; background: var(--navy); position: relative; overflow: hidden; min-height: 92vh; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; top: -200px; right: -100px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(252,112,50,0.15) 0%, transparent 70%); }
.hero::after { content: ''; position: absolute; bottom: -150px; left: -50px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(255,221,80,0.08) 0%, transparent 70%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 80px 80px; }
.hero .container { position: relative; z-index: 2; }
.hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-content { max-width: 560px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; background: rgba(252,112,50,0.12); border: 1px solid rgba(252,112,50,0.2); border-radius: 50px; font-size: 0.75rem; font-weight: 700; color: var(--orange); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 24px; }
.hero-eyebrow::before { content:''; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }
.hero h1 { font-size: clamp(2.2rem, 4.5vw, 3.2rem); color: var(--white); margin-bottom: 20px; letter-spacing: -0.03em; line-height: 1.15; }
.hero h1 .highlight { color: var(--orange); }
.hero-sub { font-size: 1.1rem; color: var(--text-on-dark); margin-bottom: 36px; line-height: 1.8; opacity: 0.85; }
.hero-cta-group { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-proof { display: flex; gap: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.08); }
.hero-proof-item .number { font-size: 1.6rem; font-weight: 800; color: var(--white); }
.hero-proof-item .number span { color: var(--orange); }
.hero-proof-item .label { font-size: 0.78rem; color: var(--text-on-dark); opacity: 0.7; margin-top: 2px; }
.hero-proof-item .source { font-size: 0.65rem; color: var(--text-on-dark); opacity: 0.45; margin-top: 2px; }
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-card { background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-xl); padding: 40px; max-width: 420px; width: 100%; }
.hero-card-badge { display: inline-block; padding: 4px 12px; background: var(--orange); color: var(--white); font-size: 0.7rem; font-weight: 700; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 20px; }
.hero-card h3 { color: var(--white); font-size: 1.3rem; margin-bottom: 12px; }
.hero-card p { color: var(--text-on-dark); font-size: 0.9rem; opacity: 0.8; margin-bottom: 24px; line-height: 1.7; }
.hero-card .btn { width: 100%; justify-content: center; }
.quiz-progress { display: flex; gap: 6px; margin-bottom: 20px; }
.quiz-progress span { flex: 1; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.1); }
.quiz-progress span.filled { background: var(--orange); }
.quiz-progress span.partial { background: linear-gradient(90deg, var(--orange) 60%, rgba(255,255,255,0.1) 60%); }

/* =============================================
   SECTIONS
============================================= */
.section { padding: 100px 0; }
.section-light { background: var(--off-white); }
.section-navy { background: var(--navy); color: var(--text-on-dark); }
.section-header { text-align: center; max-width: 600px; margin: 0 auto 56px; }
.section-eyebrow { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--orange); margin-bottom: 14px; display: block; }
.section-title { font-size: clamp(1.7rem, 3.2vw, 2.3rem); letter-spacing: -0.02em; margin-bottom: 14px; }
.section-desc { font-size: 1rem; color: var(--gray-500); line-height: 1.7; }

/* =============================================
   PAIN POINTS
============================================= */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 32px 28px; transition: all 0.35s ease; position: relative; overflow: hidden; }
.pain-card::before { content:''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); opacity: 0; transition: opacity 0.3s; }
.pain-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.pain-card:hover::before { opacity: 1; }
.pain-icon { font-size: 1.8rem; margin-bottom: 16px; }
.pain-card h4 { font-size: 1rem; margin-bottom: 8px; color: var(--navy); }
.pain-card p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.6; }

/* =============================================
   CONSEQUENCE BANNER
============================================= */
.consequence-banner { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%); padding: 56px 0; text-align: center; position: relative; overflow: hidden; }
.consequence-banner .container { position: relative; z-index: 2; max-width: 800px; }
.consequence-banner p { font-size: 1.15rem; color: var(--text-on-dark); line-height: 1.8; }
.consequence-banner strong { color: var(--orange); font-weight: 700; }

/* =============================================
   OFFERS
============================================= */
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.offer-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-xl); padding: 40px 32px; position: relative; transition: all 0.4s ease; display: flex; flex-direction: column; }
.offer-card.featured { border: 2px solid var(--orange); box-shadow: 0 0 0 4px var(--orange-glow); }
.offer-card.featured .offer-badge { display: inline-block; }
.offer-badge { display: none; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--orange); color: var(--white); font-size: 0.7rem; font-weight: 700; padding: 4px 16px; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.06em; white-space: nowrap; }
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.offer-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }
.offer-icon.audit { background: rgba(28,24,116,0.08); }
.offer-icon.prospection { background: rgba(252,112,50,0.1); }
.offer-icon.surmesure { background: rgba(255,221,80,0.15); }
.offer-card h3 { font-size: 1.2rem; color: var(--navy); margin-bottom: 6px; }
.offer-tagline { font-size: 0.82rem; color: var(--orange); font-weight: 600; margin-bottom: 16px; }
.offer-card > p { font-size: 0.9rem; color: var(--gray-500); line-height: 1.7; margin-bottom: 20px; }
.offer-features { flex: 1; margin-bottom: 24px; }
.offer-features li { font-size: 0.87rem; color: var(--gray-600); padding: 6px 0 6px 24px; position: relative; }
.offer-features li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.offer-card .btn { width: 100%; justify-content: center; }
.offer-limit { margin-bottom: 20px; padding: 10px 14px; background: var(--yellow-soft); border-radius: var(--radius); font-size: 0.82rem; color: var(--navy); font-weight: 600; text-align: center; }

/* =============================================
   OFFER DETAIL (page offres)
============================================= */
.offer-detail { padding: 80px 0; }
.offer-detail.alt-bg { background: var(--off-white); }
.offer-detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.offer-detail-layout.reversed { direction: rtl; }
.offer-detail-layout.reversed > * { direction: ltr; }
.offer-detail-content .section-eyebrow { text-align: left; }
.offer-detail-content h2 { font-size: 1.8rem; color: var(--navy); margin-bottom: 14px; letter-spacing: -0.02em; }
.offer-detail-content p { color: var(--gray-500); line-height: 1.8; margin-bottom: 20px; }
.offer-detail-content ul { margin-bottom: 28px; list-style: none; }
.offer-detail-content li { padding: 8px 0 8px 28px; position: relative; color: var(--gray-600); font-size: 0.92rem; }
.offer-detail-content li::before { content: '✓'; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.offer-detail-visual { background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: var(--radius-xl); padding: 48px; display: flex; align-items: center; justify-content: center; min-height: 320px; }
.big-stat { text-align: center; color: var(--white); }
.big-stat .num { font-size: 3.5rem; font-weight: 800; color: var(--orange); display: block; }
.big-stat .desc { font-size: 1rem; opacity: 0.7; margin-top: 8px; }

/* =============================================
   PROCESS
============================================= */
.process-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-timeline::before { content:''; position: absolute; top: 36px; left: 12.5%; right: 12.5%; height: 2px; background: var(--gray-200); }
.process-item { text-align: center; padding: 0 16px; position: relative; }
.process-num { width: 72px; height: 72px; border-radius: 50%; background: var(--white); border: 2px solid var(--gray-200); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 800; color: var(--navy); margin: 0 auto 20px; position: relative; z-index: 2; transition: all 0.3s; }
.process-item:hover .process-num { border-color: var(--orange); background: var(--orange); color: var(--white); }
.process-item h4 { font-size: 1rem; margin-bottom: 6px; color: var(--navy); }
.process-item p { font-size: 0.85rem; color: var(--gray-500); line-height: 1.6; }

/* =============================================
   TESTIMONIALS
============================================= */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 32px; transition: all 0.3s; }
.testimonial:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.testimonial-stars { color: var(--yellow); margin-bottom: 14px; font-size: 0.9rem; letter-spacing: 2px; }
.testimonial-text { font-size: 0.92rem; color: var(--gray-600); line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--orange)); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 0.8rem; }
.testimonial-meta .t-name { font-weight: 600; font-size: 0.88rem; }
.testimonial-meta .t-role { font-size: 0.78rem; color: var(--gray-400); }

/* =============================================
   CTA SECTION
============================================= */
.cta-section { padding: 80px 0; background: var(--navy); position: relative; overflow: hidden; }
.cta-section::before { content:''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(252,112,50,0.12) 0%, transparent 70%); }
.cta-inner { text-align: center; position: relative; z-index: 2; max-width: 580px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--white); margin-bottom: 14px; letter-spacing: -0.02em; }
.cta-inner p { color: var(--text-on-dark); opacity: 0.8; margin-bottom: 32px; font-size: 1.02rem; }
.cta-inner .btn-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =============================================
   PAGE HEADER
============================================= */
.page-header { padding: 140px 0 60px; background: var(--navy); text-align: center; position: relative; overflow: hidden; }
.page-header::before { content:''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 80px 80px; }
.page-header h1 { font-size: clamp(2rem, 4vw, 2.8rem); color: var(--white); margin-bottom: 14px; position: relative; letter-spacing: -0.02em; }
.page-header p { color: var(--text-on-dark); opacity: 0.75; font-size: 1.05rem; max-width: 520px; margin: 0 auto; position: relative; }

/* =============================================
   ABOUT
============================================= */
.about-hero { padding: 140px 0 60px; background: var(--off-white); }
.about-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.about-photo { width: 100%; border-radius: var(--radius-xl); overflow: hidden; }
.about-photo img { width: 100%; height: auto; object-fit: cover; }
.about-content .section-eyebrow { text-align: left; }
.about-content h1 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); color: var(--navy); margin-bottom: 20px; }
.about-content p { color: var(--gray-500); margin-bottom: 16px; line-height: 1.8; }
.about-content p strong { color: var(--navy); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { text-align: center; padding: 36px 24px; }
.value-icon { font-size: 2rem; margin-bottom: 14px; }
.value-card h4 { font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.value-card p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.6; }

/* =============================================
   CONTACT
============================================= */
.contact-hero { padding: 140px 0 60px; background: var(--off-white); text-align: center; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.contact-info-block { background: var(--navy); border-radius: var(--radius-xl); padding: 40px; color: var(--white); }
.contact-info-block h3 { font-size: 1.2rem; margin-bottom: 28px; }
.c-item { display: flex; gap: 14px; margin-bottom: 24px; align-items: start; }
.c-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(252,112,50,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.c-item h4 { font-size: 0.9rem; margin-bottom: 2px; }
.c-item p { font-size: 0.85rem; color: var(--text-on-dark); opacity: 0.7; }
.c-item p a { color: var(--orange); font-weight: 600; }
.c-socials { display: flex; gap: 12px; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.c-socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--text-on-dark); transition: all 0.3s; }
.c-socials a:hover { border-color: var(--orange); color: var(--orange); }
.contact-form-wrap { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-xl); padding: 40px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--gray-600); margin-bottom: 6px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 12px 16px; border: 1px solid var(--gray-200); border-radius: var(--radius); font-family: var(--font); font-size: 0.9rem; color: var(--text); background: var(--white); transition: border-color 0.3s, box-shadow 0.3s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-glow); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-alt { text-align: center; margin-top: 16px; }
.form-alt span { font-size: 0.85rem; color: var(--gray-400); }
.form-alt a { font-size: 0.9rem; font-weight: 600; color: var(--orange); }

/* =============================================
   LEGAL PAGES
============================================= */
.legal-content { color: var(--gray-600); line-height: 1.8; max-width: 800px; margin: 0 auto; }
.legal-content h2 { font-size: 1.3rem; color: var(--navy); margin: 36px 0 12px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-size: 1.1rem; color: var(--navy); margin: 28px 0 10px; }
.legal-content ul { list-style: disc; padding-left: 24px; margin: 12px 0; }
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: var(--orange); }

/* =============================================
   FLOATING CTA
============================================= */
.floating-cta { position: fixed; bottom: 24px; right: 24px; z-index: 999; padding: 14px 28px; background: var(--orange); color: var(--white); border-radius: 50px; font-weight: 700; font-size: 0.88rem; box-shadow: 0 8px 32px rgba(252,112,50,0.4); transition: all 0.3s; cursor: pointer; display: flex; align-items: center; gap: 8px; font-family: var(--font); opacity: 0; pointer-events: none; }
.floating-cta.visible { opacity: 1; pointer-events: auto; }
.floating-cta:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 12px 40px rgba(252,112,50,0.5); }

/* =============================================
   FOOTER
============================================= */
.site-footer { background: var(--navy-dark); color: var(--text-on-dark); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand p { font-size: 0.88rem; opacity: 0.6; line-height: 1.7; margin-top: 12px; max-width: 280px; }
.footer-col h4 { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--white); margin-bottom: 16px; }
.footer-col li { margin-bottom: 8px; list-style: none; }
.footer-col a { font-size: 0.87rem; color: var(--text-on-dark); opacity: 0.6; }
.footer-col a:hover { opacity: 1; color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.78rem; opacity: 0.4; }

/* =============================================
   BLOG
============================================= */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.blog-card-img { aspect-ratio: 16/10; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 24px; }
.blog-card-body h3 { font-size: 1.05rem; margin-bottom: 8px; color: var(--navy); }
.blog-card-body h3 a:hover { color: var(--orange); }
.blog-card-body p { font-size: 0.88rem; color: var(--gray-500); line-height: 1.6; }
.blog-card-meta { font-size: 0.75rem; color: var(--gray-400); margin-bottom: 8px; }

/* WP Defaults */
.wp-block-image img { border-radius: var(--radius); }
.entry-content p { margin-bottom: 1.5rem; }
.entry-content h2 { margin: 2.5rem 0 1rem; }
.entry-content h3 { margin: 2rem 0 0.8rem; }
.entry-content ul, .entry-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; }
.entry-content li { margin-bottom: 0.5rem; }

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .offers-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .offer-detail-layout, .offer-detail-layout.reversed { grid-template-columns: 1fr; }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo { max-height: 400px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .main-nav { position: fixed; top: 0; right: -100%; width: 80%; max-width: 320px; height: 100vh; background: var(--white); padding: 80px 28px 28px; transition: right 0.35s ease; z-index: 999; box-shadow: -10px 0 40px rgba(0,0,0,0.15); }
  .main-nav.open { right: 0; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav li { border-bottom: 1px solid var(--gray-100); }
  .main-nav a { display: block; padding: 14px 0; font-size: 1rem; }
  .menu-toggle { display: flex; }
  .section { padding: 64px 0; }
  .pain-grid { grid-template-columns: 1fr; }
  .process-timeline { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process-timeline::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-proof { gap: 24px; flex-wrap: wrap; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .values-grid { grid-template-columns: 1fr; }
  .floating-cta .desk-text { display: none; }
  .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 1.9rem; }
  .hero-cta-group { flex-direction: column; }
  .hero-cta-group .btn { width: 100%; justify-content: center; }
  .offers-grid { max-width: 100%; }
}
