/* ========================================
   L'IA chez KESTIO - Styles 5 Axes
   ======================================== */

/* Hero Section */
.hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f5f7fa 0%, var(--color-navy-light) 100%);
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-badge {
    display: inline-block;
    background: var(--color-green);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.hero-content h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
    color: var(--color-navy);
}

.hero-content .text-accent {
    color: var(--color-green);
}

.hero-subtitle {
    font-size: 1.15rem;
    color: var(--color-text-light);
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-cta {
    display: flex;
    gap: 16px;
}

.hero-cta .btn {
    min-width: 200px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9rem;
    padding: 0 24px;
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.hero-image {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 16px;
}

/* Navigation des 5 axes */
.axes-nav-section {
    padding: 40px 0;
    background: white;
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 70px;
    z-index: 50;
}

.axes-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.axe-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: var(--color-bg-alt);
}

.axe-nav-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.axe-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: white;
}

.axe-1 .axe-num { background: var(--color-navy); }
.axe-2 .axe-num { background: var(--color-yellow); color: var(--color-navy); }
.axe-3 .axe-num { background: var(--color-green); }
.axe-4 .axe-num { background: var(--color-coral); }
.axe-5 .axe-num { background: var(--color-blue-sky); color: var(--color-navy); }

.axe-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-navy);
}

/* Sections Axes */
.axe-section {
    padding: 80px 0;
}

.axe-section:nth-child(odd) {
    background: white;
}

.axe-section:nth-child(even) {
    background: var(--color-bg-alt);
}

.axe-header {
    text-align: center;
    margin-bottom: 48px;
}

.axe-number {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.axe-section-1 .axe-number { background: var(--color-navy); color: white; }
.axe-section-2 .axe-number { background: var(--color-yellow); color: var(--color-navy); }
.axe-section-3 .axe-number { background: var(--color-green); color: white; }
.axe-section-4 .axe-number { background: var(--color-coral); color: white; }
.axe-section-5 .axe-number { background: var(--color-blue-sky); color: var(--color-navy); }

.axe-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 16px;
}

.axe-results {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.result-item {
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
}

.result-blue { background: rgba(59, 72, 112, 0.1); color: var(--color-navy); }
.result-green { background: rgba(109, 200, 157, 0.15); color: var(--color-green-dark); }
.result-coral { background: rgba(240, 138, 125, 0.15); color: var(--color-coral-dark); }

.axe-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.axe-content-reverse {
    direction: rtl;
}

.axe-content-reverse > * {
    direction: ltr;
}

.axe-text p {
    font-size: 1.1rem;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 24px;
}

.axe-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.axe-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    color: var(--color-text);
    margin-bottom: 12px;
}

.axe-features .check {
    color: var(--color-green);
    font-weight: 600;
}

/* Axe Visual Elements */
.stat-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    margin-bottom: 16px;
}

.stat-big {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--color-green);
    margin-bottom: 8px;
}

.stat-desc {
    font-size: 1rem;
    color: var(--color-text-light);
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.products-grid-3 {
    grid-template-columns: 1fr;
}

.product-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.product-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-navy);
    margin-bottom: 8px;
}

.product-card p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin: 0;
}

/* Percentage Circle */
.percentage-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-green) 0%, var(--color-green-dark) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 16px 40px rgba(109, 200, 157, 0.3);
}

.percentage-value {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
}

.percentage-label {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
}

/* Services List */
.services-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.service-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--color-coral);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.service-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-navy);
    margin-bottom: 4px;
}

.service-info p {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin: 0;
}

/* Axe Image */
.axe-image {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* Axe Testimonial */
.axe-testimonial {
    margin-top: 48px;
    background: var(--color-navy);
    border-radius: 16px;
    padding: 32px;
    color: white;
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.axe-testimonial .testimonial-quote {
    font-size: 4rem;
    color: var(--color-green);
    font-family: Georgia, serif;
    line-height: 1;
    margin-bottom: 8px;
}

.axe-testimonial p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.9);
}

.axe-testimonial .testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.axe-testimonial .testimonial-author img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.axe-testimonial .testimonial-author strong {
    display: block;
    color: white;
}

.axe-testimonial .testimonial-author span {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}

/* Recap Section */
.recap-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafb 0%, #eef3f7 50%, #f5f8fa 100%);
}

.recap-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

/* Spider Chart */
.recap-chart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spider-chart-container {
    position: relative;
    width: 100%;
    max-width: 450px;
}

.spider-chart {
    width: 100%;
    height: auto;
}

.spider-grid {
    fill: none;
    stroke: #d0d8e0;
    stroke-width: 1;
}

.spider-grid-inner {
    stroke: #e0e6ec;
}

.spider-grid-inner-2 {
    stroke: #eaeff3;
}

.spider-axis {
    stroke: #d0d8e0;
    stroke-width: 1;
}

.spider-data {
    fill: rgba(168, 213, 248, 0.3);
    stroke: var(--color-navy);
    stroke-width: 2;
}

.spider-point {
    stroke: white;
    stroke-width: 3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.spider-point:hover {
    r: 14;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
}

.spider-point-1 { fill: var(--color-navy); }
.spider-point-2 { fill: var(--color-yellow); }
.spider-point-3 { fill: var(--color-green); }
.spider-point-4 { fill: var(--color-coral); }
.spider-point-5 { fill: var(--color-blue-sky); }

.spider-center {
    fill: var(--color-green);
}

/* Spider Labels */
.spider-label {
    position: absolute;
    text-align: center;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 8px;
}

.spider-label:hover {
    transform: scale(1.15);
    background: white;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    z-index: 10;
}

.spider-label strong {
    display: block;
    color: var(--color-navy);
    font-weight: 600;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

.spider-label:hover strong {
    font-size: 1rem;
}

.spider-label span {
    font-weight: 600;
    transition: all 0.3s ease;
}

.spider-label:hover span {
    font-size: 0.95rem;
}

.spider-label-1 {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.spider-label-1 span { color: var(--color-navy); }

.spider-label-2 {
    top: 20%;
    right: -80px;
    text-align: left;
}
.spider-label-2 span { color: var(--color-coral); }

.spider-label-3 {
    bottom: 0;
    right: -20px;
    text-align: left;
}
.spider-label-3 span { color: var(--color-green); }

.spider-label-4 {
    bottom: 0;
    left: -20px;
    text-align: right;
}
.spider-label-4 span { color: var(--color-coral); }

.spider-label-5 {
    top: 20%;
    left: -80px;
    text-align: right;
}
.spider-label-5 span { color: var(--color-blue-sky); }

.recap-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-navy);
    margin-bottom: 16px;
}

.recap-text p {
    font-size: 1.1rem;
    color: var(--color-text-light);
    margin-bottom: 24px;
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    padding: 60px 0;
    background: var(--color-navy);
}

.cta-section .section-header h2,
.cta-section .section-header p {
    color: white;
}

.cta-section .section-header p {
    opacity: 0.9;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 40px;
}

.contact-form {
    background: white;
    border-radius: var(--radius-lg, 20px);
    padding: 24px;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0,0,0,0.1));
}

.contact-form .cta-note {
    text-align: center;
    color: var(--color-text-light);
    font-size: 0.85rem;
    margin-top: 12px;
}

.contact-info-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: white;
    border-radius: var(--radius-lg, 20px);
    padding: 32px;
    height: 100%;
}

.contact-info-card h3 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.contact-info-card > p {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
    margin-bottom: 32px;
    line-height: 1.6;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-icon {
    background: rgba(255,255,255,0.1);
    padding: 12px;
    border-radius: var(--radius-md, 12px);
    color: var(--color-green);
    flex-shrink: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.contact-value:hover {
    color: var(--color-green);
}

.contact-hours {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.contact-hours p {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    margin: 8px 0;
}

.contact-hours strong {
    color: white;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero .container,
    .axe-content,
    .axe-content-reverse,
    .recap-content,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .axe-content-reverse {
        direction: ltr;
    }

    .axes-nav {
        flex-wrap: wrap;
    }

    .axes-nav-section {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .axe-header h2 {
        font-size: 1.75rem;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .axes-nav {
        gap: 8px;
    }

    .axe-nav-item {
        padding: 10px 14px;
    }

    .axe-label {
        display: none;
    }
}
