:root {
  --blue:        #0E4B82;
  --blue-mid:    #508CC5;
  --blue-light:  #EDF1F7;
  --blue-pale:   #f4f7fb;
  --orange:      #F28952;
  --orange-light:#fef0e8;
  --gray:        #C3CBCD;
  --dark:        #191825;
  --white:       #ffffff;
  --text:        #1a2a3a;
  --text-light:  #6b7c8d;
  --radius:      12px;
  --shadow:      0 4px 24px rgba(14,75,130,0.10);
}

#temoignage h1,
#temoignage h2,
#temoignage h3,
#temoignage .profile-name,
#temoignage .hero-kpi-num,
#temoignage .profile-stat-num,
#temoignage .avis-name,
#temoignage .prog-text,
#temoignage .pill,
#temoignage .cta-btn,
#temoignage .sec-hd h2 {
  font-family: 'Montserrat', sans-serif;
}

#temoignage {
	font-family: 'Roboto', sans-serif; color: var(--text);
	background: var(--white); overflow-x: hidden;
}

.hero {
  background: linear-gradient(135deg, #071e38 0%, #0E4B82 55%, #508CC5 100%);
  padding: 80px 6% 0;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: end;
  min-height: 480px; overflow: hidden; position: relative;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 75% 40%, rgba(80,140,197,0.2) 0%, transparent 65%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 1; padding-bottom: 64px; }
.hero-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; }
.hero-breadcrumb span { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.45); letter-spacing: 0.06em; text-transform: uppercase; }
.hero-breadcrumb .sep { color: rgba(255,255,255,0.25); }
.hero-breadcrumb .cur { color: rgba(255,255,255,0.8); }

.hero-tag {
  display: inline-block;
  background: var(--orange); color: white;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 16px; border-radius: 4px; margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(28px, 3.2vw, 44px); font-weight: 900;
  color: white; line-height: 1.15; margin-bottom: 20px;
  text-transform: uppercase; letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; font-weight: 500; color: #a8ccec; text-transform: none; letter-spacing: 0; }
.hero-sub { font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.65); line-height: 1.7; margin-bottom: 44px; max-width: 500px; }

.hero-kpis { display: flex; gap: 0; }
.hero-kpi { padding: 0 28px; }
.hero-kpi:first-child { padding-left: 0; }
.hero-kpi + .hero-kpi { border-left: 1px solid rgba(255,255,255,0.15); }
.hero-kpi-num { font-size: 28px; font-weight: 900; color: white; line-height: 1; }
.hero-kpi-num sup { font-size: 13px; font-weight: 500; }
.hero-kpi-lbl { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.5); margin-top: 4px; letter-spacing: 0.04em; text-transform: uppercase; }

.hero-portrait-col { position: relative; align-self: end; z-index: 1; display: flex; justify-content: center; }
.hero-portrait-frame { width: 260px; border-radius: 14px 14px 0 0; overflow: hidden; box-shadow: 0 -28px 56px rgba(0,0,0,0.35); }
.hero-portrait-frame img { width: 100%; display: block; object-fit: cover; height: 320px; object-position: center top; }

.wrap { max-width: 1060px; margin: 0 auto; padding: 0 6%; }

.profile-card {
  background: white; border: 1px solid rgba(14,75,130,0.12);
  border-radius: var(--radius); padding: 28px 32px;
  display: flex; align-items: center; gap: 24px;
  margin: -28px auto 64px;
  position: relative; z-index: 10;
  box-shadow: var(--shadow);
  max-width: 960px;
  border-top: 3px solid var(--blue);
}
.profile-avatar {
  width: 68px; height: 68px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  border: 3px solid var(--blue-light);
  box-shadow: 0 0 0 2px var(--blue-mid);
}
.profile-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.profile-info { flex: 1; }
.profile-name { font-size: 20px; font-weight: 900; color: var(--blue); margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.02em; }
.profile-title { font-size: 13px; font-weight: 500; color: var(--orange); margin-bottom: 5px; }
.profile-exp { font-size: 12px; font-weight: 400; color: var(--text-light); }
.profile-div { width: 1px; height: 54px; background: var(--blue-light); flex-shrink: 0; }
.profile-stat { text-align: center; flex-shrink: 0; padding: 0 8px; }
.profile-stat-num { font-size: 26px; font-weight: 900; color: var(--blue); line-height: 1; }
.profile-stat-lbl { font-size: 11px; font-weight: 500; color: var(--text-light); margin-top: 4px; line-height: 1.4; letter-spacing: 0.04em; text-transform: uppercase; }

.sec { padding: 56px 0; }
.sec-hd { display: flex; align-items: center; gap: 14px; margin-bottom: 40px; }
.sec-hd-line { width: 4px; height: 22px; background: var(--orange); border-radius: 2px; flex-shrink: 0; }
.sec-hd h2 { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); }
.sec-hd::after { content: ''; flex: 1; height: 1px; background: rgba(14,75,130,0.1); }

.quote-wrap {
  background: linear-gradient(135deg, #071e38 0%, #0E4B82 100%);
  border-radius: 16px; padding: 52px 56px;
  position: relative; overflow: hidden;
}
.quote-wrap::before {
  content: '“';
  font-family: Georgia, serif;
  font-size: 240px; line-height: 1; color: rgba(255,255,255,0.04);
  position: absolute; top: -50px; left: 16px; pointer-events: none;
}
.quote-accent { width: 40px; height: 4px; background: var(--orange); border-radius: 2px; margin-bottom: 28px; }
.quote-wrap blockquote {
  font-size: clamp(18px, 2.5vw, 26px); font-weight: 500; font-style: italic;
  color: white; line-height: 1.55; position: relative; z-index: 1; margin-bottom: 20px;
}
.quote-wrap cite { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.45); font-style: normal; letter-spacing: 0.04em; }

.avis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.avis-card {
  background: white; border: 1px solid rgba(14,75,130,0.1);
  border-radius: var(--radius); padding: 24px 26px;
  position: relative; transition: box-shadow .25s, transform .2s;
}
.avis-card:hover { box-shadow: 0 12px 32px rgba(14,75,130,0.12); transform: translateY(-2px); }
.avis-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--blue); border-radius: var(--radius) var(--radius) 0 0; }
.avis-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.avis-name { font-size: 15px; font-weight: 700; color: var(--blue); }
.avis-company { font-size: 12px; font-weight: 400; color: var(--text-light); margin-top: 2px; }
.avis-score { background: var(--orange-light); color: var(--orange); font-size: 13px; font-weight: 700; padding: 4px 12px; border-radius: 20px; flex-shrink: 0; }
.stars { display: flex; gap: 3px; margin-bottom: 14px; }
.star { width: 14px; height: 14px; }
.avis-quote { font-size: 14px; font-weight: 400; color: var(--text-light); line-height: 1.65; font-style: italic; margin-bottom: 14px; border-left: 2px solid var(--blue-light); padding-left: 12px; }
.avis-ok { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: #16a34a; letter-spacing: 0.02em; }
.avis-ok-dot { width: 18px; height: 18px; background: #dcfce7; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.avis-ok-dot svg { width: 10px; height: 10px; }

.qa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.qa-item {
  background: var(--blue-pale);
  border-left: 3px solid var(--blue-mid);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 24px;
  transition: border-color .2s, background .2s;
}
.qa-item:hover { border-left-color: var(--orange); background: var(--blue-light); }
.qa-q { font-size: 11px; font-weight: 700; color: var(--blue); margin-bottom: 10px; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.4; }
.qa-a { font-size: 15px; font-weight: 400; color: var(--text); line-height: 1.75; font-style: italic; }

.prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.prog-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px; background: var(--blue-pale);
  border: 1px solid rgba(14,75,130,0.1); border-radius: var(--radius);
  transition: border-color .2s, background .2s;
}
.prog-item:hover { border-color: var(--blue-mid); background: var(--blue-light); }
.prog-icon { width: 34px; height: 34px; border-radius: 8px; background: var(--blue-light); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.prog-text { font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.5; }

.photos-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 14px; }
.photo-wrap { border-radius: var(--radius); overflow: hidden; position: relative; }
.photo-wrap img { width: 100%; display: block; object-fit: cover; height: 290px; transition: transform .5s ease; }
.photo-wrap:hover img { transform: scale(1.04); }
.photo-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(7,30,56,0.8));
  padding: 36px 18px 16px;
}
.photo-caption-title { font-size: 13px; font-weight: 700; color: white; text-transform: uppercase; letter-spacing: 0.06em; }
.photo-caption-sub { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.6); margin-top: 3px; }

.pills { display: flex; flex-wrap: wrap; gap: 10px; }
.pill {
  font-size: 12px; font-weight: 600; padding: 7px 18px; border-radius: 4px;
  background: var(--blue-pale); color: var(--blue);
  border: 1px solid rgba(14,75,130,0.2);
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: background .2s, color .2s;
}
.pill:hover { background: var(--blue); color: white; }

.cta-strip {
  background: var(--orange);
  border-radius: 14px; padding: 44px 52px;
  display: flex; align-items: center; justify-content: space-between;
  margin: 0 0 80px; gap: 32px;
}
.cta-strip h3 { font-size: clamp(18px, 2vw, 24px); font-weight: 900; color: white; line-height: 1.3; text-transform: uppercase; }
.cta-strip p { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.8); margin-top: 8px; }
.cta-btn {
  background: white; color: var(--orange);
  padding: 14px 32px; border-radius: 6px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
  transition: transform .2s, box-shadow .2s;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.15); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fu { animation: fadeUp .7s ease both; }
.fu2 { animation: fadeUp .7s .12s ease both; }
.fu3 { animation: fadeUp .7s .24s ease both; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-portrait-col { display: none; }
  .avis-grid, .qa-grid, .photos-grid, .prog-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .cta-strip { flex-direction: column; text-align: center; }
  .profile-card { flex-wrap: wrap; }
  .profile-div { display: none; }
}