.kalasa-breadcrumb-banner {
    background: linear-gradient(135deg, #02112a 0%, #0b3d91 60%, #1e5bb8 100%) !important;
    position: relative;
}

.kalasa-breadcrumb-banner::before {
    opacity: 0.15 !important;
}

.kalasa-breadcrumb-banner .w3ltop-title {
    color: #ffffff !important;
}

/* Font Awesome — ne pas remplacer par Aptos Narrow */
.fas,
.fa.fas,
.fa-solid {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}

.far,
.fa-regular {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 400 !important;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 5 Brands' !important;
    font-weight: 400 !important;
}

.navbar-brand img {
    max-height: 48px;
    max-width: 180px;
    width: auto;
    height: auto;
    display: block;
}

.w3l-about-breadcrumb {
    padding-top: 6rem;
}

.nav-cta-mobile {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* —— Bannière héro —— */
.kalasa-hero-banner {
    position: relative;
    margin-top: 70px;
    padding: 4rem 0 6rem;
    background: linear-gradient(135deg, #02112a 0%, #0b3d91 45%, #1e5bb8 100%);
    overflow-x: clip;
    overflow-y: visible;
    color: #fff;
}

.kalasa-hero-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.kalasa-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.35;
}

.kalasa-shape-1 {
    width: 420px;
    height: 420px;
    background: #3b82f6;
    top: -120px;
    right: -80px;
    animation: kalasa-pulse 8s ease-in-out infinite;
}

.kalasa-shape-2 {
    width: 300px;
    height: 300px;
    background: #60a5fa;
    bottom: -60px;
    left: -60px;
    animation: kalasa-pulse 10s ease-in-out infinite reverse;
}

.kalasa-shape-3 {
    width: 200px;
    height: 200px;
    background: #93c5fd;
    top: 40%;
    left: 35%;
    animation: kalasa-pulse 12s ease-in-out infinite;
}

@keyframes kalasa-pulse {
    0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.3; }
    50% { transform: scale(1.15) translate(10px, -10px); opacity: 0.45; }
}

.kalasa-hero-content {
    position: relative;
    z-index: 2;
}

.kalasa-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    color: #e0eaff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.kalasa-hero-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
}

.kalasa-hero-title span {
    font-weight: 700;
    color: #93c5fd;
}

.kalasa-hero-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
}

.kalasa-btn-outline {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.kalasa-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.kalasa-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.kalasa-hero-tags i {
    color: #6ee7b7;
    margin-right: 0.35rem;
}

/* —— Vitrine captures flottantes —— */
.kalasa-screenshot-showcase {
    position: relative;
    z-index: 2;
    min-height: 320px;
    padding: 1rem 0 2rem;
}

.kalasa-screenshot-main {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: auto;
    background: #fff;
    animation: kalasa-float-main 6s ease-in-out infinite;
}

.kalasa-screenshot-float {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: #fff;
    height: auto;
}

.kalasa-float-notes {
    width: 42%;
    bottom: -8%;
    left: -4%;
    animation: kalasa-float-left 5s ease-in-out infinite;
}

.kalasa-float-presences {
    width: 40%;
    top: 8%;
    right: -6%;
    animation: kalasa-float-right 7s ease-in-out infinite;
}

@keyframes kalasa-float-main {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes kalasa-float-left {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-12px) rotate(0deg); }
}

@keyframes kalasa-float-right {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-10px) rotate(0deg); }
}

.kalasa-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
}

.kalasa-hero-wave svg {
    display: block;
    width: 100%;
    height: 60px;
}

/* —— Bandeau défilant captures —— */
.kalasa-showcase-strip {
    background: var(--bg-grey, #f5f6f9);
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.kalasa-showcase-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: kalasa-scroll 35s linear infinite;
    padding: 0.5rem 0;
}

.kalasa-showcase-track:hover {
    animation-play-state: paused;
}

.kalasa-showcase-slide {
    flex-shrink: 0;
    width: 220px;
    text-align: center;
}

.kalasa-showcase-slide img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #dbe4f5;
    box-shadow: 0 4px 16px rgba(11, 61, 145, 0.1);
    background: #fff;
    padding: 4px;
}

.kalasa-showcase-slide span {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

@keyframes kalasa-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* —— Sections —— */
#stats {
    background: linear-gradient(180deg, #f5f6f9 0%, #eef2ff 100%) !important;
}

.kalasa-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(11, 61, 145, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kalasa-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(11, 61, 145, 0.12);
}

.kalasa-stat-card h4 {
    color: var(--primary-color, #0b3d91);
    font-size: 2rem;
    margin-bottom: 0.25rem;
}

#fonctionnalites {
    background: #fff;
}

#fonctionnalites .grid-block {
    background: #f8fafc;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e8edf5;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#fonctionnalites .grid-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(11, 61, 145, 0.1);
}

#comment-ca-marche {
    background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
}

.kalasa-step {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.kalasa-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary-color, #0b3d91);
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

#modules {
    background: #f8fafc;
}

.kalasa-module-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.kalasa-module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(11, 61, 145, 0.12);
}

.kalasa-module-card img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 180px;
    object-fit: contain;
    background: #f8fafc;
    transition: transform 0.3s ease;
}

.kalasa-module-card:hover img {
    transform: scale(1.02);
}

.footer-links a {
    color: inherit;
    margin: 0 0.5rem;
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary-color, #0b3d91);
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.85rem;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.footer-social a.twitter:hover {
    background: #1da1f2;
}

.footer-social a.facebook:hover {
    background: #1877f2;
}

.footer-social a.linkedin:hover {
    background: #0a66c2;
}

.accordion-kalasa button {
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-kalasa .accordion-panel {
    display: none;
    padding: 0.25rem 1.25rem 1.25rem;
    color: #64748b;
    line-height: 1.65;
}

.accordion-kalasa .accordion-panel p {
    margin: 0 0 0.85rem;
}

.accordion-kalasa .accordion-panel p:last-child {
    margin-bottom: 0;
}

.accordion-kalasa .accordion-panel ul {
    margin: 0 0 0.85rem;
    padding-left: 1.15rem;
}

.accordion-kalasa .accordion-panel li {
    margin-bottom: 0.45rem;
}

.accordion-kalasa .accordion-panel a {
    color: var(--primary-color, #0b3d91);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.accordion-kalasa .accordion-panel a:hover {
    color: #1e5bb8;
}

.accordion-kalasa button[aria-expanded="true"] + .accordion-panel {
    display: block;
}

.tarif-card {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tarif-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(11, 61, 145, 0.1);
}

.tarif-card.featured {
    border-color: var(--primary-color, #0b3d91);
    box-shadow: 0 12px 32px rgba(11, 61, 145, 0.15);
}

/* —— Page Tarifs —— */
.kalasa-tarifs-banner {
    position: relative;
    margin-top: 70px;
    padding: 4rem 0 5.5rem;
    background: linear-gradient(135deg, #02112a 0%, #0b3d91 40%, #2563eb 100%);
    overflow-x: clip;
    color: #fff;
}

.kalasa-tarifs-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.kalasa-tarifs-pills span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

.kalasa-tarifs-pills i {
    color: #6ee7b7;
}

.kalasa-tarifs-showcase {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kalasa-tarifs-orbit {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 2px dashed rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    animation: kalasa-orbit-spin 20s linear infinite;
}

.kalasa-tarifs-orbit-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #93c5fd;
    box-shadow: 0 0 12px rgba(147, 197, 253, 0.8);
}

.kalasa-tarifs-orbit-dot-1 { top: -5px; left: 50%; transform: translateX(-50%); }
.kalasa-tarifs-orbit-dot-2 { bottom: 20%; right: -5px; }
.kalasa-tarifs-orbit-dot-3 { bottom: 20%; left: -5px; }

@keyframes kalasa-orbit-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.kalasa-tarifs-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
    min-width: 140px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    color: #02112a;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.kalasa-tarifs-float-card strong {
    display: block;
    font-size: 1.35rem;
    color: #0b3d91;
    margin: 0.25rem 0;
}

.kalasa-tarifs-float-card small {
    color: #64748b;
    font-size: 0.8rem;
}

.kalasa-tarifs-float-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
}

.kalasa-tarifs-float-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #0b3d91;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    white-space: nowrap;
}

.kalasa-tarifs-float-1 {
    top: 10%;
    left: 5%;
    animation: kalasa-float-left 6s ease-in-out infinite;
}

.kalasa-tarifs-float-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    min-width: 160px;
    animation: kalasa-float-center 5s ease-in-out infinite;
}

@keyframes kalasa-float-center {
    0%, 100% { transform: translate(-50%, -50%); }
    50% { transform: translate(-50%, calc(-50% - 10px)); }
}

.kalasa-tarifs-float-featured {
    border: 2px solid #0b3d91;
}

.kalasa-tarifs-float-3 {
    bottom: 8%;
    right: 5%;
    animation: kalasa-float-right 7s ease-in-out infinite;
}

.kalasa-tarifs-section {
    background: linear-gradient(180deg, #f5f6f9 0%, #ffffff 100%);
}

.kalasa-tarif-card {
    text-align: center;
}

.kalasa-tarif-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0b3d91, #3b82f6);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    white-space: nowrap;
}

.kalasa-tarif-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.kalasa-tarif-icon-essai {
    background: #eff6ff;
    color: #0b3d91;
}

.kalasa-tarif-icon-standard {
    background: #fef3c7;
    color: #d97706;
}

.kalasa-tarif-icon-institution {
    background: #ecfdf5;
    color: #059669;
}

.kalasa-tarif-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color, #0b3d91);
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.kalasa-tarif-sub {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
}

.kalasa-tarif-features {
    text-align: left;
}

.kalasa-tarif-features li {
    padding: 0.35rem 0;
    color: #475569;
    font-size: 0.95rem;
}

.kalasa-tarifs-guarantee {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 20px rgba(11, 61, 145, 0.06);
}

.kalasa-tarifs-guarantee-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.kalasa-tarifs-guarantee-item i {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eff6ff;
    color: #0b3d91;
    font-size: 1.1rem;
}

.kalasa-tarifs-guarantee-item strong {
    display: block;
    color: #02112a;
    font-size: 0.95rem;
}

.kalasa-tarifs-guarantee-item p {
    color: #64748b;
    font-size: 0.85rem;
}

.kalasa-tarifs-guarantee-item a {
    color: #0b3d91;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 991px) {
    .kalasa-tarifs-banner {
        padding: 3rem 0 4.5rem;
    }

    .kalasa-tarifs-showcase {
        min-height: 260px;
    }

    .kalasa-tarifs-float-1 { left: 0; }
    .kalasa-tarifs-float-3 { right: 0; }
}

@media (max-width: 575px) {
    .kalasa-tarifs-pills {
        flex-direction: column;
    }

    .kalasa-tarifs-orbit {
        width: 220px;
        height: 220px;
    }

    .kalasa-tarifs-float-card {
        min-width: 120px;
        padding: 0.85rem 1rem;
    }

    .kalasa-tarifs-float-card strong {
        font-size: 1.1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kalasa-tarifs-orbit,
    .kalasa-tarifs-float-1,
    .kalasa-tarifs-float-2,
    .kalasa-tarifs-float-3 {
        animation: none !important;
    }

    .kalasa-tarifs-float-2 {
        transform: translate(-50%, -50%);
    }

    .kalasa-contact-mini-1,
    .kalasa-contact-mini-2,
    .kalasa-contact-mini-3 {
        animation: none !important;
    }
}

/* —— Page Contact —— */
.kalasa-contact-banner {
    position: relative;
    margin-top: 70px;
    padding: 4rem 0 5.5rem;
    background: linear-gradient(135deg, #02112a 0%, #0b3d91 45%, #1e5bb8 100%);
    overflow-x: clip;
    color: #fff;
}

.kalasa-contact-banner-cards {
    position: relative;
    min-height: 200px;
}

.kalasa-contact-mini-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.95);
    color: #02112a;
    border-radius: 12px;
    padding: 0.85rem 1.15rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.kalasa-contact-mini-card i {
    color: #0b3d91;
    font-size: 1.1rem;
}

.kalasa-contact-mini-1 {
    top: 0;
    left: 5%;
    animation: kalasa-float-left 6s ease-in-out infinite;
}

.kalasa-contact-mini-2 {
    top: 38%;
    right: 0;
    animation: kalasa-float-right 7s ease-in-out infinite;
}

.kalasa-contact-mini-3 {
    bottom: 0;
    left: 15%;
    animation: kalasa-float-main 5s ease-in-out infinite;
}

.kalasa-contact-section {
    background: linear-gradient(180deg, #f5f6f9 0%, #ffffff 100%);
}

.kalasa-contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.15rem;
    margin-bottom: 0.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kalasa-contact-info-card:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(11, 61, 145, 0.1);
    border-color: #bfdbfe;
    color: inherit;
}

.kalasa-contact-info-static {
    cursor: default;
}

.kalasa-contact-info-static:hover {
    transform: none;
}

.kalasa-contact-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eff6ff;
    color: #0b3d91;
}

.kalasa-contact-info-card strong {
    display: block;
    color: #02112a;
    font-size: 0.9rem;
    margin-bottom: 0.15rem;
}

.kalasa-contact-info-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
}

.kalasa-contact-map {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(11, 61, 145, 0.06);
}

.kalasa-contact-form-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(11, 61, 145, 0.08);
    height: 100%;
}

.kalasa-contact-form-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.kalasa-contact-form-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #0b3d91, #3b82f6);
    color: #fff;
    font-size: 1.25rem;
}

.kalasa-contact-form-header h2 {
    color: #02112a;
    font-weight: 700;
}

.kalasa-form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.4rem;
}

.kalasa-input-wrap {
    position: relative;
}

.kalasa-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.9rem;
    pointer-events: none;
    z-index: 2;
}

.kalasa-input-wrap-textarea .kalasa-input-icon {
    top: 1.1rem;
    transform: none;
}

.kalasa-form-control,
.kalasa-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0.6rem 1rem 0.6rem 2.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    font-size: 0.95rem;
    color: #1e293b;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.kalasa-input-wrap-textarea .kalasa-form-control,
.kalasa-input-wrap-textarea textarea.form-control {
    height: auto;
    min-height: 150px;
    padding-top: 0.85rem;
    resize: vertical;
}

.kalasa-form-control:focus,
.kalasa-contact-form .form-control:focus {
    border-color: #0b3d91;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(11, 61, 145, 0.12);
    outline: none;
}

.kalasa-input-wrap select.kalasa-form-control,
.kalasa-input-wrap select.form-control {
    appearance: auto;
    cursor: pointer;
    padding-right: 2rem;
}

.kalasa-contact-privacy {
    font-size: 0.8rem;
    color: #94a3b8;
}

.kalasa-contact-privacy i {
    margin-right: 0.35rem;
}

.kalasa-contact-privacy a {
    color: #0b3d91;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.kalasa-contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

.kalasa-contact-submit {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    border-radius: 10px;
}

.kalasa-contact-alt-link {
    color: #64748b;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kalasa-contact-alt-link:hover {
    color: #0b3d91;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .kalasa-contact-banner {
        padding: 3rem 0 4.5rem;
    }

    .kalasa-contact-banner-cards {
        min-height: 160px;
    }

    .kalasa-contact-mini-card {
        font-size: 0.8rem;
        padding: 0.7rem 1rem;
    }

    .kalasa-contact-form-card {
        padding: 1.5rem;
    }
}

@media (max-width: 575px) {
    .kalasa-contact-mini-1 { left: 0; }
    .kalasa-contact-mini-2 { right: 0; }
    .kalasa-contact-mini-3 { left: 5%; }

    .kalasa-contact-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .kalasa-contact-submit {
        justify-content: center;
    }

    .kalasa-contact-alt-link {
        text-align: center;
    }
}

.form-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 991px) {
    .kalasa-hero-banner {
        padding: 3rem 0 4rem;
    }

    .kalasa-screenshot-showcase {
        min-height: 280px;
        margin-top: 1rem;
    }

    .kalasa-float-notes,
    .kalasa-float-presences {
        width: 38%;
    }
}

@media (max-width: 575px) {
    .kalasa-float-notes {
        left: 0;
        bottom: -4%;
    }

    .kalasa-float-presences {
        right: 0;
        top: 4%;
    }

    .kalasa-hero-tags {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kalasa-shape,
    .kalasa-screenshot-main,
    .kalasa-screenshot-float,
    .kalasa-showcase-track {
        animation: none !important;
    }
}

/* —— Newsletter —— */
.kalasa-newsletter {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.kalasa-newsletter-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #02112a 0%, #0b3d91 50%, #1a56c4 100%);
}

.kalasa-newsletter-bg::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(147, 197, 253, 0.15);
    top: -200px;
    right: -100px;
    filter: blur(40px);
}

.kalasa-newsletter-bg::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(110, 231, 183, 0.1);
    bottom: -150px;
    left: -80px;
    filter: blur(40px);
}

.kalasa-newsletter-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.kalasa-newsletter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0b3d91, #3b82f6);
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.kalasa-newsletter-badge {
    display: inline-block;
    background: #eff6ff;
    color: #0b3d91;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

.kalasa-newsletter-title {
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #02112a;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.kalasa-newsletter-desc {
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.kalasa-newsletter-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kalasa-newsletter-benefits li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #475569;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.kalasa-newsletter-benefits li i {
    color: #059669;
    font-size: 0.8rem;
}

.kalasa-newsletter-form-wrap {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.75rem;
}

.kalasa-newsletter-form-wrap h3 {
    color: #02112a;
    font-weight: 700;
}

.kalasa-newsletter-field {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
    margin-bottom: 1rem;
}

.kalasa-newsletter-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    z-index: 2;
    pointer-events: none;
}

.kalasa-newsletter-field .form-control {
    flex: 1 1 200px;
    height: 52px;
    padding-left: 2.5rem;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #fff;
    font-size: 0.95rem;
}

.kalasa-newsletter-field .form-control:focus {
    border-color: #0b3d91;
    box-shadow: 0 0 0 3px rgba(11, 61, 145, 0.12);
}

.kalasa-newsletter-btn {
    flex: 0 0 auto;
    height: 52px;
    padding: 0 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.kalasa-newsletter-privacy {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
}

.kalasa-newsletter-privacy i {
    margin-right: 0.35rem;
}

.kalasa-newsletter-privacy a {
    color: #0b3d91;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 991px) {
    .kalasa-newsletter-card {
        padding: 1.75rem;
    }

    .kalasa-newsletter-btn {
        width: 100%;
    }
}

/* —— Page Inscription —— */
.kalasa-inscription-banner {
    position: relative;
    margin-top: 70px;
    padding: 4rem 0 5.5rem;
    background: linear-gradient(135deg, #02112a 0%, #0b3d91 40%, #2563eb 100%);
    overflow-x: clip;
    color: #fff;
}

.kalasa-inscription-steps {
    position: relative;
    min-height: 200px;
}

.kalasa-inscription-step {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.95);
    color: #02112a;
    border-radius: 12px;
    padding: 0.85rem 1.2rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.kalasa-inscription-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0b3d91;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.kalasa-inscription-step-1 {
    top: 0;
    left: 0;
    animation: kalasa-float-left 6s ease-in-out infinite;
}

.kalasa-inscription-step-2 {
    top: 38%;
    right: 0;
    animation: kalasa-float-right 7s ease-in-out infinite;
}

.kalasa-inscription-step-3 {
    bottom: 0;
    left: 10%;
    animation: kalasa-float-main 5s ease-in-out infinite;
}

.kalasa-inscription-section {
    background: linear-gradient(180deg, #f5f6f9 0%, #ffffff 100%);
}

.kalasa-inscription-aside {
    position: sticky;
    top: 90px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 4px 20px rgba(11, 61, 145, 0.06);
}

.kalasa-inscription-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kalasa-inscription-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: #475569;
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
    line-height: 1.5;
}

.kalasa-inscription-benefits li i {
    color: #059669;
    margin-top: 0.15rem;
}

.kalasa-inscription-help {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    background: #eff6ff;
    border-radius: 10px;
    border: 1px solid #bfdbfe;
}

.kalasa-inscription-help > i {
    color: #0b3d91;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.kalasa-inscription-help strong {
    display: block;
    color: #02112a;
    font-size: 0.9rem;
}

.kalasa-inscription-help p {
    font-size: 0.85rem;
    color: #64748b;
}

.kalasa-inscription-help a {
    color: #0b3d91;
    text-decoration: underline;
}

.kalasa-inscription-login {
    font-size: 0.9rem;
    color: #64748b;
}

.kalasa-inscription-login a {
    color: #0b3d91;
    font-weight: 600;
}

.kalasa-inscription-form-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 12px 40px rgba(11, 61, 145, 0.08);
}

.kalasa-form-section {
    border: none;
    padding: 0;
    margin: 0 0 2rem;
}

.kalasa-form-section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #02112a;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #eff6ff;
    width: 100%;
}

.kalasa-form-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #eff6ff;
    color: #0b3d91;
    font-size: 0.95rem;
}

.kalasa-inscription-form .col-md-4 .kalasa-form-control,
.kalasa-inscription-form .col-md-4 .form-control {
    padding-left: 1rem;
    height: 50px;
}

.kalasa-inscription-conditions {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.kalasa-inscription-conditions .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding-left: 0;
    margin: 0;
}

.kalasa-inscription-conditions .form-check-input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.kalasa-inscription-conditions .form-check-label {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.kalasa-inscription-conditions .form-check-label a {
    color: #0b3d91;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .kalasa-inscription-banner {
        padding: 3rem 0 4.5rem;
    }

    .kalasa-inscription-aside {
        position: static;
    }

    .kalasa-inscription-form-card {
        padding: 1.5rem;
    }

    .kalasa-inscription-steps {
        min-height: 160px;
    }
}

@media (max-width: 575px) {
    .kalasa-inscription-step {
        font-size: 0.8rem;
        padding: 0.7rem 1rem;
    }

    .kalasa-inscription-step-2 {
        right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kalasa-inscription-step-1,
    .kalasa-inscription-step-2,
    .kalasa-inscription-step-3 {
        animation: none !important;
    }
}
