﻿.about_page_body {
    min-height: 100vh;
    background: linear-gradient(180deg, #020317 0%, #0f132a 50%, #020317 100%);
    color: #f1f4f9;
    font-family: system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.about_page_body ::selection {
    background: rgba(163, 230, 53, 0.3);
    color: #d9f99d;
}

.c_1570 {
    max-width: 1570px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.about_main_section {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .about_main_section {
        padding-top: 2.5rem;
        padding-bottom: 4rem;
    }
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background: #059680;
    color: #fff;
    z-index: 9999;
    text-decoration: none;
    border-radius: 0.25rem;
}

.about_hero {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(135deg, #059680 0%, #0284c7 100%);
    color: #fff;
    margin-bottom: 2.5rem;
}

.about_hero .hero_content {
    position: relative;
    padding: 2.5rem 2rem;
}

@media (min-width: 768px) {
    .about_hero .hero_content {
        padding: 3.5rem 2rem;
    }
}

.about_breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .about_breadcrumb {
        margin-bottom: 1.5rem;
    }
}

.about_breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.about_breadcrumb a:hover {
    text-decoration: underline;
}

.about_hero_tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.about_page_title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .about_page_title {
        font-size: 2.8rem;
    }
}

.about_page_desc {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
    max-width: 40rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .about_page_desc {
        margin-top: 1.25rem;
        font-size: 1.05rem;
    }
}

.about_hero_btns {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.btn_about_primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.6rem;
    background: #fff;
    color: #047869;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: all 0.25s;
    font-size: 0.95rem;
}

.btn_about_primary:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
    text-decoration: none;
    color: #065f46;
}

.about_hero_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    .about_hero_tags {
        margin-top: 1.75rem;
    }
}

.about_hero_tag_chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.8rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.78rem;
    color: #fff;
}

.about_hero_tag_chip i {
    color: #86efbc;
    font-size: 0.7rem;
}

.about_section {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .about_section {
        margin-bottom: 4rem;
    }
}

.section_head {
    margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
    .section_head {
        margin-bottom: 2.25rem;
    }
}

.section_title_h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f8f9fc;
    margin: 0;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

@media (min-width: 768px) {
    .section_title_h2 {
        font-size: 2.1rem;
    }
}

.section_title_h2 i {
    color: #34d3b3;
}

.section_title_h2 .title_eyebrow {
    font-size: 0.8rem;
    color: #34d3b3;
    letter-spacing: 0.1em;
    font-weight: 700;
}

.section_subtitle {
    margin-top: 0.75rem;
    color: #949db8;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 50rem;
}

.story_layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .story_layout {
        grid-template-columns: 1.15fr 1fr;
        gap: 2.5rem;
        align-items: start;
    }
}

.story_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    padding: 1.75rem 1.5rem;
}

@media (min-width: 768px) {
    .story_card {
        padding: 2rem 2rem;
    }
}

.story_title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 1rem 0;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .story_title {
        font-size: 1.65rem;
    }
}

.story_body {
    font-size: 0.95rem;
    color: #cbd2e1;
    line-height: 1.9;
}

.story_body p {
    margin: 0 0 1rem 0;
}

.story_body p:last-child {
    margin-bottom: 0;
}

.story_highlight {
    color: #86efbc;
    font-weight: 600;
}

.feature_grid_4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .feature_grid_4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .feature_grid_4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
}

.feature_item {
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.25rem;
    transition: all 0.3s;
}

.feature_item:hover {
    transform: translateY(-3px);
    border-color: rgba(16, 185, 129, 0.35);
}

.feature_item_icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(14, 165, 233, 0.2));
    color: #34d3b3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
}

.feature_item_title {
    font-size: 1rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 0.4rem 0;
}

.feature_item_text {
    font-size: 0.85rem;
    color: #949db8;
    line-height: 1.6;
    margin: 0;
}

.story_visual_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.stats_row_box {
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem;
    background: rgba(16, 185, 129, 0.05);
    font-size: 0.85rem;
    color: #86efbc;
    line-height: 1.7;
}

.illustration_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(16, 185, 129, 0.1), rgba(14, 165, 233, 0.08));
    padding: 2rem 1.5rem;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .illustration_card {
        min-height: 340px;
        padding: 2.5rem 2rem;
    }
}

.illust_stadium {
    position: relative;
    width: 100%;
    max-width: 320px;
}

.stadium_field {
    position: relative;
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #065f46, #047869);
    border: 2px solid rgba(134, 239, 172, 0.4);
    overflow: hidden;
}

.stadium_midline {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: rgba(134, 239, 172, 0.4);
}

.stadium_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(134, 239, 172, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.stadium_goal_left,
.stadium_goal_right {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 70px;
    border: 2px solid rgba(134, 239, 172, 0.5);
    transform: translateY(-50%);
}

.stadium_goal_left {
    left: 0;
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.stadium_goal_right {
    right: 0;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.stadium_ball {
    position: absolute;
    top: 38%;
    left: 52%;
    width: 12px;
    height: 12px;
    background: radial-gradient(circle at 30% 30%, #fff, #e2e6f0);
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.stadium_spectator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    background: repeating-linear-gradient(90deg,
            rgba(251, 191, 36, 0.35) 0px,
            rgba(251, 191, 36, 0.35) 6px,
            rgba(16, 185, 129, 0.3) 6px,
            rgba(16, 185, 129, 0.3) 12px,
            rgba(56, 189, 248, 0.3) 12px,
            rgba(56, 189, 248, 0.3) 18px);
    opacity: 0.5;
    border-radius: 0 0 0.5rem 0.5rem;
}

.illust_caption {
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.75rem;
    color: #86efbc;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.stats_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin: 1.5rem 0 0 0;
}

@media (min-width: 768px) {
    .stats_section {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        margin: 2rem 0 0 0;
    }
}

.stat_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.02));
    padding: 1.25rem 1rem;
    text-align: center;
    transition: all 0.3s;
}

.stat_card:hover {
    transform: translateY(-3px);
    border-color: rgba(16, 185, 129, 0.35);
}

.stat_number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #34d3b3;
    line-height: 1;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .stat_number {
        font-size: 2.25rem;
    }
}

.stat_number .stat_unit {
    font-size: 0.6em;
    font-weight: 600;
    color: #86efbc;
    margin-left: 2px;
}

.stat_label {
    margin-top: 0.5rem;
    font-size: 0.78rem;
    color: #949db8;
    letter-spacing: 0.02em;
}

.milestones_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .milestones_grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
}

.milestone_card {
    position: relative;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem 1.25rem;
    overflow: hidden;
    transition: all 0.3s;
}

.milestone_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #10b99d, #06b6d4);
    opacity: 0.7;
}

.milestone_card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.35);
}

.milestone_phase {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #34d3b3;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.7rem;
    border-radius: 9999px;
    background: rgba(16, 185, 129, 0.12);
}

.milestone_title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 0.5rem 0;
    line-height: 1.35;
}

.milestone_text {
    font-size: 0.85rem;
    color: #949db8;
    line-height: 1.7;
    margin: 0;
}

.multi_platform_layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .multi_platform_layout {
        grid-template-columns: 1fr 1.15fr;
        gap: 2.5rem;
    }
}

.devices_visual {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(14, 165, 233, 0.08), rgba(16, 185, 129, 0.05));
    padding: 1.75rem 1.5rem;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
}

@media (min-width: 768px) {
    .devices_visual {
        min-height: 380px;
        padding: 2rem 2rem;
        gap: 1rem;
    }
}

.device_tv {
    width: 50%;
    max-width: 220px;
    aspect-ratio: 16/10;
    border-radius: 0.75rem;
    background: linear-gradient(160deg, #0f132a, #1e293b);
    border: 3px solid #334155;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    padding: 0.5rem;
    position: relative;
    flex-shrink: 0;
}

.device_tv::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    height: 10px;
    background: #1e293b;
    border-radius: 0 0 8px 8px;
}

.device_phone {
    width: 22%;
    max-width: 88px;
    aspect-ratio: 9/19;
    border-radius: 1rem;
    background: linear-gradient(160deg, #1a1a2e, #16213e);
    border: 2px solid #475569;
    padding: 0.3rem;
    position: relative;
}

.device_tablet {
    width: 25%;
    max-width: 100px;
    aspect-ratio: 3/4;
    border-radius: 0.75rem;
    background: linear-gradient(160deg, #1a1a2e, #16213e);
    border: 2px solid #475569;
    padding: 0.35rem;
    position: relative;
}

.device_screen {
    width: 100%;
    height: 100%;
    border-radius: 0.35rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.3), rgba(14, 165, 233, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
}

.device_screen_bar {
    width: 70%;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.device_screen_bar.sm {
    width: 45%;
    opacity: 0.7;
}

.devices_tag {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #389ef8;
}

.multi_platform_body {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    padding: 1.75rem 1.5rem;
}

@media (min-width: 768px) {
    .multi_platform_body {
        padding: 2rem 2rem;
    }
}

.multi_platform_title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 1rem 0;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .multi_platform_title {
        font-size: 1.65rem;
    }
}

.multi_platform_text {
    font-size: 0.95rem;
    color: #cbd2e1;
    line-height: 1.9;
    margin: 0 0 1.25rem 0;
}

.multi_platform_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.btn_link_outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.6rem;
    background: rgba(16, 185, 129, 0.1);
    color: #34d3b3;
    padding: 0.65rem 1.25rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(16, 185, 129, 0.3);
    transition: all 0.25s;
    font-size: 0.9rem;
}

.btn_link_outline:hover {
    background: rgba(16, 185, 129, 0.2);
    transform: translateY(-2px);
    text-decoration: none;
    color: #10b99d;
}

.hot_tags_row {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.hot_tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.75rem;
    color: #949db8;
}

.hot_tag i {
    color: #f5c20b;
    font-size: 0.7rem;
}

.team_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .team_grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.25rem;
    }
}

.team_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    padding: 1.5rem 1rem;
    text-align: center;
    transition: all 0.3s;
}

.team_card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.35);
}

.team_avatar {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    margin: 0 auto 0.9rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 800;
    position: relative;
}

.team_avatar.c1 {
    background: linear-gradient(135deg, #10b99d, #059680);
}

.team_avatar.c2 {
    background: linear-gradient(135deg, #0e83e9, #0369a1);
}

.team_avatar.c3 {
    background: linear-gradient(135deg, #f5c20b, #d97706);
}

.team_avatar.c4 {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.team_avatar::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.team_name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 0.3rem 0;
}

.team_role {
    font-size: 0.8rem;
    color: #34d3b3;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.testimonials_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .testimonials_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

.testimonial_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(251, 191, 36, 0.06), rgba(255, 255, 255, 0.02));
    padding: 1.5rem 1.25rem;
    position: relative;
    transition: all 0.3s;
}

.testimonial_card:hover {
    transform: translateY(-3px);
    border-color: rgba(251, 191, 36, 0.3);
}

.testimonial_quote {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    font-size: 1.5rem;
    color: rgba(251, 191, 36, 0.4);
}

.testimonial_head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.testimonial_avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.testimonial_avatar.t1 {
    background: linear-gradient(135deg, #ef6144, #dc2626);
}

.testimonial_avatar.t2 {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.testimonial_meta {
    flex: 1;
}

.testimonial_slogan {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0;
    line-height: 1.4;
}

.testimonial_name {
    font-size: 0.75rem;
    color: #949db8;
    margin-top: 0.1rem;
}

.testimonial_text {
    font-size: 0.88rem;
    color: #cbd2e1;
    line-height: 1.75;
    margin: 0;
}

.testimonial_link_out {
    margin-top: 1.5rem;
    text-align: center;
}

.nom_contact_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 1024px) {
    .nom_contact_wrap {
        grid-template-columns: 1.25fr 1fr;
        gap: 2rem;
    }
}

.nom_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.nom_card_head {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

@media (min-width: 768px) {
    .nom_card_head {
        padding: 2rem 2rem 0.5rem 2rem;
    }
}

.nom_title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.nom_title i {
    color: #f5c20b;
}

.nom_list {
    padding: 0.5rem 0 1rem 0;
}

.nom_item {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.nom_item_q {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}

@media (min-width: 768px) {
    .nom_item_q {
        padding: 1rem 2rem;
    }
}

.nom_item_q:hover {
    background: rgba(255, 255, 255, 0.02);
}

.nom_item_q_text {
    font-size: 0.92rem;
    font-weight: 600;
    color: #e2e6f0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.nom_item_q_text .nom_q_mark {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: rgba(251, 191, 36, 0.15);
    color: #fbe224;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    flex-shrink: 0;
}

.nom_item_q_toggle {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #949db8;
    font-size: 0.75rem;
    flex-shrink: 0;
    transition: all 0.25s;
}

.nom_item.open .nom_item_q_toggle {
    transform: rotate(180deg);
    color: #34d3b3;
    background: rgba(16, 185, 129, 0.1);
}

.nom_item_a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem 0 1.5rem;
}

@media (min-width: 768px) {
    .nom_item_a {
        padding: 0 2rem 0 2rem;
    }
}

.nom_item.open .nom_item_a {
    max-height: 200px;
    padding: 0 1.5rem 1rem 1.5rem;
}

@media (min-width: 768px) {
    .nom_item.open .nom_item_a {
        padding: 0 2rem 1.25rem 2rem;
    }
}

.nom_item_a_text {
    padding-left: 2rem;
    font-size: 0.88rem;
    color: #949db8;
    line-height: 1.8;
    border-left: 2px solid rgba(16, 185, 129, 0.3);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.contact_card {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(16, 185, 129, 0.08), rgba(255, 255, 255, 0.02));
    padding: 1.75rem 1.5rem;
}

@media (min-width: 768px) {
    .contact_card {
        padding: 2rem 2rem;
    }
}

.contact_title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8f9fc;
    margin: 0 0 1.25rem 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.contact_title i {
    color: #10b99d;
}

.contact_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.contact_list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.88rem;
    color: #cbd2e1;
    line-height: 1.6;
}

.contact_list i {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: rgba(16, 185, 129, 0.12);
    color: #34d3b3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.contact_divider {
    margin: 1.25rem 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.contact_license {
    font-size: 0.8rem;
    color: #646e8b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact_license i {
    color: #0e83e9;
}

.cta_banner {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(14, 165, 233, 0.2));
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 2rem 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .cta_banner {
        padding: 2.5rem 2rem;
    }
}

.cta_title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #f8f9fc;
    margin: 0 0 0.6rem 0;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .cta_title {
        font-size: 1.65rem;
    }
}

.cta_desc {
    font-size: 0.92rem;
    color: #949db8;
    line-height: 1.7;
    max-width: 40rem;
    margin: 0 auto 1.5rem auto;
}

.cta_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.btn_cta_primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.6rem;
    background: linear-gradient(90deg, #10b99d, #06b6d4);
    color: #fff;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s;
    font-size: 0.95rem;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25);
}

.btn_cta_primary:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}

.btn_cta_secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.08);
    color: #e2e6f0;
    padding: 0.7rem 1.4rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.25s;
    font-size: 0.95rem;
}

.btn_cta_secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

/* 23bc72 */
.1d04387 {
    text-rendering: optimizeLegibility;
}
