/* GIWT About Page — Frontend styles (auto-extracted from mockup) */


/* ═══════════════════════════════════════════════════════════════
   GIWT — Page À propos
   Tonalité : éditoriale, sobre, humaine
   Palette : sage + gold + terracotta + cream
═══════════════════════════════════════════════════════════════ */

:root {
    --gap-primary: #5c7c5c;
    --gap-primary-dark: #4a6349;
    --gap-primary-deep: #2E4032;
    --gap-accent: #c9a962;
    --gap-cta: #B8543A;
    --gap-cta-dark: #8B3D26;
    --gap-cream: #faf8f3;
    --gap-cream-darker: #f3efe6;
    --gap-text: #2E4032;
    --gap-text-light: #5a6d5e;
    --gap-text-muted: #8a978c;
    --gap-border: #e5e2d8;
    --gap-white: #ffffff;

    --gap-font-display: 'Lora', Georgia, serif;
    --gap-font-body: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    --gap-radius-sm: 8px;
    --gap-radius-md: 16px;
    --gap-radius-lg: 24px;
    --gap-radius-pill: 999px;

    --gap-shadow-sm: 0 2px 8px rgba(46, 64, 50, 0.06);
    --gap-shadow-md: 0 8px 32px rgba(46, 64, 50, 0.08);
    --gap-shadow-lg: 0 20px 60px rgba(46, 64, 50, 0.12);
}

.giwt-about-page-wrapper *, .giwt-about-page-wrapper *::before, .giwt-about-page-wrapper *::after { box-sizing: border-box; }

.giwt-about-page-wrapper {
    margin: 0;
    font-family: var(--gap-font-body);
    color: var(--gap-text);
    background: var(--gap-white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

/* ═════ TYPOGRAPHIE BASE ═════ */
h1, h2, h3, h4 {
    font-family: var(--gap-font-display);
    color: var(--gap-primary-deep);
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
}

p {
    margin: 0 0 1em;
}

.giwt-ap-eyebrow {
    display: inline-block;
    font-family: var(--gap-font-body);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gap-accent);
    font-weight: 600;
    margin-bottom: 16px;
}

.giwt-ap-section-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ═══════════════════════════════════════════════════════════════
   1. HERO
═══════════════════════════════════════════════════════════════ */

.giwt-ap-hero {
    position: relative;
    padding: 100px 0 100px;
    background: var(--gap-cream);
    overflow: hidden;
}

.giwt-ap-hero-bg-ornament {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 169, 98, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.giwt-ap-hero-bg-ornament-2 {
    position: absolute;
    bottom: -200px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(92, 124, 92, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.giwt-ap-hero-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
    align-items: center;
}

.giwt-ap-hero-content {
    text-align: left;
}

.giwt-ap-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: white;
    border: 1px solid var(--gap-border);
    border-radius: var(--gap-radius-pill);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--gap-primary);
    font-weight: 600;
    margin-bottom: 28px;
}

.giwt-ap-hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    background: var(--gap-accent);
    border-radius: 50%;
}

.giwt-ap-hero h1 {
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.giwt-ap-hero h1 .giwt-ap-underline-accent {
    position: relative;
    display: inline-block;
}

.giwt-ap-hero h1 .giwt-ap-underline-accent::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 8px;
    background: var(--gap-accent);
    opacity: 0.4;
    z-index: -1;
    border-radius: 4px;
}

.giwt-ap-hero-subtitle {
    font-size: 18px;
    color: var(--gap-text-light);
    margin: 0 0 36px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 540px;
}

.giwt-ap-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 540px;
    padding-top: 32px;
    border-top: 1px solid var(--gap-border);
}

.giwt-ap-hero-stat {
    text-align: left;
}

.giwt-ap-hero-stat-num {
    font-family: var(--gap-font-display);
    font-size: 36px;
    color: var(--gap-primary-deep);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}

.giwt-ap-hero-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gap-text-muted);
    font-weight: 600;
}

/* ───── Composition polaroid (5 photos en grille désordonnée) ───── */

.giwt-ap-hero-collage {
    position: relative;
    width: 100%;
    height: 560px;
    perspective: 1200px;
}

.giwt-ap-hero-polaroid {
    position: absolute;
    background: white;
    padding: 12px 12px 36px;
    border-radius: 4px;
    box-shadow:
        0 4px 16px rgba(46, 64, 50, 0.12),
        0 12px 28px rgba(46, 64, 50, 0.10);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s, z-index 0s 0.3s;
}

.giwt-ap-hero-polaroid:hover {
    transform: rotate(0deg) scale(1.05) translateY(-6px) !important;
    box-shadow:
        0 12px 32px rgba(46, 64, 50, 0.20),
        0 24px 48px rgba(46, 64, 50, 0.15);
    z-index: 20;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s, z-index 0s;
}

.giwt-ap-hero-polaroid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: var(--gap-cream-darker);
}

.giwt-ap-hero-polaroid::after {
    content: attr(data-caption);
    position: absolute;
    bottom: 8px;
    left: 12px;
    right: 12px;
    text-align: center;
    font-family: 'Caveat', 'Marker Felt', cursive;
    font-size: 16px;
    color: var(--gap-primary-deep);
    line-height: 1;
    letter-spacing: 0.02em;
}

/* Positions individuelles — grille désordonnée */

.giwt-ap-hero-polaroid-1 {
    top: 0;
    left: 8%;
    width: 220px;
    height: 240px;
    transform: rotate(-7deg);
    z-index: 4;
}

.giwt-ap-hero-polaroid-2 {
    /* Pièce maîtresse au centre */
    top: 18%;
    left: 32%;
    width: 280px;
    height: 280px;
    transform: rotate(3deg);
    z-index: 5;
}

.giwt-ap-hero-polaroid-3 {
    top: -10px;
    right: 4%;
    width: 200px;
    height: 220px;
    transform: rotate(8deg);
    z-index: 3;
}

.giwt-ap-hero-polaroid-4 {
    bottom: 4%;
    left: 2%;
    width: 200px;
    height: 220px;
    transform: rotate(5deg);
    z-index: 2;
}

.giwt-ap-hero-polaroid-5 {
    bottom: 0;
    right: 8%;
    width: 230px;
    height: 250px;
    transform: rotate(-6deg);
    z-index: 4;
}

.giwt-ap-hero-polaroid-6 {
    /* Lily la mascotte — petite, en bas centre, rotation marquée */
    bottom: -10px;
    left: 38%;
    width: 160px;
    height: 180px;
    transform: rotate(-12deg);
    z-index: 6;
}

/* Petits rubans adhésifs colorés sur certaines photos */
.giwt-ap-hero-polaroid-1::before,
.giwt-ap-hero-polaroid-3::before,
.giwt-ap-hero-polaroid-5::before,
.giwt-ap-hero-polaroid-6::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    width: 60px;
    height: 18px;
    background: rgba(201, 169, 98, 0.35);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.giwt-ap-hero-polaroid-3::before {
    transform: translateX(-50%) rotate(8deg);
    background: rgba(92, 124, 92, 0.3);
}

.giwt-ap-hero-polaroid-5::before {
    transform: translateX(-50%) rotate(-5deg);
    background: rgba(184, 84, 58, 0.25);
}

.giwt-ap-hero-polaroid-6::before {
    transform: translateX(-50%) rotate(10deg);
    width: 50px;
    height: 16px;
    background: rgba(92, 124, 92, 0.35);
}

/* ═══════════════════════════════════════════════════════════════
   2. MANIFESTE (Convictions)
═══════════════════════════════════════════════════════════════ */

.giwt-ap-manifesto {
    padding: 120px 0;
    background: white;
}

.giwt-ap-manifesto-header {
    text-align: center;
    margin-bottom: 80px;
}

.giwt-ap-manifesto-header h2 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 16px;
}

.giwt-ap-manifesto-header p {
    font-size: 18px;
    color: var(--gap-text-light);
    max-width: 600px;
    margin: 0 auto;
}

.giwt-ap-manifesto-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 80px;
    max-width: 1080px;
    margin: 0 auto;
}

.giwt-ap-manifesto-item {
    position: relative;
}

.giwt-ap-manifesto-number {
    font-family: var(--gap-font-display);
    font-size: 56px;
    line-height: 1;
    color: var(--gap-accent);
    opacity: 0.4;
    font-style: italic;
    margin-bottom: 12px;
    font-weight: 400;
}

.giwt-ap-manifesto-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}

.giwt-ap-manifesto-item p {
    color: var(--gap-text-light);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   2.5. SECTION HUMAINE (photo équipe pleine largeur avec citation)
═══════════════════════════════════════════════════════════════ */

.giwt-ap-humans {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: var(--gap-primary-deep);
}

.giwt-ap-humans-inner {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.giwt-ap-humans-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.giwt-ap-humans-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(46, 64, 50, 0.85) 0%,
        rgba(46, 64, 50, 0.55) 50%,
        rgba(46, 64, 50, 0.25) 100%
    );
    z-index: 2;
}

.giwt-ap-humans-content {
    position: relative;
    z-index: 3;
    max-width: 720px;
    padding: 100px 32px;
    color: white;
    text-align: left;
}

.giwt-ap-humans-content .giwt-ap-eyebrow {
    color: var(--gap-accent);
    margin-bottom: 24px;
}

.giwt-ap-humans-quote {
    font-family: var(--gap-font-display);
    font-size: clamp(26px, 3.5vw, 38px);
    line-height: 1.3;
    color: white;
    margin: 0 0 32px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.giwt-ap-humans-quote-mark {
    display: block;
    font-size: 80px;
    color: var(--gap-accent);
    line-height: 0.5;
    margin-bottom: 16px;
    font-weight: 600;
    font-family: var(--gap-font-display);
    opacity: 0.6;
}

.giwt-ap-humans-signature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.giwt-ap-humans-signature-line {
    width: 40px;
    height: 1px;
    background: var(--gap-accent);
}

.giwt-ap-humans-signature-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.05em;
}

.giwt-ap-humans-signature-text strong {
    color: white;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
    font-family: var(--gap-font-display);
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0;
}

/* ═══════════════════════════════════════════════════════════════
   3. NOTRE HISTOIRE (texte éditorial long)
═══════════════════════════════════════════════════════════════ */

.giwt-ap-story {
    padding: 120px 0;
    background: var(--gap-cream);
    position: relative;
    overflow: hidden;
}

.giwt-ap-story-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.giwt-ap-story-header {
    margin-bottom: 56px;
}

.giwt-ap-story-header .giwt-ap-eyebrow {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}

.giwt-ap-story-header h2 {
    font-size: clamp(32px, 4vw, 44px);
    text-align: center;
    line-height: 1.2;
}

.giwt-ap-story-content {
    font-size: 17px;
    line-height: 1.8;
    color: var(--gap-text);
}

.giwt-ap-story-content p {
    margin-bottom: 24px;
}

.giwt-ap-story-content p:first-of-type::first-letter {
    font-family: var(--gap-font-display);
    font-size: 72px;
    line-height: 0.85;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
    color: var(--gap-primary);
    font-weight: 600;
}

.giwt-ap-story-content em {
    color: var(--gap-primary);
    font-style: italic;
}

.giwt-ap-story-content strong {
    color: var(--gap-primary-deep);
    font-weight: 600;
}

.giwt-ap-story-content .giwt-ap-story-link {
    color: var(--gap-primary-deep);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(201, 169, 98, 0.6);
    padding-bottom: 1px;
    transition: border-color 0.2s, color 0.2s;
}

.giwt-ap-story-content .giwt-ap-story-link:hover {
    color: var(--gap-primary);
    border-bottom-color: var(--gap-accent);
}

.giwt-ap-story-signature {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--gap-border);
    display: flex;
    align-items: center;
    gap: 16px;
}

.giwt-ap-story-signature-name {
    font-family: var(--gap-font-display);
    font-size: 18px;
    font-style: italic;
    color: var(--gap-primary-deep);
    font-weight: 500;
}

.giwt-ap-story-signature-title {
    font-size: 13px;
    color: var(--gap-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 2px;
}

/* ═══════════════════════════════════════════════════════════════
   3.5. ÉQUIPE (photo ambiance + texte)
═══════════════════════════════════════════════════════════════ */

.giwt-ap-team {
    padding: 120px 0;
    background: white;
}

.giwt-ap-team-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.giwt-ap-team-content .giwt-ap-eyebrow {
    margin-bottom: 16px;
}

.giwt-ap-team-content h2 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 24px;
    line-height: 1.15;
}

.giwt-ap-team-content p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--gap-text-light);
    margin-bottom: 20px;
}

.giwt-ap-team-content p strong {
    color: var(--gap-primary-deep);
    font-weight: 600;
}

.giwt-ap-team-roles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--gap-border);
}

.giwt-ap-team-role {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--gap-text);
}

.giwt-ap-team-role-dot {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gap-accent);
    margin-top: 8px;
}

.giwt-ap-team-role-text strong {
    color: var(--gap-primary-deep);
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.giwt-ap-team-role-text span {
    color: var(--gap-text-muted);
    font-size: 13px;
}

.giwt-ap-team-photo-wrapper {
    position: relative;
}

.giwt-ap-team-photo {
    width: 100%;
    border-radius: var(--gap-radius-lg);
    box-shadow: var(--gap-shadow-lg);
    display: block;
}

.giwt-ap-team-photo-caption {
    position: absolute;
    bottom: -16px;
    left: 24px;
    background: white;
    padding: 14px 22px;
    border-radius: var(--gap-radius-pill);
    box-shadow: var(--gap-shadow-md);
    font-size: 14px;
    color: var(--gap-primary-deep);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.giwt-ap-team-photo-caption-dot {
    width: 8px;
    height: 8px;
    background: var(--gap-primary);
    border-radius: 50%;
}

/* ═══════════════════════════════════════════════════════════════
   4. ENGAGEMENTS (4 cards)
═══════════════════════════════════════════════════════════════ */

.giwt-ap-engagements {
    padding: 120px 0;
    background: white;
}

.giwt-ap-engagements-header {
    text-align: center;
    margin-bottom: 64px;
}

.giwt-ap-engagements-header h2 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 16px;
}

.giwt-ap-engagements-header p {
    font-size: 18px;
    color: var(--gap-text-light);
    max-width: 600px;
    margin: 0 auto;
}

.giwt-ap-engagements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.giwt-ap-engagement-card {
    padding: 36px 28px;
    background: var(--gap-cream);
    border-radius: var(--gap-radius-md);
    border: 1px solid var(--gap-border);
    transition: transform 0.3s, box-shadow 0.3s;
}

.giwt-ap-engagement-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gap-shadow-md);
}

.giwt-ap-engagement-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: var(--gap-shadow-sm);
}

.giwt-ap-engagement-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--gap-primary);
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.giwt-ap-engagement-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
    font-weight: 600;
}

.giwt-ap-engagement-card p {
    font-size: 14px;
    color: var(--gap-text-light);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   5. CERTIFICATIONS RÉELLES
═══════════════════════════════════════════════════════════════ */

.giwt-ap-certifications {
    padding: 120px 0;
    background: var(--gap-primary-deep);
    color: white;
    position: relative;
    overflow: hidden;
}

.giwt-ap-certifications::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at top right, rgba(201, 169, 98, 0.15), transparent 60%);
    pointer-events: none;
}

.giwt-ap-certifications-inner {
    position: relative;
}

.giwt-ap-certifications-header {
    text-align: center;
    margin-bottom: 80px;
}

.giwt-ap-certifications-header .giwt-ap-eyebrow {
    color: var(--gap-accent);
}

.giwt-ap-certifications-header h2 {
    color: white;
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 16px;
}

.giwt-ap-certifications-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 680px;
    margin: 0 auto;
}

.giwt-ap-certifications-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.giwt-ap-cert-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 36px 28px;
    border-radius: var(--gap-radius-md);
    text-align: center;
    transition: background 0.3s, transform 0.3s;
}

.giwt-ap-cert-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}

.giwt-ap-cert-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: white;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.giwt-ap-cert-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.giwt-ap-cert-card h3 {
    color: white;
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 600;
}

.giwt-ap-cert-card-acronym {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gap-accent);
    font-weight: 700;
    margin-bottom: 16px;
}

.giwt-ap-cert-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   6. CE QUI NOUS DISTINGUE
═══════════════════════════════════════════════════════════════ */

.giwt-ap-distinction {
    padding: 120px 0;
    background: white;
}

.giwt-ap-distinction-header {
    text-align: center;
    margin-bottom: 64px;
}

.giwt-ap-distinction-header h2 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 16px;
}

.giwt-ap-distinction-header p {
    font-size: 18px;
    color: var(--gap-text-light);
    max-width: 640px;
    margin: 0 auto;
}

.giwt-ap-distinction-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
}

.giwt-ap-distinction-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.giwt-ap-distinction-check {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gap-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.giwt-ap-distinction-check svg {
    width: 16px;
    height: 16px;
    stroke: white;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.giwt-ap-distinction-text h4 {
    font-family: var(--gap-font-body);
    font-size: 16px;
    color: var(--gap-primary-deep);
    font-weight: 700;
    margin-bottom: 6px;
}

.giwt-ap-distinction-text p {
    font-size: 14px;
    color: var(--gap-text-light);
    margin: 0;
    line-height: 1.6;
}

/* ═══════════════════════════════════════════════════════════════
   6.5. TÉMOIGNAGES (carrousel)
═══════════════════════════════════════════════════════════════ */

.giwt-ap-testimonials {
    padding: 120px 0;
    background: var(--gap-cream);
    overflow: hidden;
}

.giwt-ap-testimonials-header {
    text-align: center;
    margin-bottom: 64px;
    padding: 0 24px;
}

.giwt-ap-testimonials-header h2 {
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 16px;
}

.giwt-ap-testimonials-header p {
    font-size: 18px;
    color: var(--gap-text-light);
    max-width: 600px;
    margin: 0 auto;
}

.giwt-ap-testimonials-rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding: 10px 24px;
    background: white;
    border-radius: var(--gap-radius-pill);
    box-shadow: var(--gap-shadow-sm);
}

.giwt-ap-testimonials-stars {
    color: var(--gap-accent);
    font-size: 18px;
    letter-spacing: 2px;
}

.giwt-ap-testimonials-rating-text {
    font-size: 14px;
    color: var(--gap-text);
}

.giwt-ap-testimonials-rating-text strong {
    color: var(--gap-primary-deep);
    font-weight: 700;
}

.giwt-ap-testimonials-carousel-wrapper {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.giwt-ap-testimonials-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 20px 24px 30px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.giwt-ap-testimonials-carousel::-webkit-scrollbar {
    display: none;
}

.giwt-ap-testimonial-card {
    flex: 0 0 380px;
    scroll-snap-align: start;
    background: white;
    border-radius: var(--gap-radius-md);
    padding: 32px 28px;
    box-shadow: var(--gap-shadow-sm);
    border: 1px solid var(--gap-border);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.giwt-ap-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gap-shadow-md);
}

.giwt-ap-testimonial-stars {
    color: var(--gap-accent);
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.giwt-ap-testimonial-quote {
    font-family: var(--gap-font-display);
    font-size: 17px;
    line-height: 1.6;
    color: var(--gap-text);
    margin-bottom: 24px;
    font-style: italic;
    font-weight: 400;
    flex: 1;
}

.giwt-ap-testimonial-quote::before {
    content: '"';
    color: var(--gap-accent);
    font-size: 48px;
    line-height: 0;
    vertical-align: -20px;
    margin-right: 4px;
    font-weight: 600;
}

.giwt-ap-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--gap-border);
}

.giwt-ap-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--gap-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--gap-font-display);
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.giwt-ap-testimonial-author-info {
    flex: 1;
    min-width: 0;
}

.giwt-ap-testimonial-author-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--gap-primary-deep);
    margin-bottom: 2px;
}

.giwt-ap-testimonial-author-meta {
    font-size: 12px;
    color: var(--gap-text-muted);
}

.giwt-ap-testimonial-author-meta-formation {
    color: var(--gap-accent);
    font-weight: 600;
}

.giwt-ap-testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.giwt-ap-testimonials-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: 1.5px solid var(--gap-border);
    color: var(--gap-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s;
}

.giwt-ap-testimonials-nav-btn:hover {
    background: var(--gap-primary);
    color: white;
    border-color: var(--gap-primary);
    transform: scale(1.05);
}

/* ═══════════════════════════════════════════════════════════════
   7. CTA FINAL
═══════════════════════════════════════════════════════════════ */

.giwt-ap-cta-final {
    padding: 100px 0;
    background: var(--gap-cta);
    color: white;
    text-align: center;
}

.giwt-ap-cta-final h2 {
    color: white;
    font-size: clamp(32px, 4vw, 44px);
    margin-bottom: 16px;
}

.giwt-ap-cta-final p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 36px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.giwt-ap-cta-button {
    display: inline-block;
    background: white;
    color: var(--gap-cta);
    padding: 18px 44px;
    border-radius: var(--gap-radius-pill);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.giwt-ap-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.giwt-ap-cta-trust {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    flex-wrap: wrap;
    justify-content: center;
}

.giwt-ap-cta-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */

@media (max-width: 1100px) {
    .giwt-ap-hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }
    .giwt-ap-hero-content { text-align: center; }
    .giwt-ap-hero-subtitle { margin: 0 auto 36px; }
    .giwt-ap-hero-stats { margin: 0 auto; }
    .giwt-ap-hero-collage {
        height: 480px;
        max-width: 540px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .giwt-ap-hero { padding: 80px 0 60px; }
    .giwt-ap-hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 24px;
    }
    .giwt-ap-hero-collage { height: 420px; }
    .giwt-ap-hero-polaroid-1 { width: 170px; height: 190px; left: 5%; }
    .giwt-ap-hero-polaroid-2 { width: 210px; height: 220px; left: 28%; top: 14%; }
    .giwt-ap-hero-polaroid-3 { width: 160px; height: 180px; right: 2%; }
    .giwt-ap-hero-polaroid-4 { width: 160px; height: 180px; left: 0; bottom: 2%; }
    .giwt-ap-hero-polaroid-5 { width: 180px; height: 200px; right: 5%; }
    .giwt-ap-hero-polaroid-6 { width: 130px; height: 145px; left: 38%; bottom: -8px; }
    .giwt-ap-manifesto, .giwt-ap-story, .giwt-ap-team, .giwt-ap-engagements, .giwt-ap-certifications, .giwt-ap-distinction, .giwt-ap-testimonials, .giwt-ap-cta-final {
        padding: 70px 0;
    }
    .giwt-ap-humans-content { padding: 70px 24px; }
    .giwt-ap-humans-inner { min-height: 500px; }
    .giwt-ap-manifesto-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .giwt-ap-team-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .giwt-ap-team-photo-wrapper { order: -1; }
    .giwt-ap-engagements-grid, .giwt-ap-certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .giwt-ap-distinction-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .giwt-ap-story-content p:first-of-type::first-letter {
        font-size: 56px;
    }
    .giwt-ap-testimonial-card {
        flex: 0 0 320px;
    }
}

@media (max-width: 600px) {
    .giwt-ap-hero-stats {
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
    }
    .giwt-ap-hero-stat-num { font-size: 32px; }
    .giwt-ap-hero-collage { height: 360px; }
    .giwt-ap-hero-polaroid { padding: 8px 8px 28px; }
    .giwt-ap-hero-polaroid::after { font-size: 13px; bottom: 6px; }
    .giwt-ap-hero-polaroid-1 { width: 130px; height: 150px; left: 2%; top: 5%; }
    .giwt-ap-hero-polaroid-2 { width: 170px; height: 180px; left: 25%; top: 18%; }
    .giwt-ap-hero-polaroid-3 { width: 125px; height: 145px; right: 1%; top: 0; }
    .giwt-ap-hero-polaroid-4 { width: 125px; height: 145px; left: 0; bottom: 3%; }
    .giwt-ap-hero-polaroid-5 { width: 140px; height: 160px; right: 3%; bottom: 0; }
    .giwt-ap-hero-polaroid-6 { width: 105px; height: 120px; left: 36%; bottom: -8px; }
    .giwt-ap-engagements-grid, .giwt-ap-certifications-grid {
        grid-template-columns: 1fr;
    }
    .giwt-ap-cta-trust { gap: 12px; font-size: 12px; }
    .giwt-ap-team-roles { grid-template-columns: 1fr; }
    .giwt-ap-testimonial-card {
        flex: 0 0 280px;
        padding: 24px 20px;
    }
    .giwt-ap-testimonial-quote { font-size: 15px; }
}
