/* =========================================================
   1. PAGE
========================================================= */

.about-page {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 16px 120px;
}


/* =========================================================
   2. HEADER
========================================================= */

.about-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.about-header small {
    display: block;
    margin-bottom: 3px;
    color: #127194;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-header h1 {
    margin: 0;
    color: #0e3e61;
    font-size: 1.7rem;
    line-height: 1.1;
}

.back-button {
    display: inline-flex;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid #d9e6ed;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0e3e61;
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
}


/* =========================================================
   3. COMMON CARDS
========================================================= */

.about-card,
.about-hero-card,
.about-assistant-card,
.membership-card,
.mission-card,
.about-final-card {
    margin-bottom: 18px;
    border: 1px solid #dfeaf0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(14, 62, 97, 0.06);
}

.about-card {
    padding: 22px 18px;
}

.section-title {
    margin-bottom: 20px;
    color: #0e3e61;
    font-size: 1rem;
    font-weight: 850;
}

.about-card h2,
.about-assistant-card h2,
.membership-card h2,
.mission-card h2,
.about-final-card h2 {
    margin: 0 0 12px;
    color: #0e3e61;
    font-size: 1.45rem;
    line-height: 1.2;
}

.about-card p,
.about-assistant-card p,
.membership-card p,
.mission-card p,
.about-final-card p {
    margin: 0 0 12px;
    color: #60717e;
    font-size: 0.96rem;
    line-height: 1.6;
}

.about-badge {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #e8f5fa;
    color: #127194;
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-badge-light {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}


/* =========================================================
   4. HERO
========================================================= */

.about-hero-card {
    overflow: hidden;
    padding: 26px 20px;
    background:
        radial-gradient(
            circle at top right,
            rgba(92, 214, 244, 0.28),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            #f8fcfe,
            #edf7fb
        );
}

.about-hero-content > p {
    margin: 0;
    color: #526977;
    font-size: 1rem;
    line-height: 1.65;
}

.about-actions {
    display: flex;
    margin-top: 22px;
    flex-direction: column;
    gap: 10px;
}

.about-button {
    display: inline-flex;
    width: 100%;
    min-height: 50px;
    padding: 12px 18px;
    border: 2px solid transparent;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.about-button svg {
    width: 19px;
    height: 19px;
}

.about-button-primary {
    background: #0e3e61;
    color: #ffffff;
}

.about-button-secondary {
    border-color: #0e3e61;
    background: transparent;
    color: #0e3e61;
}

.about-hero-visual {
    position: relative;
    display: flex;
    min-height: 260px;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
}

.bluupi-avatar {
    position: relative;
    z-index: 3;
    display: grid;
    width: 116px;
    height: 116px;
    border: 9px solid rgba(255, 255, 255, 0.88);
    border-radius: 38px;
    background: linear-gradient(145deg, #3ca6d6, #0e3e61);
    color: #ffffff;
    box-shadow: 0 20px 35px rgba(14, 62, 97, 0.22);
    place-items: center;
    transform: rotate(-5deg);
}

.bluupi-avatar svg {
    width: 48px;
    height: 48px;
}

.bluupi-orbit {
    position: absolute;
    border: 1px solid rgba(18, 113, 148, 0.2);
    border-radius: 50%;
}

.bluupi-orbit-one {
    width: 210px;
    height: 210px;
}

.bluupi-orbit-two {
    width: 260px;
    height: 260px;
}

.about-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    padding: 9px 12px;
    border: 1px solid #dbe9ef;
    border-radius: 13px;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.96);
    color: #0e3e61;
    box-shadow: 0 8px 20px rgba(14, 62, 97, 0.1);
    font-size: 0.72rem;
    font-weight: 800;
}

.about-floating-card svg {
    width: 16px;
    height: 16px;
    color: #127194;
}

.floating-card-one {
    top: 22px;
    left: 0;
}

.floating-card-two {
    top: 58px;
    right: 0;
}

.floating-card-three {
    right: 16px;
    bottom: 20px;
}


/* =========================================================
   5. INTRODUCTION
========================================================= */

.about-introduction {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.about-section-icon {
    display: grid;
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 15px;
    background: #e8f5fa;
    color: #127194;
    place-items: center;
}

.about-section-icon svg {
    width: 23px;
    height: 23px;
}


/* =========================================================
   6. ACTIVITY TYPES
========================================================= */

.activity-types-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.activity-type {
    display: flex;
    padding: 15px;
    border: 1px solid #e0eaf0;
    border-radius: 17px;
    align-items: center;
    gap: 13px;
    background: #f9fcfd;
}

.activity-type-icon {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #e8f5fa;
    color: #127194;
    place-items: center;
}

.activity-type-icon svg {
    width: 21px;
    height: 21px;
}

.activity-type strong,
.activity-type small {
    display: block;
}

.activity-type strong {
    color: #0e3e61;
    font-size: 0.91rem;
}

.activity-type small {
    margin-top: 3px;
    color: #70808b;
    font-size: 0.77rem;
    line-height: 1.4;
}


/* =========================================================
   7. ASSISTANT
========================================================= */

.about-assistant-card {
    padding: 24px 18px;
    background:
        radial-gradient(
            circle at top right,
            rgba(92, 214, 244, 0.22),
            transparent 38%
        ),
        #0e3e61;
    color: #ffffff;
}

.about-assistant-card h2 {
    color: #ffffff;
}

.about-assistant-card p {
    color: rgba(255, 255, 255, 0.8);
}

.assistant-presentation {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.assistant-icon {
    display: grid;
    width: 49px;
    min-width: 49px;
    height: 49px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    color: #5cd6f4;
    place-items: center;
}

.assistant-conversation {
    display: flex;
    margin: 24px 0;
    flex-direction: column;
    gap: 12px;
}

.conversation-bubble {
    max-width: 90%;
    padding: 13px 15px;
    border-radius: 17px;
    font-size: 0.84rem;
    line-height: 1.5;
}

.conversation-user {
    margin-left: auto;
    border-bottom-right-radius: 5px;
    background: #ffffff;
    color: #0e3e61;
}

.conversation-bluupi {
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-bottom-left-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.assistant-criteria {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.assistant-criteria div {
    display: flex;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.75rem;
    font-weight: 700;
}

.assistant-criteria svg {
    width: 17px;
    height: 17px;
    color: #5cd6f4;
}

.assistant-link {
    display: flex;
    margin-top: 22px;
    align-items: center;
    justify-content: space-between;
    color: #5cd6f4;
    font-size: 0.9rem;
    font-weight: 850;
    text-decoration: none;
}

.assistant-link svg {
    width: 20px;
    height: 20px;
}


/* =========================================================
   8. STEPS
========================================================= */

.about-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
}

.about-step {
    display: flex;
    padding: 14px;
    border: 1px solid #e1ebf0;
    border-radius: 16px;
    align-items: center;
    gap: 13px;
    background: #f9fcfd;
}

.step-number {
    display: grid;
    width: 39px;
    min-width: 39px;
    height: 39px;
    border-radius: 13px;
    background: #0e3e61;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 900;
    place-items: center;
}

.about-step strong,
.about-step small {
    display: block;
}

.about-step strong {
    color: #0e3e61;
    font-size: 0.91rem;
}

.about-step small {
    margin-top: 3px;
    color: #71808b;
    font-size: 0.78rem;
}


/* =========================================================
   9. FAMILY FEATURES
========================================================= */

.family-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
}

.family-feature {
    display: flex;
    padding: 14px;
    border: 1px solid #e1ebf0;
    border-radius: 16px;
    align-items: center;
    gap: 13px;
}

.family-feature > svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
    color: #127194;
}

.family-feature strong,
.family-feature small {
    display: block;
}

.family-feature strong {
    color: #0e3e61;
    font-size: 0.9rem;
}

.family-feature small {
    margin-top: 3px;
    color: #72818b;
    font-size: 0.77rem;
}


/* =========================================================
   10. MEMBERSHIP
========================================================= */

.membership-card {
    overflow: hidden;
    padding: 24px 18px;
    background:
        radial-gradient(
            circle at top right,
            rgba(92, 214, 244, 0.28),
            transparent 38%
        ),
        #0e3e61;
    color: #ffffff;
}

.membership-card h2 {
    color: #ffffff;
}

.membership-card p {
    color: rgba(255, 255, 255, 0.8);
}

.membership-list {
    display: grid;
    margin: 20px 0 0;
    padding: 0;
    gap: 10px;
    list-style: none;
}

.membership-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.85rem;
    font-weight: 700;
}

.membership-list svg {
    width: 18px;
    height: 18px;
    color: #5cd6f4;
}

.membership-visual {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    margin-top: 27px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 23px;
    background: linear-gradient(145deg, #127194, #0a334f);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

.membership-visual small,
.membership-visual strong,
.membership-visual span {
    position: relative;
    z-index: 2;
    display: block;
}

.membership-visual small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 750;
    text-transform: uppercase;
}

.membership-visual strong {
    margin: 7px 0;
    font-size: 2.2rem;
    letter-spacing: -0.04em;
}

.membership-visual span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
}

.membership-symbol {
    position: absolute;
    right: -18px;
    bottom: -22px;
    display: grid;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    color: #5cd6f4;
    place-items: center;
}

.membership-symbol svg {
    width: 52px;
    height: 52px;
}


/* =========================================================
   11. TRUST
========================================================= */

.trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.trust-item {
    display: flex;
    padding: 12px 13px;
    border: 1px solid #e1ebf0;
    border-radius: 14px;
    align-items: center;
    gap: 10px;
    color: #0e3e61;
    font-size: 0.84rem;
    font-weight: 750;
}

.trust-item svg {
    width: 19px;
    height: 19px;
    color: #127194;
}


/* =========================================================
   12. MISSION
========================================================= */

.mission-card {
    display: flex;
    padding: 24px 18px;
    align-items: flex-start;
    gap: 15px;
    background:
        radial-gradient(
            circle at top left,
            rgba(92, 214, 244, 0.17),
            transparent 42%
        ),
        #f5fafc;
}

.mission-icon {
    display: grid;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #dff3f9;
    color: #127194;
    place-items: center;
}

.mission-icon svg {
    width: 24px;
    height: 24px;
}

.mission-sentence {
    display: block;
    margin-top: 17px;
    color: #127194;
    font-size: 1rem;
    line-height: 1.5;
}


/* =========================================================
   13. FINAL CTA
========================================================= */

.about-final-card {
    padding: 30px 20px;
    background:
        radial-gradient(
            circle at top left,
            rgba(92, 214, 244, 0.3),
            transparent 38%
        ),
        #127194;
    color: #ffffff;
    text-align: center;
}

.about-final-card > svg {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    color: #5cd6f4;
}

.about-final-card h2 {
    color: #ffffff;
}

.about-final-card p {
    color: rgba(255, 255, 255, 0.82);
}

.about-button-white {
    background: #ffffff;
    color: #0e3e61;
}

.about-button-outline {
    border-color: rgba(255, 255, 255, 0.8);
    background: transparent;
    color: #ffffff;
}


/* =========================================================
   14. BOTTOM SAFE AREA
========================================================= */

@supports (padding: max(0px)) {

    .about-page {
        padding-bottom: max(120px, calc(100px + env(safe-area-inset-bottom)));
    }

}

/* Éléments desktop cachés sur mobile */
.desktop-header,
.desktop-footer{
  display:none;
}
/* =========================================================
   BOTTOM NAV MOBILE
========================================================= */

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: min(100%, 460px);
  height: 82px;

  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e5edf3;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  display: grid;
  grid-template-columns: repeat(5, 1fr);

  z-index: 35;
}

.bottom-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 6px;

  color: #8a98a6;

  font-size: 12px;
  font-weight: 650;

  text-decoration: none;
}

.bottom-nav i,
.bottom-nav svg {
  width: 25px;
  height: 25px;
  stroke-width: 2;
}

.bottom-nav small {
  font-size: 12px;
  font-weight: 650;
}

.bottom-nav a.active {
  color: #127194;
}

.desktop-footer {
  display: none;
}