{"id":30,"date":"2024-05-25T12:44:23","date_gmt":"2024-05-25T12:44:23","guid":{"rendered":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/"},"modified":"2026-02-09T06:25:39","modified_gmt":"2026-02-09T06:25:39","slug":"a-propos","status":"publish","type":"page","link":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/","title":{"rendered":"Qui est derri\u00e8re Astrak et comment travaillons-nous ?"},"content":{"rendered":"\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800&family=Poppins:wght@400;500;600&display=swap');\n\n\/* ============================================\n   VARIABLES ASTRAK\n   ============================================ *\/\n.astrak-about-page {\n  --astrak-primary: #0F0F3D;\n  --astrak-primary-light: #1a1a5e;\n  --astrak-accent: #FFEF5E;\n  --astrak-accent-hover: #5AE7DE;\n  --astrak-dark: #121212;\n  --astrak-white: #FFFFFF;\n  --astrak-gray: #F8F9FA;\n  --astrak-light-blue: #EAFBFF;\n}\n\n\/* ============================================\n   RESET & BASE\n   ============================================ *\/\n.astrak-about-page {\n  font-family: 'Poppins', sans-serif;\n  background-color: var(--astrak-white);\n  color: var(--astrak-primary);\n  overflow-x: hidden;\n  line-height: 1.6;\n}\n\n.astrak-about-page * {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n.astrak-about-page img {\n  max-width: 100%;\n  height: auto;\n}\n\n.astrak-about-wrapper {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n\/* ============================================\n   HERO SECTION\n   ============================================ *\/\n.astrak-about-hero {\n  background: var(--astrak-primary);\n  background-image: \n    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(90, 231, 222, 0.08) 0%, transparent 50%),\n    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(255, 239, 94, 0.06) 0%, transparent 50%),\n    linear-gradient(160deg, var(--astrak-primary) 0%, #12124a 50%, var(--astrak-primary) 100%);\n  padding: 120px 24px 100px;\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-about-hero::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  background: \n    linear-gradient(135deg, transparent 45%, rgba(90, 231, 222, 0.03) 45%, rgba(90, 231, 222, 0.03) 55%, transparent 55%),\n    linear-gradient(135deg, transparent 65%, rgba(90, 231, 222, 0.02) 65%, rgba(90, 231, 222, 0.02) 75%, transparent 75%);\n  pointer-events: none;\n}\n\n.astrak-hero-chevrons {\n  position: absolute;\n  right: 8%;\n  top: 50%;\n  transform: translateY(-50%);\n  opacity: 0.15;\n}\n\n.astrak-hero-chevrons svg {\n  width: 180px;\n  height: 140px;\n  fill: var(--astrak-accent);\n}\n\n.astrak-about-hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 750px;\n}\n\n.astrak-hero-badge {\n  display: inline-block;\n  background: rgba(90, 231, 222, 0.12);\n  border: 1px solid rgba(90, 231, 222, 0.4);\n  color: var(--astrak-accent-hover);\n  font-family: 'Outfit', sans-serif;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  padding: 10px 24px;\n  border-radius: 50px;\n  margin-bottom: 32px;\n}\n\n.astrak-about-hero h1 {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(40px, 6vw, 64px);\n  font-weight: 800;\n  line-height: 1.1;\n  color: var(--astrak-white);\n  margin-bottom: 24px;\n}\n\n.astrak-about-hero h1 span {\n  color: var(--astrak-accent);\n}\n\n.astrak-about-hero-subtitle {\n  font-size: 20px;\n  color: rgba(255, 255, 255, 0.8);\n  max-width: 600px;\n  line-height: 1.7;\n}\n\n\/* ============================================\n   SECTION TITLES\n   ============================================ *\/\n.astrak-section-header {\n  text-align: center;\n  margin-bottom: 60px;\n}\n\n.astrak-section-tag {\n  display: inline-block;\n  background: rgba(90, 231, 222, 0.1);\n  border: 1px solid var(--astrak-accent-hover);\n  color: var(--astrak-accent-hover);\n  font-family: 'Outfit', sans-serif;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  padding: 8px 20px;\n  border-radius: 50px;\n  margin-bottom: 20px;\n}\n\n.astrak-section-tag-dark {\n  background: rgba(255, 239, 94, 0.1);\n  border-color: var(--astrak-accent);\n  color: var(--astrak-accent);\n}\n\n.astrak-section-title {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800;\n  color: var(--astrak-primary);\n  margin-bottom: 16px;\n}\n\n.astrak-section-title span {\n  color: var(--astrak-accent-hover);\n}\n\n.astrak-section-title-light {\n  color: var(--astrak-white);\n}\n\n.astrak-section-title-light span {\n  color: var(--astrak-accent);\n}\n\n.astrak-section-subtitle {\n  font-size: 18px;\n  color: var(--astrak-primary);\n  opacity: 0.7;\n  max-width: 600px;\n  margin: 0 auto;\n}\n\n.astrak-section-subtitle-light {\n  color: rgba(255, 255, 255, 0.7);\n}\n\n\/* ============================================\n   FEPSEM MEMBERSHIP SECTION\n   ============================================ *\/\n.astrak-fepsem-section {\n  padding: 60px 24px;\n  background: linear-gradient(135deg, rgba(90, 231, 222, 0.05) 0%, rgba(255, 239, 94, 0.03) 100%);\n  border-top: 1px solid rgba(90, 231, 222, 0.1);\n  border-bottom: 1px solid rgba(90, 231, 222, 0.1);\n}\n\n\/* Dark version for between Team and Values *\/\n.astrak-fepsem-dark {\n  background: var(--astrak-primary);\n  background-image: \n    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(90, 231, 222, 0.08) 0%, transparent 50%),\n    radial-gradient(ellipse 50% 30% at 20% 50%, rgba(255, 239, 94, 0.06) 0%, transparent 50%);\n  border: none;\n}\n\n.astrak-fepsem-dark .astrak-fepsem-text h3 {\n  color: var(--astrak-accent);\n}\n\n.astrak-fepsem-dark .astrak-fepsem-text p {\n  color: rgba(255, 255, 255, 0.85);\n}\n\n.astrak-fepsem-dark .astrak-fepsem-text a {\n  color: var(--astrak-accent-hover);\n}\n\n.astrak-fepsem-dark .astrak-fepsem-text a:hover {\n  color: var(--astrak-accent);\n}\n\n.astrak-fepsem-content {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 40px;\n  flex-wrap: wrap;\n}\n\n.astrak-fepsem-logo {\n  flex-shrink: 0;\n}\n\n.astrak-fepsem-logo img {\n  height: 80px;\n  width: auto;\n}\n\n.astrak-fepsem-text {\n  max-width: 600px;\n}\n\n.astrak-fepsem-text h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n  margin-bottom: 12px;\n}\n\n.astrak-fepsem-text p {\n  font-size: 16px;\n  line-height: 1.7;\n  color: var(--astrak-primary);\n  opacity: 0.85;\n}\n\n.astrak-fepsem-text a {\n  color: var(--astrak-accent-hover);\n  text-decoration: none;\n  font-weight: 600;\n  transition: color 0.3s ease;\n}\n\n.astrak-fepsem-text a:hover {\n  color: var(--astrak-primary);\n}\n\n\/* ============================================\n   TEAM SECTION\n   ============================================ *\/\n.astrak-team-section {\n  padding: 100px 24px;\n  background: var(--astrak-gray);\n}\n\n.astrak-team-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 32px;\n  max-width: 100%;\n}\n\n\/* CEO Card - Featured *\/\n.astrak-team-ceo {\n  grid-column: 1 \/ -1;\n  background: linear-gradient(135deg, var(--astrak-primary) 0%, var(--astrak-primary-light) 100%);\n  border-radius: 24px;\n  padding: 48px;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 48px;\n  align-items: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-team-ceo::before {\n  content: '';\n  position: absolute;\n  top: -50px;\n  right: -50px;\n  width: 200px;\n  height: 200px;\n  background: radial-gradient(circle, rgba(255, 239, 94, 0.15) 0%, transparent 70%);\n}\n\n.astrak-team-ceo-image {\n  width: 200px;\n  height: 200px;\n  border-radius: 50%;\n  overflow: hidden;\n  border: 4px solid var(--astrak-accent);\n  position: relative;\n  z-index: 1;\n}\n\n.astrak-team-ceo-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.astrak-team-ceo-info {\n  position: relative;\n  z-index: 1;\n}\n\n.astrak-team-ceo-info h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--astrak-white);\n  margin-bottom: 8px;\n}\n\n.astrak-team-ceo-role {\n  font-size: 16px;\n  font-weight: 600;\n  color: var(--astrak-accent);\n  margin-bottom: 16px;\n}\n\n.astrak-team-ceo-bio {\n  font-size: 16px;\n  color: rgba(255, 255, 255, 0.85);\n  line-height: 1.7;\n  margin-bottom: 24px;\n  max-width: 500px;\n}\n\n.astrak-team-ceo-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-bottom: 24px;\n}\n\n.astrak-team-ceo-badges span {\n  background: rgba(255, 239, 94, 0.15);\n  border: 1px solid var(--astrak-accent);\n  color: var(--astrak-accent);\n  font-size: 13px;\n  font-weight: 600;\n  padding: 8px 16px;\n  border-radius: 50px;\n}\n\n.astrak-team-ceo-badges .astrak-ceseo-badge {\n  background: rgba(90, 231, 222, 0.15);\n  border-color: var(--astrak-accent-hover);\n  color: var(--astrak-accent-hover);\n}\n\n.astrak-team-ceo-badges .astrak-ceseo-badge a {\n  color: inherit;\n  text-decoration: none;\n  transition: all 0.3s ease;\n}\n\n.astrak-team-ceo-badges .astrak-ceseo-badge:hover {\n  background: rgba(90, 231, 222, 0.25);\n  transform: translateY(-2px);\n}\n\n\/* Social Links Row *\/\n.astrak-team-ceo-socials {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n\n.astrak-social-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--astrak-accent);\n  color: var(--astrak-primary);\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  padding: 12px 24px;\n  border-radius: 50px;\n  text-decoration: none;\n  transition: all 0.3s ease;\n}\n\n.astrak-social-btn:hover {\n  background: var(--astrak-white);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n}\n\n.astrak-social-btn svg {\n  width: 18px;\n  height: 18px;\n}\n\n.astrak-social-btn-youtube {\n  background: #FF0000;\n  color: var(--astrak-white);\n}\n\n.astrak-social-btn-youtube:hover {\n  background: #cc0000;\n  color: var(--astrak-white);\n}\n\n.astrak-social-btn-twitter {\n  background: #000000;\n  color: var(--astrak-white);\n}\n\n.astrak-social-btn-twitter:hover {\n  background: #333333;\n  color: var(--astrak-white);\n}\n\n.astrak-linkedin-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--astrak-accent);\n  color: var(--astrak-primary);\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  padding: 12px 24px;\n  border-radius: 50px;\n  text-decoration: none;\n  transition: all 0.3s ease;\n}\n\n.astrak-linkedin-btn:hover {\n  background: var(--astrak-white);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n}\n\n.astrak-linkedin-btn svg {\n  width: 18px;\n  height: 18px;\n}\n\n\/* Team Member Cards *\/\n.astrak-team-card {\n  background: var(--astrak-white);\n  border-radius: 20px;\n  padding: 32px 24px;\n  text-align: center;\n  box-shadow: 0 4px 20px rgba(15, 15, 61, 0.06);\n  transition: all 0.3s ease;\n  border: 2px solid transparent;\n  width: 100%;\n  max-width: 100%;\n}\n\n.astrak-team-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 12px 40px rgba(15, 15, 61, 0.12);\n  border-color: var(--astrak-accent-hover);\n}\n\n.astrak-team-card-image {\n  width: 120px;\n  height: 120px;\n  border-radius: 50%;\n  overflow: hidden;\n  margin: 0 auto 20px;\n  border: 3px solid var(--astrak-accent-hover);\n  transition: all 0.3s ease;\n}\n\n.astrak-team-card:hover .astrak-team-card-image {\n  border-color: var(--astrak-accent);\n  transform: scale(1.05);\n}\n\n.astrak-team-card-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.astrak-team-card h4 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n  margin-bottom: 6px;\n}\n\n.astrak-team-card-role {\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--astrak-accent-hover);\n  margin-bottom: 12px;\n}\n\n.astrak-team-card-bio {\n  font-size: 14px;\n  color: var(--astrak-primary);\n  opacity: 0.75;\n  line-height: 1.6;\n  margin-bottom: 20px;\n}\n\n.astrak-team-card .astrak-linkedin-btn {\n  background: var(--astrak-primary);\n  color: var(--astrak-white);\n  font-size: 13px;\n  padding: 10px 20px;\n}\n\n.astrak-team-card .astrak-linkedin-btn:hover {\n  background: var(--astrak-primary-light);\n}\n\n\/* ============================================\n   PROCESS SECTION V2\n   ============================================ *\/\n.astrak-process-section-v2 * {\n  box-sizing: border-box;\n}\n\n.astrak-process-section-v2 {\n  padding: 100px 24px;\n  background: var(--astrak-white);\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-process-section-v2::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  background: \n    linear-gradient(135deg, transparent 40%, rgba(90, 231, 222, 0.03) 40%, rgba(90, 231, 222, 0.03) 50%, transparent 50%),\n    linear-gradient(135deg, transparent 60%, rgba(255, 239, 94, 0.02) 60%, rgba(255, 239, 94, 0.02) 70%, transparent 70%);\n  pointer-events: none;\n}\n\n.astrak-process-wrapper-v2 {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0;\n}\n\n.astrak-process-content-v2 {\n  position: relative;\n  z-index: 1;\n}\n\n.astrak-process-header-v2 {\n  text-align: center;\n  margin-bottom: 60px;\n}\n\n.astrak-process-tag-v2 {\n  display: inline-block;\n  background: rgba(90, 231, 222, 0.1);\n  border: 1px solid var(--astrak-accent-hover);\n  color: var(--astrak-accent-hover);\n  font-family: 'Outfit', sans-serif;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  padding: 8px 20px;\n  border-radius: 50px;\n  margin-bottom: 20px;\n}\n\n.astrak-process-title-v2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800;\n  color: var(--astrak-primary);\n  margin-bottom: 16px;\n}\n\n.astrak-process-title-v2 span {\n  color: var(--astrak-accent-hover);\n}\n\n.astrak-process-subtitle-v2 {\n  font-size: 18px;\n  color: var(--astrak-primary);\n  opacity: 0.7;\n  max-width: 600px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n.astrak-launch-v2 {\n  margin-bottom: 40px;\n}\n\n.astrak-launch-label-v2 {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 24px;\n}\n\n.astrak-launch-label-v2 span {\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--astrak-accent-hover);\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  white-space: nowrap;\n}\n\n.astrak-launch-label-v2::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, var(--astrak-accent-hover), transparent);\n}\n\n.astrak-launch-card-v2 {\n  display: flex;\n  gap: 32px;\n  align-items: flex-start;\n}\n\n.astrak-launch-number-v2 {\n  flex-shrink: 0;\n  width: 80px;\n  height: 80px;\n  background: linear-gradient(135deg, var(--astrak-primary) 0%, var(--astrak-primary-light) 100%);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Outfit', sans-serif;\n  font-size: 28px;\n  font-weight: 800;\n  color: var(--astrak-accent);\n  box-shadow: 0 0 40px rgba(15, 15, 61, 0.2);\n}\n\n.astrak-launch-content-v2 {\n  flex: 1;\n  background: linear-gradient(135deg, var(--astrak-primary) 0%, var(--astrak-primary-light) 100%);\n  border: 2px solid rgba(90, 231, 222, 0.3);\n  border-radius: 20px;\n  padding: 32px;\n  position: relative;\n}\n\n.astrak-onetime-badge-v2 {\n  position: absolute;\n  top: 16px;\n  right: 20px;\n  font-family: 'Outfit', sans-serif;\n  font-size: 11px;\n  font-weight: 700;\n  color: var(--astrak-accent);\n  background: rgba(255, 239, 94, 0.15);\n  padding: 6px 14px;\n  border-radius: 20px;\n  letter-spacing: 1px;\n}\n\n.astrak-step-header-v2 {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 20px;\n  flex-wrap: wrap;\n}\n\n.astrak-step-icon-v2 {\n  width: 48px;\n  height: 48px;\n  background: linear-gradient(135deg, var(--astrak-accent) 0%, #ffd600 100%);\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 24px;\n  flex-shrink: 0;\n}\n\n.astrak-step-title-v2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 22px;\n  font-weight: 700;\n  color: var(--astrak-white);\n  margin: 0;\n}\n\n.astrak-step-list-v2 {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.astrak-step-list-v2 li {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  font-size: 15px;\n  color: rgba(255, 255, 255, 0.85);\n  line-height: 1.6;\n}\n\n.astrak-step-list-v2 li span {\n  color: var(--astrak-accent);\n  font-weight: 700;\n  font-size: 18px;\n  line-height: 1.4;\n  flex-shrink: 0;\n}\n\n.astrak-owner-note-v2 {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  margin-top: 20px;\n  padding: 14px 18px;\n  background: rgba(255, 239, 94, 0.08);\n  border-radius: 12px;\n  border-left: 3px solid var(--astrak-accent);\n}\n\n.astrak-owner-note-v2 .note-icon {\n  font-size: 20px;\n  flex-shrink: 0;\n}\n\n.astrak-owner-note-v2 p {\n  font-size: 14px;\n  color: rgba(255, 255, 255, 0.85);\n  font-style: italic;\n  margin: 0;\n}\n\n.astrak-owner-note-v2 strong {\n  color: var(--astrak-accent);\n  font-weight: 600;\n}\n\n.astrak-connector-v2 {\n  display: flex;\n  justify-content: center;\n  padding: 24px 0;\n}\n\n.astrak-connector-inner-v2 {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.astrak-connector-line-v2 {\n  width: 3px;\n  height: 40px;\n  background: linear-gradient(180deg, var(--astrak-primary), var(--astrak-accent-hover));\n  border-radius: 3px;\n}\n\n.astrak-connector-icon-v2 {\n  width: 44px;\n  height: 44px;\n  background: var(--astrak-accent-hover);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  animation: astrak-pulse-v2 2s ease-in-out infinite;\n}\n\n.astrak-connector-icon-v2 svg {\n  width: 22px;\n  height: 22px;\n  fill: var(--astrak-primary);\n}\n\n@keyframes astrak-pulse-v2 {\n  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(90, 231, 222, 0.4); }\n  50% { transform: scale(1.1); box-shadow: 0 0 20px 10px rgba(90, 231, 222, 0.2); }\n}\n\n.astrak-loop-v2 {\n  background: linear-gradient(135deg, var(--astrak-primary) 0%, var(--astrak-primary-light) 100%);\n  border: none;\n  border-radius: 32px;\n  padding: 48px 40px;\n}\n\n.astrak-loop-header-v2 {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 20px;\n  margin-bottom: 48px;\n  flex-wrap: wrap;\n}\n\n.astrak-loop-badge-v2 {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  background: linear-gradient(135deg, var(--astrak-accent-hover) 0%, #3dd9cf 100%);\n  color: var(--astrak-primary);\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  padding: 14px 28px;\n  border-radius: 50px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.astrak-loop-badge-v2 svg {\n  width: 22px;\n  height: 22px;\n  animation: astrak-rotate-v2 3s linear infinite;\n}\n\n@keyframes astrak-rotate-v2 {\n  from { transform: rotate(0deg); }\n  to { transform: rotate(360deg); }\n}\n\n.astrak-loop-text-v2 {\n  font-size: 15px;\n  color: rgba(255, 255, 255, 0.6);\n}\n\n.astrak-loop-owner-note-v2 {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n  margin-bottom: 32px;\n  padding: 16px 24px;\n  background: rgba(90, 231, 222, 0.08);\n  border-radius: 12px;\n  border: 1px solid rgba(90, 231, 222, 0.2);\n  text-align: center;\n}\n\n.astrak-loop-owner-note-v2 p {\n  font-size: 14px;\n  color: rgba(255, 255, 255, 0.85);\n  margin: 0;\n}\n\n.astrak-loop-owner-note-v2 strong {\n  color: var(--astrak-accent-hover);\n  font-weight: 600;\n}\n\n.astrak-loop-steps-v2 {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n}\n\n.astrak-loop-step-v2 {\n  background: rgba(255, 255, 255, 0.03);\n  border: 1px solid rgba(255, 255, 255, 0.08);\n  border-radius: 20px;\n  padding: 24px;\n  transition: all 0.3s ease;\n}\n\n.astrak-loop-step-v2:hover {\n  background: rgba(90, 231, 222, 0.05);\n  border-color: rgba(90, 231, 222, 0.2);\n}\n\n.astrak-loop-step-header-v2 {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  margin-bottom: 16px;\n  flex-wrap: wrap;\n}\n\n.astrak-loop-step-number-v2 {\n  width: 48px;\n  height: 48px;\n  background: var(--astrak-primary);\n  border: 3px solid var(--astrak-accent-hover);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 800;\n  color: var(--astrak-accent-hover);\n  flex-shrink: 0;\n  transition: all 0.3s ease;\n}\n\n.astrak-loop-step-v2:hover .astrak-loop-step-number-v2 {\n  background: var(--astrak-accent-hover);\n  color: var(--astrak-primary);\n  box-shadow: 0 0 30px rgba(90, 231, 222, 0.4);\n}\n\n.astrak-loop-step-icon-v2 {\n  width: 42px;\n  height: 42px;\n  background: rgba(90, 231, 222, 0.15);\n  border-radius: 10px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 22px;\n  flex-shrink: 0;\n}\n\n.astrak-loop-step-title-v2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  color: #FFFFFF;\n  margin: 0;\n  flex: 1;\n  min-width: 200px;\n}\n\n.astrak-loop-step-list-v2 {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.astrak-loop-step-list-v2 li {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  font-size: 14px;\n  color: rgba(255, 255, 255, 0.75);\n  line-height: 1.6;\n}\n\n.astrak-loop-step-list-v2 li span {\n  color: var(--astrak-accent-hover);\n  font-weight: 700;\n  font-size: 16px;\n  line-height: 1.4;\n  flex-shrink: 0;\n}\n\n.astrak-loop-return-v2 {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  margin-top: 32px;\n  padding-top: 24px;\n  border-top: 1px dashed rgba(90, 231, 222, 0.2);\n  gap: 16px;\n  flex-wrap: wrap;\n}\n\n.astrak-loop-return-arrow-v2 {\n  width: 48px;\n  height: 48px;\n  background: rgba(90, 231, 222, 0.1);\n  border: 2px solid var(--astrak-accent-hover);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  animation: astrak-bounce-v2 1.5s ease-in-out infinite;\n  flex-shrink: 0;\n}\n\n.astrak-loop-return-arrow-v2 svg {\n  width: 24px;\n  height: 24px;\n  fill: none;\n  stroke: var(--astrak-accent-hover);\n  stroke-width: 2.5;\n}\n\n@keyframes astrak-bounce-v2 {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n.astrak-loop-return-text-v2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--astrak-accent-hover);\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  text-align: center;\n}\n\n\/* ============================================\n   STORY SECTION\n   ============================================ *\/\n.astrak-story-section {\n  padding: 100px 24px;\n  background: linear-gradient(180deg, var(--astrak-white) 0%, #f8fafc 100%);\n}\n\n.astrak-story-content {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr;\n  gap: 60px;\n  align-items: start;\n}\n\n.astrak-story-text {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n}\n\n.astrak-story-block {\n  background: var(--astrak-white);\n  border-radius: 20px;\n  padding: 32px;\n  box-shadow: 0 4px 20px rgba(15, 15, 61, 0.06);\n  border-left: 4px solid var(--astrak-accent);\n  transition: all 0.3s ease;\n  position: relative;\n}\n\n.astrak-story-block:hover {\n  transform: translateX(8px);\n  box-shadow: 0 8px 30px rgba(15, 15, 61, 0.1);\n}\n\n.astrak-story-block:nth-child(even) {\n  border-left-color: var(--astrak-accent-hover);\n}\n\n.astrak-story-block-highlight {\n  background: linear-gradient(135deg, rgba(255, 239, 94, 0.08) 0%, rgba(255, 239, 94, 0.02) 100%);\n  border-left-color: var(--astrak-accent);\n  border: 2px solid rgba(255, 239, 94, 0.3);\n  border-left-width: 4px;\n}\n\n.astrak-story-block-icon {\n  position: absolute;\n  top: -16px;\n  left: 24px;\n  width: 40px;\n  height: 40px;\n  background: var(--astrak-primary);\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 20px;\n  box-shadow: 0 4px 12px rgba(15, 15, 61, 0.2);\n}\n\n.astrak-story-block h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 22px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n  margin-bottom: 16px;\n  margin-top: 8px;\n}\n\n.astrak-story-block p {\n  font-size: 15px;\n  line-height: 1.8;\n  color: var(--astrak-primary);\n  opacity: 0.85;\n}\n\n.astrak-story-block a {\n  text-decoration: none;\n}\n\n.astrak-story-block strong {\n  color: var(--astrak-primary);\n  font-weight: 600;\n}\n\n.astrak-client-badge {\n  display: inline-block;\n  background: var(--astrak-accent);\n  color: var(--astrak-primary);\n  padding: 3px 12px;\n  border-radius: 20px;\n  font-weight: 600;\n  font-size: 13px;\n  margin: 2px 4px;\n  transition: all 0.2s ease;\n}\n\n.astrak-client-badge:hover {\n  background: var(--astrak-accent-hover);\n  transform: translateY(-2px);\n}\n\n.astrak-story-sidebar {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n  position: sticky;\n  top: 100px;\n}\n\n.astrak-timeline-card {\n  background: var(--astrak-primary);\n  border-radius: 24px;\n  padding: 32px;\n  color: var(--astrak-white);\n}\n\n.astrak-timeline-card-title {\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--astrak-accent);\n  margin-bottom: 24px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.astrak-timeline {\n  position: relative;\n  padding-left: 24px;\n}\n\n.astrak-timeline::before {\n  content: '';\n  position: absolute;\n  left: 6px;\n  top: 8px;\n  bottom: 8px;\n  width: 2px;\n  background: linear-gradient(180deg, var(--astrak-accent) 0%, var(--astrak-accent-hover) 100%);\n  border-radius: 2px;\n}\n\n.astrak-timeline-item {\n  position: relative;\n  margin-bottom: 20px;\n  padding-left: 16px;\n}\n\n.astrak-timeline-item:last-child {\n  margin-bottom: 0;\n}\n\n.astrak-timeline-dot {\n  position: absolute;\n  left: -22px;\n  top: 4px;\n  width: 14px;\n  height: 14px;\n  background: var(--astrak-accent);\n  border-radius: 50%;\n  border: 3px solid var(--astrak-primary);\n}\n\n.astrak-timeline-current .astrak-timeline-dot {\n  background: var(--astrak-accent-hover);\n  box-shadow: 0 0 0 6px rgba(90, 231, 222, 0.3);\n}\n\n.astrak-timeline-content {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n\n.astrak-timeline-date {\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--astrak-accent);\n}\n\n.astrak-timeline-current .astrak-timeline-date {\n  color: var(--astrak-accent-hover);\n}\n\n.astrak-timeline-item p {\n  font-size: 13px;\n  color: rgba(255, 255, 255, 0.75);\n  line-height: 1.5;\n  margin: 0;\n}\n\n.astrak-growth-card {\n  background: var(--astrak-white);\n  border: 2px solid var(--astrak-accent);\n  border-radius: 20px;\n  padding: 28px;\n}\n\n.astrak-growth-card-title {\n  font-family: 'Outfit', sans-serif;\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n  margin-bottom: 24px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.astrak-growth-year {\n  display: grid;\n  grid-template-columns: 60px 1fr 70px;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 16px;\n}\n\n.astrak-growth-year-label {\n  font-family: 'Outfit', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n}\n\n.astrak-growth-year-bar {\n  height: 12px;\n  background: rgba(15, 15, 61, 0.08);\n  border-radius: 10px;\n  overflow: hidden;\n}\n\n.astrak-growth-year-fill {\n  height: 100%;\n  background: linear-gradient(90deg, var(--astrak-accent) 0%, var(--astrak-accent-hover) 100%);\n  border-radius: 10px;\n  transition: width 0.5s ease;\n}\n\n.astrak-growth-year-target .astrak-growth-year-fill {\n  background: linear-gradient(90deg, var(--astrak-accent-hover) 0%, #2dd4bf 100%);\n}\n\n.astrak-growth-year-value {\n  font-family: 'Outfit', sans-serif;\n  font-size: 16px;\n  font-weight: 800;\n  color: var(--astrak-primary);\n  text-align: right;\n}\n\n.astrak-growth-year-target .astrak-growth-year-value {\n  color: var(--astrak-accent-hover);\n}\n\n.astrak-growth-caption {\n  font-size: 13px;\n  color: var(--astrak-primary);\n  opacity: 0.6;\n  text-align: center;\n  margin-top: 8px;\n  font-style: italic;\n}\n\n.astrak-clients-card {\n  background: linear-gradient(135deg, rgba(90, 231, 222, 0.1) 0%, rgba(90, 231, 222, 0.03) 100%);\n  border: 2px solid rgba(90, 231, 222, 0.3);\n  border-radius: 20px;\n  padding: 28px;\n}\n\n.astrak-clients-card-title {\n  font-family: 'Outfit', sans-serif;\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n  margin-bottom: 4px;\n}\n\n.astrak-clients-card-subtitle {\n  font-size: 13px;\n  color: var(--astrak-primary);\n  opacity: 0.6;\n  margin-bottom: 20px;\n}\n\n.astrak-clients-logos {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.astrak-client-logo {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: var(--astrak-white);\n  border: 2px solid transparent;\n  border-radius: 12px;\n  padding: 16px 20px;\n  text-decoration: none;\n  transition: all 0.3s ease;\n}\n\n.astrak-client-logo:hover {\n  border-color: var(--astrak-accent-hover);\n  transform: translateY(-2px);\n  box-shadow: 0 6px 20px rgba(90, 231, 222, 0.2);\n}\n\n.astrak-client-logo span {\n  font-family: 'Outfit', sans-serif;\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n}\n\n\/* ============================================\n   VALUES \/ USP SECTION\n   ============================================ *\/\n.astrak-values-section {\n  padding: 100px 24px;\n  background: var(--astrak-gray);\n}\n\n.astrak-values-intro {\n  max-width: 800px;\n  margin: 0 auto 60px;\n  text-align: center;\n}\n\n.astrak-values-intro p {\n  font-size: 20px;\n  line-height: 1.8;\n  color: var(--astrak-primary);\n  opacity: 0.85;\n}\n\n.astrak-values-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 32px;\n  margin-bottom: 60px;\n}\n\n.astrak-value-card {\n  background: var(--astrak-white);\n  border-radius: 24px;\n  padding: 40px 32px;\n  position: relative;\n  overflow: hidden;\n  transition: all 0.3s ease;\n  border: 2px solid transparent;\n}\n\n.astrak-value-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--astrak-accent), var(--astrak-accent-hover));\n}\n\n.astrak-value-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 50px rgba(15, 15, 61, 0.12);\n  border-color: var(--astrak-accent);\n}\n\n.astrak-value-icon {\n  width: 64px;\n  height: 64px;\n  background: linear-gradient(135deg, var(--astrak-accent) 0%, #ffd600 100%);\n  border-radius: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 32px;\n  margin-bottom: 24px;\n}\n\n.astrak-value-card h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--astrak-primary);\n  margin-bottom: 12px;\n}\n\n.astrak-value-card > p {\n  font-size: 16px;\n  line-height: 1.7;\n  color: var(--astrak-primary);\n  opacity: 0.8;\n  margin-bottom: 20px;\n}\n\n.astrak-value-tradeoff {\n  background: rgba(15, 15, 61, 0.03);\n  border-radius: 12px;\n  padding: 16px;\n  border-left: 3px solid var(--astrak-accent-hover);\n}\n\n.astrak-value-tradeoff p {\n  font-size: 14px;\n  color: var(--astrak-primary);\n  opacity: 0.75;\n  line-height: 1.6;\n  font-style: italic;\n}\n\n.astrak-usp-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n\n.astrak-usp-card {\n  background: var(--astrak-primary);\n  border-radius: 20px;\n  padding: 32px;\n  text-align: center;\n  transition: all 0.3s ease;\n}\n\n.astrak-usp-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 16px 40px rgba(15, 15, 61, 0.3);\n}\n\n.astrak-usp-icon {\n  width: 56px;\n  height: 56px;\n  background: var(--astrak-accent);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 28px;\n  margin: 0 auto 20px;\n}\n\n.astrak-usp-card h4 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--astrak-white);\n  margin-bottom: 12px;\n}\n\n.astrak-usp-card p {\n  font-size: 14px;\n  line-height: 1.6;\n  color: rgba(255, 255, 255, 0.75);\n}\n\n\/* ============================================\n   CTA SECTION\n   ============================================ *\/\n.astrak-cta-section {\n  padding: 120px 24px;\n  background: var(--astrak-white);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-cta-section::before {\n  content: '';\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  width: 600px;\n  height: 600px;\n  background: radial-gradient(circle, rgba(90, 231, 222, 0.08) 0%, transparent 70%);\n}\n\n.astrak-cta-content {\n  position: relative;\n  z-index: 1;\n}\n\n.astrak-cta-content h2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 800;\n  color: var(--astrak-primary);\n  margin-bottom: 20px;\n}\n\n.astrak-cta-content h2 span {\n  color: var(--astrak-accent-hover);\n}\n\n.astrak-cta-content > p {\n  font-size: 20px;\n  color: var(--astrak-primary);\n  opacity: 0.75;\n  margin-bottom: 40px;\n  max-width: 600px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.astrak-cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  background: var(--astrak-accent);\n  color: var(--astrak-primary);\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  padding: 20px 48px;\n  border-radius: 50px;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 20px rgba(255, 239, 94, 0.3);\n}\n\n.astrak-cta-btn:hover {\n  background: var(--astrak-accent-hover);\n  transform: translateY(-4px);\n  box-shadow: 0 12px 40px rgba(90, 231, 222, 0.4);\n}\n\n.astrak-cta-btn svg {\n  width: 22px;\n  height: 22px;\n  transition: transform 0.3s ease;\n}\n\n.astrak-cta-btn:hover svg {\n  transform: translateX(4px);\n}\n\n\/* ============================================\n   RESPONSIVE\n   ============================================ *\/\n@media (max-width: 1024px) {\n  .astrak-story-content {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n\n  .astrak-story-sidebar {\n    position: static;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  .astrak-timeline-card {\n    grid-column: 1 \/ -1;\n  }\n  \n  .astrak-values-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .astrak-usp-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 768px) {\n  .astrak-about-hero {\n    padding: 80px 24px 60px;\n  }\n  \n  .astrak-hero-chevrons {\n    display: none;\n  }\n\n  \/* FEPSEM Section Mobile *\/\n  .astrak-fepsem-section {\n    padding: 40px 16px;\n  }\n\n  .astrak-fepsem-content {\n    flex-direction: column;\n    text-align: center;\n    gap: 24px;\n  }\n\n  .astrak-fepsem-logo img {\n    height: 60px;\n  }\n\n  .astrak-fepsem-text h3 {\n    font-size: 20px;\n  }\n\n  .astrak-fepsem-text p {\n    font-size: 14px;\n  }\n\n  \/* TEAM SECTION MOBILE FIX - CRITICAL *\/\n  .astrak-team-section {\n    padding: 60px 16px;\n  }\n\n  .astrak-team-section .astrak-about-wrapper {\n    padding: 0;\n    max-width: 100%;\n  }\n\n  .astrak-team-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    padding: 0;\n    margin: 0;\n  }\n  \n  .astrak-team-ceo {\n    grid-template-columns: 1fr;\n    text-align: center;\n    padding: 24px 16px;\n    margin: 0;\n    width: 100%;\n  }\n  \n  .astrak-team-ceo-image {\n    margin: 0 auto;\n    width: 150px;\n    height: 150px;\n  }\n  \n  .astrak-team-ceo-badges {\n    justify-content: center;\n  }\n  \n  .astrak-team-ceo-bio {\n    margin: 0 auto 24px;\n  }\n\n  .astrak-team-ceo-socials {\n    justify-content: center;\n  }\n\n  .astrak-team-card {\n    margin: 0;\n    width: 100%;\n    padding: 24px 16px;\n  }\n\n  \/* Process Section Mobile *\/\n  .astrak-process-section-v2 {\n    padding: 60px 16px;\n  }\n\n  .astrak-process-header-v2 {\n    margin-bottom: 40px;\n  }\n\n  .astrak-process-tag-v2 {\n    font-size: 11px;\n    padding: 6px 16px;\n  }\n\n  .astrak-process-subtitle-v2 {\n    font-size: 16px;\n    padding: 0 10px;\n  }\n\n  .astrak-launch-card-v2 {\n    flex-direction: column;\n    align-items: center;\n    gap: 20px;\n  }\n\n  .astrak-launch-number-v2 {\n    width: 64px;\n    height: 64px;\n    font-size: 24px;\n  }\n\n  .astrak-launch-content-v2 {\n    padding: 24px 16px;\n    padding-top: 48px;\n  }\n\n  .astrak-onetime-badge-v2 {\n    top: 12px;\n    right: 12px;\n    font-size: 10px;\n    padding: 5px 10px;\n  }\n\n  .astrak-step-header-v2 {\n    gap: 12px;\n  }\n\n  .astrak-step-icon-v2 {\n    width: 40px;\n    height: 40px;\n    font-size: 20px;\n  }\n\n  .astrak-step-title-v2 {\n    font-size: 18px;\n  }\n\n  .astrak-step-list-v2 li {\n    font-size: 14px;\n  }\n\n  .astrak-owner-note-v2 {\n    flex-direction: column;\n    text-align: center;\n    gap: 8px;\n    padding: 12px;\n  }\n\n  .astrak-loop-v2 {\n    padding: 24px 16px;\n    border-radius: 20px;\n  }\n\n  .astrak-loop-header-v2 {\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n\n  .astrak-loop-badge-v2 {\n    font-size: 12px;\n    padding: 12px 20px;\n  }\n\n  .astrak-loop-text-v2 {\n    font-size: 13px;\n    text-align: center;\n  }\n\n  .astrak-loop-owner-note-v2 {\n    padding: 12px 16px;\n    flex-direction: column;\n  }\n\n  .astrak-loop-owner-note-v2 p {\n    font-size: 13px;\n  }\n\n  .astrak-loop-steps-v2 {\n    gap: 16px;\n  }\n\n  .astrak-loop-step-v2 {\n    padding: 16px;\n    border-radius: 16px;\n  }\n\n  .astrak-loop-step-header-v2 {\n    gap: 12px;\n    margin-bottom: 12px;\n  }\n\n  .astrak-loop-step-number-v2 {\n    width: 40px;\n    height: 40px;\n    font-size: 16px;\n    border-width: 2px;\n  }\n\n  .astrak-loop-step-icon-v2 {\n    width: 36px;\n    height: 36px;\n    font-size: 18px;\n  }\n\n  .astrak-loop-step-title-v2 {\n    font-size: 16px;\n    min-width: auto;\n    width: 100%;\n    flex: none;\n  }\n\n  .astrak-loop-step-list-v2 li {\n    font-size: 13px;\n  }\n\n  .astrak-loop-step-list-v2 li span {\n    font-size: 14px;\n  }\n\n  .astrak-loop-return-v2 {\n    flex-direction: column;\n    gap: 12px;\n    margin-top: 24px;\n    padding-top: 20px;\n  }\n\n  .astrak-loop-return-arrow-v2 {\n    width: 40px;\n    height: 40px;\n  }\n\n  .astrak-loop-return-arrow-v2 svg {\n    width: 20px;\n    height: 20px;\n  }\n\n  .astrak-loop-return-text-v2 {\n    font-size: 12px;\n  }\n\n  .astrak-story-section {\n    padding: 80px 24px;\n  }\n\n  .astrak-story-sidebar {\n    grid-template-columns: 1fr;\n  }\n\n  .astrak-story-block {\n    padding: 24px 20px;\n    padding-top: 32px;\n  }\n\n  .astrak-story-block-icon {\n    top: -12px;\n    left: 16px;\n    width: 32px;\n    height: 32px;\n    font-size: 16px;\n  }\n\n  .astrak-story-block h3 {\n    font-size: 18px;\n  }\n}\n\n@media (max-width: 480px) {\n  .astrak-team-section {\n    padding: 48px 12px;\n  }\n\n  .astrak-team-section .astrak-about-wrapper {\n    padding: 0;\n  }\n\n  .astrak-team-ceo {\n    padding: 20px 12px;\n  }\n\n  .astrak-team-ceo-info h3 {\n    font-size: 24px;\n  }\n\n  .astrak-team-ceo-bio {\n    font-size: 14px;\n  }\n\n  .astrak-team-ceo-badges {\n    gap: 8px;\n  }\n\n  .astrak-team-ceo-badges span {\n    font-size: 11px;\n    padding: 6px 12px;\n  }\n\n  .astrak-team-ceo-socials {\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .astrak-social-btn {\n    width: 100%;\n    justify-content: center;\n  }\n\n  .astrak-team-card {\n    padding: 20px 12px;\n  }\n\n  .astrak-team-card h4 {\n    font-size: 18px;\n  }\n\n  .astrak-team-card-image {\n    width: 100px;\n    height: 100px;\n  }\n\n  .astrak-process-section-v2 {\n    padding: 48px 12px;\n  }\n\n  .astrak-launch-content-v2 {\n    padding: 20px 12px;\n    padding-top: 44px;\n  }\n\n  .astrak-loop-v2 {\n    padding: 20px 12px;\n  }\n\n  .astrak-loop-step-v2 {\n    padding: 14px 12px;\n  }\n\n  .astrak-loop-step-header-v2 {\n    flex-wrap: wrap;\n  }\n\n  .astrak-loop-step-title-v2 {\n    font-size: 15px;\n    line-height: 1.3;\n  }\n}\n<\/style>\n\n<div class=\"astrak-about-page\">\n\n  <!-- HERO SECTION -->\n  <section class=\"astrak-about-hero\">\n    <div class=\"astrak-hero-chevrons\">\n      <svg viewBox=\"0 0 100 75\">\n        <path d=\"M25 0 L50 37.5 L25 75 L0 75 L25 37.5 L0 0 Z\"\/>\n        <path d=\"M75 0 L100 37.5 L75 75 L50 75 L75 37.5 L50 0 Z\"\/>\n      <\/svg>\n    <\/div>\n    <div class=\"astrak-about-wrapper\">\n      <div class=\"astrak-about-hero-content\">\n        <div class=\"astrak-hero-badge\">\u00c0 propos d&rsquo;Astrak<\/div>\n        <h1>L&rsquo;\u00e9quipe qui <span>acc\u00e9l\u00e8re votre SEO<\/span><\/h1>\n        <p class=\"astrak-about-hero-subtitle\">Des experts passionn\u00e9s qui transforment votre visibilit\u00e9 organique en r\u00e9sultats concrets. On ship, pas de blabla.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROCESS SECTION -->\n  <section id=\"astrak-process\" class=\"astrak-process-section-v2\">\n    <div class=\"astrak-process-wrapper-v2\">\n      <div class=\"astrak-process-header-v2\">\n        <div class=\"astrak-process-tag-v2\">Notre M\u00e9thodologie<\/div>\n        <h2 class=\"astrak-process-title-v2\">La <span>M\u00e9thode<\/span> Astrak<\/h2>\n        <p class=\"astrak-process-subtitle-v2\">Une m\u00e9thode \u00e9prouv\u00e9e pour acc\u00e9l\u00e9rer votre SEO et g\u00e9n\u00e9rer des r\u00e9sultats concrets en moins de 6 mois.<\/p>\n      <\/div>\n\n      <div class=\"astrak-process-content-v2\">\n        <div class=\"astrak-launch-v2\">\n          <div class=\"astrak-launch-label-v2\">\n            <span>Point de d\u00e9part<\/span>\n          <\/div>\n          <div class=\"astrak-launch-card-v2\">\n            <div class=\"astrak-launch-number-v2\">01<\/div>\n            <div class=\"astrak-launch-content-v2\">\n              <div class=\"astrak-onetime-badge-v2\">UNE SEULE FOIS<\/div>\n              <div class=\"astrak-step-header-v2\">\n                <div class=\"astrak-step-icon-v2\">\ud83d\ude80<\/div>\n                <h3 class=\"astrak-step-title-v2\">D\u00e9couverte, strat\u00e9gie et lancement<\/h3>\n              <\/div>\n              <ul class=\"astrak-step-list-v2\">\n                <li><span>\u203a<\/span> Call de d\u00e9couverte approfondi pour comprendre le business, les objectifs et les contraintes<\/li>\n                <li><span>\u203a<\/span> Construction d&rsquo;une strat\u00e9gie SEO orient\u00e9e impact r\u00e9el, sans audit inutile<\/li>\n                <li><span>\u203a<\/span> Validation commerciale, puis kick off avec le consultant responsable et la roadmap initiale<\/li>\n              <\/ul>\n              <div class=\"astrak-owner-note-v2\">\n                <span class=\"note-icon\">\ud83d\udc64<\/span>\n                <p><strong>L\u00e9o<\/strong> g\u00e8re personnellement cette phase de cadrage et de strat\u00e9gie initiale.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-connector-v2\">\n          <div class=\"astrak-connector-inner-v2\">\n            <div class=\"astrak-connector-line-v2\"><\/div>\n            <div class=\"astrak-connector-icon-v2\">\n              <svg viewBox=\"0 0 24 24\"><path d=\"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z\"\/><\/svg>\n            <\/div>\n            <div class=\"astrak-connector-line-v2\"><\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-loop-v2\">\n          <div class=\"astrak-loop-header-v2\">\n            <div class=\"astrak-loop-badge-v2\">\n              <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z\"\/><\/svg>\n              Boucle d&rsquo;am\u00e9lioration continue\n            <\/div>\n            <span class=\"astrak-loop-text-v2\">Ce cycle se r\u00e9p\u00e8te et s&rsquo;am\u00e9liore continuellement<\/span>\n          <\/div>\n\n          <div class=\"astrak-loop-owner-note-v2\">\n            <p>\ud83d\udc65 <strong>Votre consultant d\u00e9di\u00e9<\/strong> pilote l&rsquo;ex\u00e9cution au quotidien. <strong>L\u00e9o<\/strong> reste disponible en renfort strat\u00e9gique sur demande.<\/p>\n          <\/div>\n\n          <div class=\"astrak-loop-steps-v2\">\n            <div class=\"astrak-loop-step-v2\">\n              <div class=\"astrak-loop-step-header-v2\">\n                <div class=\"astrak-loop-step-number-v2\">02<\/div>\n                <div class=\"astrak-loop-step-icon-v2\">\u2699\ufe0f<\/div>\n                <h4 class=\"astrak-loop-step-title-v2\">Recommandations SEO techniques cibl\u00e9es<\/h4>\n              <\/div>\n              <ul class=\"astrak-loop-step-list-v2\">\n                <li><span>\u203a<\/span> Identification des blocages techniques prioritaires selon le contexte du site<\/li>\n                <li><span>\u203a<\/span> R\u00e9daction de recommandations claires, actionnables et adapt\u00e9es au CMS<\/li>\n                <li><span>\u203a<\/span> Coordination avec le d\u00e9veloppeur du client et recettage post impl\u00e9mentation<\/li>\n              <\/ul>\n            <\/div>\n\n            <div class=\"astrak-loop-step-v2\">\n              <div class=\"astrak-loop-step-header-v2\">\n                <div class=\"astrak-loop-step-number-v2\">03<\/div>\n                <div class=\"astrak-loop-step-icon-v2\">\u270d\ufe0f<\/div>\n                <h4 class=\"astrak-loop-step-title-v2\">Production et d\u00e9ploiement de contenu SEO<\/h4>\n              <\/div>\n              <ul class=\"astrak-loop-step-list-v2\">\n                <li><span>\u203a<\/span> Ciblage des mots cl\u00e9s \u00e0 fort potentiel business en priorit\u00e9<\/li>\n                <li><span>\u203a<\/span> Production rapide de contenus optimis\u00e9s s\u00e9mantiquement et orient\u00e9s conversion<\/li>\n                <li><span>\u203a<\/span> Int\u00e9gration, maillage interne, enrichissement visuel et it\u00e9rations continues<\/li>\n              <\/ul>\n            <\/div>\n\n            <div class=\"astrak-loop-step-v2\">\n              <div class=\"astrak-loop-step-header-v2\">\n                <div class=\"astrak-loop-step-number-v2\">04<\/div>\n                <div class=\"astrak-loop-step-icon-v2\">\ud83d\udd17<\/div>\n                <h4 class=\"astrak-loop-step-title-v2\">Netlinking strat\u00e9gique et autorit\u00e9<\/h4>\n              <\/div>\n              <ul class=\"astrak-loop-step-list-v2\">\n                <li><span>\u203a<\/span> Achat de backlinks de 50 \u00e0 350 euros en majorit\u00e9 + articles listicles pour l&rsquo;influence LLM<\/li>\n                <li><span>\u203a<\/span> Mix entre volume, qualit\u00e9 et placements \u00e9ditoriaux \u00e0 fort impact<\/li>\n                <li><span>\u203a<\/span> Libert\u00e9 d&rsquo;ex\u00e9cution necessaire pour maximiser la performance et limiter les frictions<\/li>\n              <\/ul>\n            <\/div>\n\n            <div class=\"astrak-loop-step-v2\">\n              <div class=\"astrak-loop-step-header-v2\">\n                <div class=\"astrak-loop-step-number-v2\">05<\/div>\n                <div class=\"astrak-loop-step-icon-v2\">\ud83d\udcca<\/div>\n                <h4 class=\"astrak-loop-step-title-v2\">Suivi, communication et ajustements continus<\/h4>\n              <\/div>\n              <ul class=\"astrak-loop-step-list-v2\">\n                <li><span>\u203a<\/span> Communication continue avec r\u00e9ponses sous 24h par Slack<\/li>\n                <li><span>\u203a<\/span> Mail hebdomadaire r\u00e9capitulatif des actions r\u00e9alis\u00e9es<\/li>\n                <li><span>\u203a<\/span> R\u00e9union mensuelle pour analyser les r\u00e9sultats, ajuster la strat\u00e9gie et prioriser<\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n\n          <div class=\"astrak-loop-return-v2\">\n            <div class=\"astrak-loop-return-arrow-v2\">\n              <svg viewBox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                <path d=\"M1 4v6h6M23 20v-6h-6\"\/>\n                <path d=\"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15\"\/>\n              <\/svg>\n            <\/div>\n            <span class=\"astrak-loop-return-text-v2\">Retour au step 2 \u2014 Le cycle recommence<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TEAM SECTION -->\n  <section class=\"astrak-team-section\">\n    <div class=\"astrak-about-wrapper\">\n      <div class=\"astrak-section-header\">\n        <div class=\"astrak-section-tag\">L&rsquo;\u00e9quipe<\/div>\n        <h2 class=\"astrak-section-title\">Les experts derri\u00e8re <span>votre succ\u00e8s<\/span><\/h2>\n        <p class=\"astrak-section-subtitle\">Une \u00e9quipe passionn\u00e9e, experte et engag\u00e9e pour votre croissance digitale<\/p>\n      <\/div>\n\n      <div class=\"astrak-team-grid\">\n        <!-- CEO - L\u00e9o Poitevin -->\n        <div class=\"astrak-team-ceo\">\n          <div class=\"astrak-team-ceo-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg\" alt=\"L\u00e9o Poitevin - CEO Astrak\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1922px; --smush-placeholder-aspect-ratio: 1922\/2560;\">\n          <\/div>\n          <div class=\"astrak-team-ceo-info\">\n            <h3>L\u00e9o Poitevin<\/h3>\n            <p class=\"astrak-team-ceo-role\">Fondateur &#038; CEO<\/p>\n            <p class=\"astrak-team-ceo-bio\">Passionn\u00e9 par le SEO depuis 8 ans, j&rsquo;ai accompagn\u00e9 des dizaines d&rsquo;entreprises dans leur croissance digitale \u00e0 l&rsquo;international. Mon approche : des r\u00e9sultats concrets, pas des slides PowerPoint.<\/p>\n            <div class=\"astrak-team-ceo-badges\">\n              <span>8 ans d&rsquo;exp\u00e9rience<\/span>\n              <span class=\"astrak-ceseo-badge\"><a href=\"https:\/\/fepsem.org\/mon-experience-avec-la-certification-ceseo-un-defi-personnel-releve\/\" target=\"_blank\" rel=\"noopener\">Certifi\u00e9 CESEO<\/a><\/span>\n            <\/div>\n            <div class=\"astrak-team-ceo-socials\">\n              <a href=\"https:\/\/www.linkedin.com\/in\/leo-poitevin\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-social-btn\">\n                <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n                LinkedIn\n              <\/a>\n              <a href=\"https:\/\/www.youtube.com\/@leopoitevin\" target=\"_blank\" rel=\"noopener\" class=\"astrak-social-btn astrak-social-btn-youtube\">\n                <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"\/><\/svg>\n                YouTube\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Th\u00e9ophile -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/12\/Theophile.png\" alt=\"Th\u00e9ophile Take Bekima\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200\/1200;\">\n          <\/div>\n          <h4>Th\u00e9ophile Take Bekima<\/h4>\n          <p class=\"astrak-team-card-role\">Team Lead SEO<\/p>\n          <p class=\"astrak-team-card-bio\">Pilote l&rsquo;\u00e9quipe SEO et coordonne les strat\u00e9gies de croissance organique.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/theophile-take-bekima\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n\n        <!-- Tristan -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/tristan.png\" alt=\"Tristan - Consultant SEO Senior\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\">\n          <\/div>\n          <h4>Tristan<\/h4>\n          <p class=\"astrak-team-card-role\">Consultant SEO Senior<\/p>\n          <p class=\"astrak-team-card-bio\">Expert en strat\u00e9gies SEO avanc\u00e9es et optimisation de la performance.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/tristan-wiart\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n\n        <!-- Anthony -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/12\/Anthony.png\" alt=\"Anthony Courtin\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 340px; --smush-placeholder-aspect-ratio: 340\/340;\">\n          <\/div>\n          <h4>Anthony Courtin<\/h4>\n          <p class=\"astrak-team-card-role\">Consultant SEO<\/p>\n          <p class=\"astrak-team-card-bio\">Sp\u00e9cialiste en acquisition organique et optimisation de la visibilit\u00e9.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/anthony-courtin\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n\n        <!-- Irving -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2026\/01\/Irving.png\" alt=\"Irving Lavalley\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\">\n          <\/div>\n          <h4>Irving Lavalley<\/h4>\n          <p class=\"astrak-team-card-role\">Consultant SEO<\/p>\n          <p class=\"astrak-team-card-bio\">Expert en r\u00e9f\u00e9rencement naturel et strat\u00e9gies de visibilit\u00e9 organique.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/irving-lavalley-b6a1ba251\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n\n        <!-- Thibault -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/thibault.png\" alt=\"Thibault Marchal\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\">\n          <\/div>\n          <h4>Thibault Marchal<\/h4>\n          <p class=\"astrak-team-card-role\">Expert SEO Local<\/p>\n          <p class=\"astrak-team-card-bio\">Sp\u00e9cialiste du r\u00e9f\u00e9rencement local et de la visibilit\u00e9 g\u00e9olocalis\u00e9e.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/thibault-marchal-949b89177\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n\n        <!-- Nicolas -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/nicolas.jpeg\" alt=\"Nicolas\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/800;\">\n          <\/div>\n          <h4>Nicolas<\/h4>\n          <p class=\"astrak-team-card-role\">Expert SEO Technique<\/p>\n          <p class=\"astrak-team-card-bio\">Ma\u00eetrise des aspects techniques pour optimiser vos performances.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/sancheznicolas-lyon\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n\n        <!-- Camille -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/camille.jpeg\" alt=\"Camille\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\">\n          <\/div>\n          <h4>Camille<\/h4>\n          <p class=\"astrak-team-card-role\">Marketing &#038; Freelance<\/p>\n          <p class=\"astrak-team-card-bio\">Strat\u00e9gies marketing de l&rsquo;agence et renfort sur les projets clients.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/camiller-rx\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n\n        <!-- Manon -->\n        <div class=\"astrak-team-card\">\n          <div class=\"astrak-team-card-image\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/11\/T06KNAPCZT9-U09PWF5CTN3-39341b94b1da-512.png\" alt=\"Manon Hamann\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\">\n          <\/div>\n          <h4>Manon Hamann<\/h4>\n          <p class=\"astrak-team-card-role\">Responsable RH<\/p>\n          <p class=\"astrak-team-card-bio\">Gestion des talents et d\u00e9veloppement des ressources humaines.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/manonhamann\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-linkedin-btn\">\n            <svg viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FEPSEM MEMBERSHIP SECTION -->\n  <section class=\"astrak-fepsem-section astrak-fepsem-dark\">\n    <div class=\"astrak-about-wrapper\">\n      <div class=\"astrak-fepsem-content\">\n        <div class=\"astrak-fepsem-logo\">\n          <a href=\"https:\/\/fepsem.org\/\" target=\"_blank\" rel=\"noopener\">\n            <img decoding=\"async\" data-src=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2026\/02\/cropped-Logo-Blanc-FePSeM-Baseline.png\" alt=\"Logo FePSeM - F\u00e9d\u00e9ration des Professionnels du Search Marketing\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1300px; --smush-placeholder-aspect-ratio: 1300\/260;\">\n          <\/a>\n        <\/div>\n        <div class=\"astrak-fepsem-text\">\n          <h3>Membre de la FePSeM<\/h3>\n          <p>Astrak est fi\u00e8re d&rsquo;adh\u00e9rer \u00e0 la F\u00e9d\u00e9ration des Professionnels du Search Marketing (anciennement SEO Camp). Cette adh\u00e9sion t\u00e9moigne de notre engagement envers les meilleures pratiques du secteur et la d\u00e9ontologie professionnelle.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VALUES SECTION -->\n  <section class=\"astrak-values-section\">\n    <div class=\"astrak-about-wrapper\">\n      <div class=\"astrak-section-header\">\n        <div class=\"astrak-section-tag\">Ce qui nous d\u00e9finit<\/div>\n        <h2 class=\"astrak-section-title\">Nos <span>Valeurs<\/span><\/h2>\n      <\/div>\n\n      <div class=\"astrak-values-intro\">\n        <p>Nous sommes obs\u00e9d\u00e9s par le SEO, la data, les signaux, le ranking, et tout ce qui fait grandir un site en organique. On teste, on casse, on mesure, on comprend pourquoi \u00e7a marche\u2026 ou pourquoi \u00e7a ne marche pas.<\/p>\n      <\/div>\n\n      <div class=\"astrak-values-grid\">\n        <div class=\"astrak-value-card\">\n          <div class=\"astrak-value-icon\">\ud83d\udd25<\/div>\n          <h3>Passion<\/h3>\n          <p>SEO, data, performance \u2013 rien d&rsquo;autre. Nous ne sommes pas des g\u00e9n\u00e9ralistes. Pas de paid ads, pas de social media, pas de conseils \u00ab\u00a0marketing global\u00a0\u00bb.<\/p>\n          <div class=\"astrak-value-tradeoff\">\n            <p>Si tu veux des gens qui respirent SEO du matin au soir, tu es au bon endroit.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-value-card\">\n          <div class=\"astrak-value-icon\">\u26a1<\/div>\n          <h3>Doers<\/h3>\n          <p>On ship, pas de blabla. Notre valeur vient de ce qu&rsquo;on fait, pas de ce qu&rsquo;on pr\u00e9sente. On publie, on pousse en prod, on avance.<\/p>\n          <div class=\"astrak-value-tradeoff\">\n            <p>Tu auras de l&rsquo;impact, pas des dossiers bien mis en page. Si tu veux du consulting th\u00e9orique, on n&rsquo;est pas l&rsquo;agence.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-value-card\">\n          <div class=\"astrak-value-icon\">\ud83c\udf0d<\/div>\n          <h3>Flexibilit\u00e9 &#038; Autonomie<\/h3>\n          <p>On travaille en confiance, chacun g\u00e8re son p\u00e9rim\u00e8tre, on s&rsquo;adapte en fonction de la r\u00e9alit\u00e9 du terrain. Pas de micro-management.<\/p>\n          <div class=\"astrak-value-tradeoff\">\n            <p>Tu travailles avec des gens autonomes, pas des \u00ab\u00a0pr\u00e9sents\u00a0\u00bb \u00e0 9h\u201318h. Communication efficace, mais minimale.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"astrak-section-header\" style=\"margin-top: 80px;\">\n        <h2 class=\"astrak-section-title\">Ce qui nous <span>diff\u00e9rencie<\/span><\/h2>\n      <\/div>\n\n      <div class=\"astrak-usp-grid\">\n        <div class=\"astrak-usp-card\">\n          <div class=\"astrak-usp-icon\">\ud83d\ude80<\/div>\n          <h4>Acc\u00e9l\u00e9ration organique mesurable<\/h4>\n          <p>Des r\u00e9sultats visibles en quelques semaines ou quelques mois, pas d&rsquo;horizon th\u00e9orique d&rsquo;un an. Actions \u00e0 fort effet de levier imm\u00e9diates.<\/p>\n        <\/div>\n        <div class=\"astrak-usp-card\">\n          <div class=\"astrak-usp-icon\">\ud83d\udd17<\/div>\n          <h4>Expertise netlinking \u00e0 rendement \u00e9lev\u00e9<\/h4>\n          <p>Ma\u00eetrise de l&rsquo;achat, la s\u00e9lection et l&rsquo;int\u00e9gration du netlinking \u00e0 un niveau rare sur le march\u00e9. Rapport qualit\u00e9\/prix\/impact sup\u00e9rieur.<\/p>\n        <\/div>\n        <div class=\"astrak-usp-card\">\n          <div class=\"astrak-usp-icon\">\ud83c\udfaf<\/div>\n          <h4>Agence op\u00e9rationnelle flexible<\/h4>\n          <p>L&rsquo;inverse d&rsquo;une agence process stricte et lente. Strat\u00e9gie senior, ex\u00e9cution rapide, libert\u00e9 d&rsquo;action. On avance vite, on teste, on ose.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- STORY SECTION -->\n  <section class=\"astrak-story-section\">\n    <div class=\"astrak-about-wrapper\">\n      <div class=\"astrak-section-header\">\n        <div class=\"astrak-section-tag\">Notre parcours<\/div>\n        <h2 class=\"astrak-section-title\">Notre <span>Histoire<\/span><\/h2>\n        <p class=\"astrak-section-subtitle\">D&rsquo;un consultant ind\u00e9pendant \u00e0 une agence en pleine croissance : retour sur la construction d&rsquo;Astrak<\/p>\n      <\/div>\n\n      <div class=\"astrak-story-content\">\n        <div class=\"astrak-story-text\">\n          <div class=\"astrak-story-block\">\n            <div class=\"astrak-story-block-icon\">\ud83c\udfaf<\/div>\n            <h3>Les fondations (2017-2023)<\/h3>\n            <p>L&rsquo;aventure SEO de L\u00e9o commence en <strong>2017<\/strong>. Passage chez <strong>Cdiscount<\/strong>, puis plusieurs ann\u00e9es d&rsquo;exp\u00e9rience \u00e0 l&rsquo;international sur des march\u00e9s ultra-comp\u00e9titifs. Cette p\u00e9riode forge une expertise solide : gestion d&rsquo;\u00e9quipes de <strong>+15 personnes<\/strong>, budgets de <strong>200k\u20ac+ en netlinking<\/strong>, et une vision pragmatique du SEO orient\u00e9e r\u00e9sultats.<\/p>\n          <\/div>\n\n          <div class=\"astrak-story-block\">\n            <div class=\"astrak-story-block-icon\">\ud83d\ude80<\/div>\n            <h3>Le lancement (Novembre 2023)<\/h3>\n            <p>Cr\u00e9ation de <strong>Legoax LLC<\/strong>, le nom l\u00e9gal initial de l&rsquo;entreprise. L\u00e9o d\u00e9marre en tant que consultant ind\u00e9pendant. Les premiers clients historiques arrivent rapidement : <a href=\"https:\/\/unistrength.fr\/fr\/\" target=\"_blank\" rel=\"noopener\"><span class=\"astrak-client-badge\">Unistrength<\/span><\/a>, <a href=\"https:\/\/www.findymail.com\/\" target=\"_blank\" rel=\"noopener\"><span class=\"astrak-client-badge\">Findymail<\/span><\/a>, et SNB Technologies \u2014 des partenariats qui durent encore aujourd&rsquo;hui, plus d&rsquo;un an apr\u00e8s.<\/p>\n          <\/div>\n\n          <div class=\"astrak-story-block\">\n            <div class=\"astrak-story-block-icon\">\ud83d\udc65<\/div>\n            <h3>La transformation en agence (Novembre 2024)<\/h3>\n            <p>Un an apr\u00e8s le lancement, <strong>Thibault rejoint l&rsquo;\u00e9quipe<\/strong> : c&rsquo;est le vrai d\u00e9but d&rsquo;Astrak en tant qu&rsquo;agence. L&rsquo;\u00e9quipe grandit progressivement avec l&rsquo;arriv\u00e9e de Tristan, puis Nicolas, Anthony, Th\u00e9ophile&#8230; Chaque recrutement renforce notre capacit\u00e9 \u00e0 accompagner plus de clients avec la m\u00eame exigence de qualit\u00e9.<\/p>\n          <\/div>\n\n          <div class=\"astrak-story-block astrak-story-block-highlight\">\n            <div class=\"astrak-story-block-icon\">\u2728<\/div>\n            <h3>Le rebranding Astrak (Mai 2025)<\/h3>\n            <p>Legoax LLC devient officiellement <strong>Astrak<\/strong>. Un nom qui sonne mieux, qui r\u00e9sonne plus, et qui refl\u00e8te notre ambition : <strong>acc\u00e9l\u00e9rer le SEO<\/strong> de nos clients. On affine aussi notre positionnement : moins de Black Hat, plus de focus sur les <strong>3 piliers essentiels<\/strong> \u2014 contenu, backlinks, et technique.<\/p>\n          <\/div>\n\n          <div class=\"astrak-story-block\">\n            <div class=\"astrak-story-block-icon\">\ud83d\udcc8<\/div>\n            <h3>Aujourd&rsquo;hui (Janvier 2026)<\/h3>\n            <p>Astrak accompagne <strong>plus de 30 clients actifs<\/strong> avec une \u00e9quipe de <strong>8 collaborateurs<\/strong> (et \u00e7a continue de grandir). Des success stories comme <a href=\"https:\/\/www.trackstone.fr\/\" target=\"_blank\" rel=\"noopener\"><span class=\"astrak-client-badge\">Trackstone<\/span><\/a> illustrent notre approche : des r\u00e9sultats concrets, mesurables, et rapides. L&rsquo;agence est structur\u00e9e, l&rsquo;\u00e9quipe est solide, et 2026 s&rsquo;annonce comme notre plus belle ann\u00e9e.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"astrak-story-sidebar\">\n          <div class=\"astrak-timeline-card\">\n            <h4 class=\"astrak-timeline-card-title\">La timeline Astrak<\/h4>\n            <div class=\"astrak-timeline\">\n              <div class=\"astrak-timeline-item\">\n                <div class=\"astrak-timeline-dot\"><\/div>\n                <div class=\"astrak-timeline-content\">\n                  <span class=\"astrak-timeline-date\">2017<\/span>\n                  <p>D\u00e9but de l&rsquo;aventure SEO de L\u00e9o<\/p>\n                <\/div>\n              <\/div>\n              <div class=\"astrak-timeline-item\">\n                <div class=\"astrak-timeline-dot\"><\/div>\n                <div class=\"astrak-timeline-content\">\n                  <span class=\"astrak-timeline-date\">2017-2023<\/span>\n                  <p>Cdiscount, SEO international, +15 personnes manag\u00e9es<\/p>\n                <\/div>\n              <\/div>\n              <div class=\"astrak-timeline-item\">\n                <div class=\"astrak-timeline-dot\"><\/div>\n                <div class=\"astrak-timeline-content\">\n                  <span class=\"astrak-timeline-date\">Nov 2023<\/span>\n                  <p>Cr\u00e9ation de Legoax LLC, d\u00e9but en ind\u00e9pendant<\/p>\n                <\/div>\n              <\/div>\n              <div class=\"astrak-timeline-item\">\n                <div class=\"astrak-timeline-dot\"><\/div>\n                <div class=\"astrak-timeline-content\">\n                  <span class=\"astrak-timeline-date\">Nov 2024<\/span>\n                  <p>Premier recrutement, d\u00e9but de l&rsquo;agence<\/p>\n                <\/div>\n              <\/div>\n              <div class=\"astrak-timeline-item\">\n                <div class=\"astrak-timeline-dot\"><\/div>\n                <div class=\"astrak-timeline-content\">\n                  <span class=\"astrak-timeline-date\">Mai 2025<\/span>\n                  <p>Rebranding : Legoax devient Astrak<\/p>\n                <\/div>\n              <\/div>\n              <div class=\"astrak-timeline-item astrak-timeline-current\">\n                <div class=\"astrak-timeline-dot\"><\/div>\n                <div class=\"astrak-timeline-content\">\n                  <span class=\"astrak-timeline-date\">Janvier 2026<\/span>\n                  <p>30+ clients, 8 collaborateurs, en pleine croissance<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"astrak-growth-card\">\n            <h4 class=\"astrak-growth-card-title\">Notre croissance<\/h4>\n            <div class=\"astrak-growth-year\">\n              <div class=\"astrak-growth-year-label\">2024<\/div>\n              <div class=\"astrak-growth-year-bar\">\n                <div class=\"astrak-growth-year-fill\" style=\"width: 10%;\"><\/div>\n              <\/div>\n              <div class=\"astrak-growth-year-value\">100k\u20ac<\/div>\n            <\/div>\n            <div class=\"astrak-growth-year\">\n              <div class=\"astrak-growth-year-label\">2025<\/div>\n              <div class=\"astrak-growth-year-bar\">\n                <div class=\"astrak-growth-year-fill\" style=\"width: 40%;\"><\/div>\n              <\/div>\n              <div class=\"astrak-growth-year-value\">400k\u20ac+<\/div>\n            <\/div>\n            <div class=\"astrak-growth-year astrak-growth-year-target\">\n              <div class=\"astrak-growth-year-label\">2026<\/div>\n              <div class=\"astrak-growth-year-bar\">\n                <div class=\"astrak-growth-year-fill\" style=\"width: 100%;\"><\/div>\n              <\/div>\n              <div class=\"astrak-growth-year-value\">1M\u20ac+<\/div>\n            <\/div>\n            <p class=\"astrak-growth-caption\">Croissance annuelle x4<\/p>\n          <\/div>\n\n          <div class=\"astrak-clients-card\">\n            <h4 class=\"astrak-clients-card-title\">Clients historiques<\/h4>\n            <p class=\"astrak-clients-card-subtitle\">Ils nous font confiance depuis le d\u00e9but<\/p>\n            <div class=\"astrak-clients-logos\">\n              <a href=\"https:\/\/www.findymail.com\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-client-logo\">\n                <span>Findymail<\/span>\n              <\/a>\n              <a href=\"https:\/\/unistrength.fr\/fr\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-client-logo\">\n                <span>Unistrength<\/span>\n              <\/a>\n              <a href=\"https:\/\/www.trackstone.fr\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-client-logo\">\n                <span>Trackstone<\/span>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA SECTION -->\n  <section class=\"astrak-cta-section\">\n    <div class=\"astrak-about-wrapper\">\n      <div class=\"astrak-cta-content\">\n        <h2>Pr\u00eat \u00e0 nous confier votre <span>croissance digitale<\/span> ?<\/h2>\n        <p>Discutons de vos objectifs et construisons ensemble votre strat\u00e9gie SEO gagnante.<\/p>\n        <a href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?utm_source=website\" class=\"astrak-cta-btn\">\n          Rencontrons-nous\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M5 12h14M12 5l7 7-7 7\"\/>\n          <\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u00c0 propos d&rsquo;Astrak L&rsquo;\u00e9quipe qui acc\u00e9l\u00e8re votre SEO Des experts passionn\u00e9s qui transforment votre visibilit\u00e9 organique en r\u00e9sultats concrets. On ship, pas de blabla. Notre &#8230; <a title=\"Qui est derri\u00e8re Astrak et comment travaillons-nous ?\" class=\"read-more\" href=\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/\" aria-label=\"En savoir plus sur Qui est derri\u00e8re Astrak et comment travaillons-nous ?\">Lire la suite<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-30","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Qui est derri\u00e8re Astrak et comment travaillons-nous ?<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Qui est derri\u00e8re Astrak et comment travaillons-nous ?\" \/>\n<meta property=\"og:description\" content=\"\u00c0 propos d&rsquo;Astrak L&rsquo;\u00e9quipe qui acc\u00e9l\u00e8re votre SEO Des experts passionn\u00e9s qui transforment votre visibilit\u00e9 organique en r\u00e9sultats concrets. On ship, pas de blabla. Notre ... Lire la suite\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-09T06:25:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/\",\"name\":\"Qui est derri\u00e8re Astrak et comment travaillons-nous ?\",\"isPartOf\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg\",\"datePublished\":\"2024-05-25T12:44:23+00:00\",\"dateModified\":\"2026-02-09T06:25:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#primaryimage\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg\",\"contentUrl\":\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg\",\"width\":1922,\"height\":2560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\/\/www.astrak.agency\/live-backup\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Qui est derri\u00e8re Astrak et comment travaillons-nous ?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#website\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/\",\"name\":\"Astrak\",\"description\":\"On va acc\u00e9l\u00e9rer votre SEO\",\"publisher\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#organization\"},\"alternateName\":\"Astrak SEO\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.astrak.agency\/live-backup\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#organization\",\"name\":\"Astrak\",\"alternateName\":\"Astrak Agency\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png\",\"contentUrl\":\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png\",\"width\":1357,\"height\":246,\"caption\":\"Astrak\"},\"image\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/astrakagency\/\",\"https:\/\/www.linkedin.com\/company\/astrak-legoax\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Qui est derri\u00e8re Astrak et comment travaillons-nous ?","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"fr_FR","og_type":"article","og_title":"Qui est derri\u00e8re Astrak et comment travaillons-nous ?","og_description":"\u00c0 propos d&rsquo;Astrak L&rsquo;\u00e9quipe qui acc\u00e9l\u00e8re votre SEO Des experts passionn\u00e9s qui transforment votre visibilit\u00e9 organique en r\u00e9sultats concrets. On ship, pas de blabla. Notre ... Lire la suite","og_url":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/","og_site_name":"Astrak","article_modified_time":"2026-02-09T06:25:39+00:00","og_image":[{"url":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/","url":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/","name":"Qui est derri\u00e8re Astrak et comment travaillons-nous ?","isPartOf":{"@id":"https:\/\/www.astrak.agency\/live-backup\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#primaryimage"},"image":{"@id":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#primaryimage"},"thumbnailUrl":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg","datePublished":"2024-05-25T12:44:23+00:00","dateModified":"2026-02-09T06:25:39+00:00","breadcrumb":{"@id":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.astrak.agency\/live-backup\/a-propos\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#primaryimage","url":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg","contentUrl":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/07\/leo-scaled.jpg","width":1922,"height":2560},{"@type":"BreadcrumbList","@id":"https:\/\/www.astrak.agency\/live-backup\/a-propos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/www.astrak.agency\/live-backup\/"},{"@type":"ListItem","position":2,"name":"Qui est derri\u00e8re Astrak et comment travaillons-nous ?"}]},{"@type":"WebSite","@id":"https:\/\/www.astrak.agency\/live-backup\/#website","url":"https:\/\/www.astrak.agency\/live-backup\/","name":"Astrak","description":"On va acc\u00e9l\u00e9rer votre SEO","publisher":{"@id":"https:\/\/www.astrak.agency\/live-backup\/#organization"},"alternateName":"Astrak SEO","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.astrak.agency\/live-backup\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.astrak.agency\/live-backup\/#organization","name":"Astrak","alternateName":"Astrak Agency","url":"https:\/\/www.astrak.agency\/live-backup\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/","url":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png","contentUrl":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png","width":1357,"height":246,"caption":"Astrak"},"image":{"@id":"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/astrakagency\/","https:\/\/www.linkedin.com\/company\/astrak-legoax\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages\/30","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":42,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":45654,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages\/30\/revisions\/45654"}],"wp:attachment":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}