@import url("fonts.css");

:root {
    --primary-color: #0a439d;
    --secundary-color: #ffffff;
    --tertiary-color: #e7fbff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

.hide-section {
    display: none;
    visibility: hidden;
}

body {
    font-family: "Hando", sans-serif;
    background-color: var(--primary-color);
    overflow-x: hidden;
}

/* SIDE MENU */

.side-menu {
    width: 250px;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 100;
    position: fixed;
    padding: 30px;
    right: -300px;
    box-shadow:
        rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
        rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
        rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    z-index: 9999;
    border-radius: 50px 0px 0px;
}
.w-full {
    width: 100%;
}
.side-menu .close-btn {
    position: relative;
}

.side-menu ul {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.side-menu ul li {
    list-style: none;
    border-bottom: 1px solid var(--secundary-color);
    padding-bottom: 1rem;
}

.side-menu ul li a {
    text-decoration: none;
    color: var(--secundary-color);
    font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.side-menu .vixicom-logo {
    width: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.side-menu .vixicom-logo img {
    width: 100%;
}

.side-menu .close-btn svg {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 2rem;
    color: #889097;
}

.menu-is-active {
    right: 0px;
    transition: all 0.3s ease;
}

.container {
    max-width: 1440px;
    width: 95%;
    margin: 0 auto;
    padding: 0 1.5vw;
    display: flex;
}

/* ----- HEADER ----- */
header {
    background-color: var(--primary-color);
    padding-top: 3rem;
}

header .container {
    background-image: url("../images/background_hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 0 3rem;
    z-index: 99;
    border-radius: 0 25px 30px 30px;
}

header .container nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 0;
}

header .container nav .nav_links {
    display: flex;
    align-items: center;
    column-gap: 5rem;
}

header .container nav img {
    width: 140px;
}

header .container nav ul {
    display: flex;
    list-style: none;
    column-gap: 2.5rem;
}

header .container nav ul li a {
    color: var(--secundary-color);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-weight: 500;
    text-decoration: none;
}

header .container nav .nav_links > a {
    color: var(--secundary-color);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    border: 1px solid var(--secundary-color);
    padding: 1.5rem;
    border-radius: 10rem;
    vertical-align: middle;
    background-color: #ffffff42;
    transition: all 0.3s ease-in-out;

    &:hover {
        background-color: transparent;
    }
}

header .hamburger {
    display: none;
    cursor: pointer;
    width: 30px;
}

header .hamburger span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: var(--secundary-color);
    margin: 5px 0;
    border-radius: 2px;
}

/* ----- HERO ----- */
header .container .hero_section {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: auto;
    margin: 20vh auto 32vh auto;
    height: 100%;
    row-gap: 3rem;
    position: relative;
    align-items: center;

    &::before {
        content: "";
        position: absolute;
        top: 375px;
        left: 0px;
        width: 100px;
        height: 110px;
        background-image: url("../images/scroll_icon.svg");
        background-repeat: no-repeat;
        background-size: cover;
        transform: translate(-50%, -50%);
    }

    &::after {
        content: "";
        position: absolute;
        top: 510px;
        right: -100px;
        width: 107px;
        height: 106px;
        background-image: url("../images/vixicom_label.png");
        background-repeat: no-repeat;
        background-size: cover;
        transform: translate(-50%, -50%);
    }
}

header .container .hero_section h1 {
    font-weight: 600;
    color: #d4f1ff;
    font-size: clamp(3rem, 5vw, 6rem);
}

header .container .hero_section p {
    font-weight: 400;
    color: var(--secundary-color);
    font-size: clamp(1.4rem, 1.5vw, 2rem);
    width: 100%;
    max-width: 560px;
    text-align: center;
}

header .container .hero_section a {
    text-decoration: none;
    color: var(--primary-color);
    padding: 1rem 2rem;
    /* width: fit-content; */
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    font-size: 1.2rem;

    &:hover {
        background-color: transparent;
        border: 2px solid var(--secundary-color);
        color: var(--secundary-color);
    }
}

/* ----- MAIN ----- */

/* ----- HEADPHONES ----- */

/* #headphones {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 9999;
    pointer-events: none;
} */

main .headphones_section {
    position: relative;
    z-index: 1;
}

/* .headphones_section>div {
    display: block;
    height: 700px;
    overflow: visible;
    position: relative;
} */

/* .headphones_section>div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
} */
.headphones_section_background {
    background-image: url("../images/headphone_section_background.png");
    -webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 80px);
    mask-image: linear-gradient(to bottom, transparent 0px, black 80px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    margin-top: -70px;
}

.headphones_section img#headphones {
    position: sticky;
    top: 30%;
    width: 320px;
    display: block;
    margin: auto;
    margin-top: -150px;
    padding-left: 5px;
}

/* ----- PEOPLE ----- */

.people_section {
    position: relative;
    overflow: visible;
    margin-top: -330px;
    z-index: 0;
}

.people_section .container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.people_section .container img {
    width: 100%;

    position: relative;
    z-index: 1;
}

.left_people {
    background-position: right !important;
    background: url("/assets/images/left-people.png");
}

.right_people {
    background: url('/assets/images/right-people.png');
}
.people_section_container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 25px;
}

.right_people,
.left_people {
    width: 100%;
    height: 400px;
    background-size: contain;
    background-repeat: repeat-x;
}

.center_person img {
    width: 525px;
    position: relative;
    z-index: 99;
}

section.people_section_2 {
    margin-top: -330px;
}

/* ----- APPLY NOW ----- */

/* .apply_section {
    padding: 4rem 0 8rem 0;
}

.apply_section .container {
    display: flex;
    flex-direction: column;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        background-image: url("../images/hexagon.png");
        background-repeat: no-repeat;
        width: 93px;
        height: 172px;
        top: 0px;
        left: 25px;
        z-index: 0;
    }

    &::after {
        content: "";
        position: absolute;
        background-image: url("../images/circle.png");
        background-repeat: no-repeat;
        width: 93px;
        height: 143px;
        top: 10px;
        right: 25px;
        z-index: 0;
    }
}

.apply_section .container h2 {
    font-size: clamp(2rem, 3vw, 4rem);
    color: var(--secundary-color);
    text-align: center;
    font-family: "Hando", sans-serif;
    font-weight: 400;
    width: 100%;
    margin: auto;
    margin-bottom: 10rem;
    z-index: 1;
}

.apply_section .cards_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    z-index: 1;
}

.apply_section .cards_container .card {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    background: var(--secundary-color);
    padding: 1rem;
    border-radius: 12px;
}

.apply_section .cards_container .card .header_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Hando", sans-serif;
}

.apply_section .cards_container .card .header_card>div {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.apply_section .cards_container .card .header_card strong {
    font-size: 1.6rem;
}

.apply_section .cards_container .card .header_card .sales {
    color: #92BF65;
}

.apply_section .cards_container .card .header_card .qa {
    color: #3ABABA;
}

.apply_section .cards_container .card .header_card .it {
    color: #2995E3;
}

.apply_section .cards_container .card .header_card span {
    color: #9E9E9E;
    font-size: 1.2rem;
}

.apply_section .cards_container .card .content_card {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.apply_section .cards_container .card .content_card h3 {
    font-family: "Poppins", sans-serif;
    color: #5D6A6B;
}

.apply_section .cards_container .card .content_card p {
    font-family: "Hando", sans-serif;
    color: #737373;
}

.apply_section .cards_container .card .footer_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apply_section .cards_container .card .footer_card p {
    font-family: "Poppins", sans-serif;
    color: #5D6A6B;
    font-weight: 700;
    font-size: 1.4rem;
}

.apply_section .cards_container .card .footer_card span {
    font-weight: 400;
    color: #8D8D8D;
}

.apply_section .cards_container .card .footer_card a {
    text-decoration: none;
    padding: 1rem 2rem;
    background-color: #7575751A;
    border-radius: 10rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #2177FC;
    font-size: 1.2rem;
} */

/* ----- APPLY NOW ----- */

.apply_section {
    padding: 10rem 0;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
}

.apply_section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #92BF6526 0%, transparent 60%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.apply_section::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #d4f1ff1f 0%, transparent 60%);
    transform: translate(30%, -50%);
    pointer-events: none;
    z-index: 0;
}

.apply_section .container {
    position: relative;
    z-index: 1;
    display: block;
}

.apply_section .apply_card {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 5rem;
    align-items: center;
    padding: 5rem;
    background: linear-gradient(135deg, #ffffff14 0%, #ffffff05 100%);
    border: 1px solid #ffffff24;
    border-radius: 24px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 30px 80px -20px #00000066,
        inset 0 1px 0 #ffffff14;
    position: relative;
    overflow: hidden;
}

.apply_section .apply_card_content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.apply_section .apply_eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 1.1rem;
    color: #92BF65;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 10rem;
    background-color: #92BF651f;
    border: 1px solid #92BF6580;
}

.apply_section .apply_eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #92BF65;
    margin-right: 0.8rem;
    box-shadow: 0 0 8px #92BF65;
    animation: pulseDot 1.6s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
}

.apply_section .apply_card_content h2 {
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    color: var(--secundary-color);
    font-weight: 600;
    line-height: 1.1;
    font-family: "Hando", sans-serif;
}

.apply_section .apply_card_content p {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    color: #d4f1ff;
    opacity: 0.8;
    line-height: 1.6;
}

.apply_section .apply_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
}

.apply_section .apply_tag {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.7rem 1.4rem;
    border-radius: 10rem;
    background-color: #ffffff0d;
    border: 1px solid;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.apply_section .apply_tag:hover {
    transform: translateY(-2px);
    background-color: #ffffff1a;
}

.apply_section .apply_tag.sales {
    color: #b9e58c;
    border-color: #92BF6580;
}

.apply_section .apply_tag.qa {
    color: #6ee0e0;
    border-color: #3ABABA80;
}

.apply_section .apply_tag.it {
    color: #8cc2f0;
    border-color: #2995E380;
}

.apply_section .apply_cta {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1rem;
    text-decoration: none;
    background-color: var(--secundary-color);
    color: var(--primary-color);
    padding: 1.3rem 2.4rem;
    width: fit-content;
    font-weight: 600;
    border-radius: 10rem;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
}

.apply_section .apply_cta svg {
    transition: transform 0.3s ease-in-out;
}

.apply_section .apply_cta:hover {
    background-color: transparent;
    border-color: var(--secundary-color);
    color: var(--secundary-color);
}

.apply_section .apply_cta:hover svg {
    transform: translateX(4px);
}

.apply_section .apply_card_visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.apply_section .apply_visual_circle {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff1a 0%, transparent 70%);
    border: 1px solid #ffffff24;
    animation: applyPulse 3s ease-in-out infinite;
}

.apply_section .apply_visual_circle::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid #ffffff14;
    animation: applyPulse 3s ease-in-out infinite 0.6s;
}

@keyframes applyPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.12); opacity: 1; }
}

.apply_section .apply_card_visual img {
    position: relative;
    width: 180px;
    z-index: 1;
    filter: drop-shadow(0 15px 35px #00000066);
}

/* ----- STATS STRIP ----- */
.stats_section {
    padding: 6rem 0 4rem 0;
    background-color: var(--primary-color);
}

.stats_section .container {
    flex-direction: column;
    row-gap: 4rem;
}

.stats_section .stats_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    text-align: center;
}

.stats_section .stats_header h2 {
    font-size: clamp(3rem, 3vw, 4rem);
    font-family: "Hando", sans-serif;
    font-weight: 600;
    color: var(--secundary-color);
}

.stats_section .stats_header p {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    color: #d4f1ff;
    opacity: 0.75;
    max-width: 720px;
    line-height: 1.4em;
}

.stats_section .stats_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 2rem;
    width: 100%;
}

.stats_section .stat_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0.8rem;
    padding: 2rem 1rem;
    border-radius: 12px;
    background-color: #ffffff0d;
    border: 1px solid #ffffff1f;
    text-align: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.stats_section .stat_item:hover {
    transform: translateY(-4px);
    background-color: #ffffff14;
}

.stats_section .stat_item strong {
    font-size: clamp(2.8rem, 4vw, 4rem);
    font-weight: 600;
    color: #d4f1ff;
    line-height: 1;
}

.stats_section .stat_item strong sup {
    font-size: 0.5em;
    font-weight: 500;
    color: #92BF65;
    vertical-align: super;
    margin-left: 2px;
}

.stats_section .stat_item span {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    color: var(--secundary-color);
    opacity: 0.8;
    font-weight: 400;
}

/* ----- SERVICES ---- */

.services_section {
    padding-top: 100px;
}

.services_section .services_title {
    font-size: clamp(3rem, 3vw, 4rem);
    text-align: center;
    font-family: "Hando", sans-serif;
    font-weight: 600;
    margin: 0 auto 1.5rem auto;
    color: var(--secundary-color);
}

.services_section .container {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 5rem 0;
    margin-bottom: 10rem;
}

.services_section .container .left-content {
    width: 50%;
    position: relative;
}

.services_section .container .left-content .left-line {
    position: absolute;
    left: -10px;
    top: 0;
    width: 5px;
    height: 100px;
    background-color: #4caf50;
    transition: top 0.7s ease-in-out;
}

.services_section .container .left-content .service {
    margin-bottom: 6rem;
    transition:
        opacity 0.5s ease-in-out,
        transform 0.5s ease-in-out;
    opacity: 0.25;
    transform: translateX(-40px) scale(0.9);
}

.services_section .container .left-content .service h2 {
    font-size: 3rem;
    color: #d4f1ff;
}

.services_section .container .left-content .service p {
    padding-top: 10px;
    font-weight: 400;
    font-size: 1.6rem;
    color: #d4f1ff;
    opacity: 0.5;
    line-height: 1.4em;
}

.services_section .container .left-content .service.active {
    opacity: 1;
    padding-left: 10px;
    transform: translateX(0);
}

.services_section .container .right-content {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.services_section .container .right-content .circle-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .services_section .container .right-content .circle-container .outer-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -50px;
} */

/* .services_section .container .right-content .circle-container .inner-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s ease-in-out;
} */

.services_section .container .right-content .circle-container .inner-circle .lightbulb {
    transition: transform 0.7s ease-in-out;
    position: relative;
    z-index: 999;
    height: 245px;
    padding: 50px;
    background: #c7daff;
    border-radius: 50%;
    box-shadow: 0 0 20px white;
}

.services_section .container .right-content .circle-container .vertical-line {
    position: absolute;
    /* top: 100px; */
    top: 25px;
    /* height: 550px; */
    height: 700px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.services_section .container .right-content .circle-container .vertical-line .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    position: absolute;
    left: -9px;
    transition: background-color 0.5s ease-in-out;
}

.services_section .container .right-content .circle-container .vertical-line .dot.active {
    background-color: #ffd700;
}

/* ----- HOW WE WORK / PROCESS ----- */
.process_section {
    padding: 8rem 0 6rem 0;
    background-color: var(--primary-color);
    position: relative;
}

.process_section .container {
    flex-direction: column;
    row-gap: 5rem;
}

.process_section .process_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
    text-align: center;
}

.process_section .process_header h2 {
    font-size: clamp(3rem, 3vw, 4rem);
    font-family: "Hando", sans-serif;
    font-weight: 600;
    color: var(--secundary-color);
}

.process_section .process_header p {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    color: #d4f1ff;
    opacity: 0.75;
    max-width: 720px;
    line-height: 1.5em;
}

.process_section .process_steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 2rem;
    align-items: stretch;
    width: 100%;
}

.process_section .process_step {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, #ffffff0d 0%, #ffffff04 100%);
    border: 1px solid #ffffff1f;
    border-radius: 16px;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.process_section .process_step:hover {
    transform: translateY(-4px);
    border-color: #92BF6580;
}

.process_section .process_step_number {
    font-size: 4rem;
    font-weight: 700;
    color: #92BF65;
    line-height: 1;
    font-family: "Hando", sans-serif;
}

.process_section .process_step h3 {
    font-size: 2rem;
    color: var(--secundary-color);
    font-weight: 600;
    font-family: "Hando", sans-serif;
}

.process_section .process_step p {
    font-size: 1.4rem;
    color: #d4f1ff;
    opacity: 0.75;
    line-height: 1.5em;
}

.process_section .process_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 50px;
}

.process_section .process_arrow::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #92BF6580 50%, transparent);
}

.process_section .process_arrow::after {
    content: "";
    position: absolute;
    right: 4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #92BF65;
    border-top: 1px solid #92BF65;
    transform: rotate(45deg);
}

.process_section .process_footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #ffffff14;
}

.process_section .process_footer_item {
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
}

.process_section .process_footer_item strong {
    font-size: 1.6rem;
    color: var(--secundary-color);
    font-weight: 600;
    font-family: "Hando", sans-serif;
}

.process_section .process_footer_item span {
    font-size: 1.4rem;
    color: #d4f1ff;
    opacity: 0.7;
    line-height: 1.4em;
}

@media screen and (max-width: 950px) {
    .process_section .process_steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .process_section .process_arrow {
        display: none;
    }

    .process_section {
        padding: 6rem 0 4rem 0;
    }
}

/* ----- QUOTE ----- */

.quote_section {
    background: rgb(10, 67, 157);
    background: linear-gradient(180deg, rgba(10, 67, 157, 1) 50%, rgba(231, 251, 255, 1) 50%);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.quote_section .container {
    padding: 4rem;
    background-color: var(--secundary-color);
    border-radius: 10px;
    box-shadow:
        rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    flex-direction: column;
    row-gap: 2rem;
}

.quote_section .container .request_header {
    display: flex;
    padding: 0 5rem;
}

.quote_section .container .request_header .request_text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    row-gap: 1rem;
    padding: 2rem 0 5rem 5rem;
    width: 50%;
}

.quote_section .container .request_header .request_text h2 {
    font-size: 3rem;
    color: #434343;
}

.quote_section .container .request_header .request_text p {
    font-size: 1.6rem;
    color: #5f5f5f;
}

.quote_section .container .request_header .request_text a {
    text-decoration: none;
    padding: 1rem 2rem;
    background-color: var(--secundary-color);
    color: #0a439d;
    border-radius: 10rem;
    border: 1px solid #0a439d;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    font-size: 1.2rem;

    &:hover {
        background-color: #0a439d;
        color: var(--secundary-color);
        border-color: transparent;
    }
}

.quote_section .container .request_header .request_image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 5rem 5rem 0;
}

.quote_section .container .request_header .request_image img {
    width: 55%;
    height: fit-content;
}

.quote_section .container .swiper {
    width: 100%;
    height: 230px;
}

.quote_section .container .request_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5rem;
    cursor: pointer;
}

.quote_section .container .request_slider .swiper-wrapper {
    align-items: center;
}

.quote_section .container .request_slider .slider_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    object-fit: contain;
    /* padding: 1rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
    border-radius: 10px;
}

.quote_section .container .request_slider .slider_card img {
    width: 100%;
    object-fit: contain;
}

/* ----- ADVANTAGES ----- */
.advantages_section {
    background-color: var(--primary-color);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.advantages_section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #92BF6514 0%, transparent 60%);
    transform: translate(30%, -30%);
    pointer-events: none;
    z-index: 0;
}

.advantages_section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #d4f1ff14 0%, transparent 60%);
    transform: translate(-30%, 30%);
    pointer-events: none;
    z-index: 0;
}

.advantages_section .container {
    position: relative;
    z-index: 1;
}

.advantages_section .container {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
}

.advantages_section .container .advantages_header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.advantages_section .container .advantages_header > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.advantages_section .container .advantages_header h2 {
    font-size: clamp(3rem, 3vw, 4rem);
    text-align: center;
    font-family: "Hando", sans-serif;
    font-weight: 600;
    margin: auto;
    color: var(--secundary-color);
}

.advantages_section .container .advantages_header p {
    font-size: 1.6rem;
    text-align: center;
    color: #d4f1ff;
    opacity: 0.75;
    word-wrap: break-word;
}

.advantages_section .container .advantages_description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 4rem;
    background-color: var(--secundary-color);
    border: 1px solid #ffffff24;
    border-radius: 20px;
    box-shadow: 0 20px 60px #00000040, 0 0 0 1px #92BF6514;
    gap: 3rem;
    position: relative;
    column-gap: 5rem;
    margin-top: 6rem;
}

.advantages_section .container .advantages_description > div {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    width: 50%;
}

.advantages_section .container .advantages_description > div:nth-child(1) {
    align-items: center;
}

.advantages_section .container .advantages_description img {
    width: 250px;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
    transform: scale(0.8);
}

.advantages_section .container .advantages_description .bigger_image {
    width: 350px;
}

.advantages_section .container .advantages_description::before {
    content: "INTERACTIVE";
    position: absolute;
    top: 1.5rem;
    right: 1.8rem;
    font-size: 1rem;
    font-family: "Hando", sans-serif;
    font-weight: 700;
    color: #5a8a3c;
    letter-spacing: 0.25em;
    padding: 0.4rem 1rem;
    background-color: #92BF651f;
    border: 1px solid #92BF6580;
    border-radius: 10rem;
}

.advantages_section .container .advantages_description::after {
    content: "";
    position: absolute;
    top: 1.8rem;
    right: calc(1.8rem + 95px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #92BF65;
    box-shadow: 0 0 8px #92BF65;
    animation: pulseDot 1.6s ease-in-out infinite;
}

.advantages_section .container .advantages_description h3 {
    font-size: 3.5rem;
    font-weight: 600;
}

.advantages_section .container .advantages_description p {
    font-size: 1.6rem;
    word-wrap: break-word;
    line-height: 1.4em;
    width: 100%;
    opacity: 0.65;
}

.advantages_section .container .advantages_grid_hint {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    margin-top: 0.5rem;
}

.advantages_section .container .advantages_grid_hint p {
    font-size: 1.3rem;
    color: #d4f1ff;
    opacity: 0.85;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
}

.advantages_section .container .advantages_grid_hint .hint_arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #92BF65;
    border-bottom: 2px solid #92BF65;
    transform: rotate(45deg);
    opacity: 0.9;
    animation: hintBounce 1.6s ease-in-out infinite;
}

@keyframes hintBounce {
    0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.4; }
    50% { transform: rotate(45deg) translate(3px, 3px); opacity: 1; }
}

.advantages_section .container .advantages_grid_hint.is-dismissed {
    opacity: 0;
    transform: translateY(-5px);
    pointer-events: none;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.advantages_section .container .advantages_description.has-selection::before,
.advantages_section .container .advantages_description.has-selection::after {
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

/* Soft fade when content swaps (auto-rotation or click) */
.advantages_section .container .advantages_description #advantageTitle,
.advantages_section .container .advantages_description #advantageDescription,
.advantages_section .container .advantages_description #advantageImage {
    transition: opacity 0.22s ease-in-out, transform 0.4s ease-in-out;
}

.advantages_section .container .advantages_description.is-transitioning #advantageTitle,
.advantages_section .container .advantages_description.is-transitioning #advantageDescription,
.advantages_section .container .advantages_description.is-transitioning #advantageImage {
    opacity: 0;
}

.advantages_section .container .advantages_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.advantages_section .container .advantages_grid > div {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    padding: 1.6rem 1.8rem;
    background: linear-gradient(135deg, #ffffff12 0%, #ffffff04 100%);
    border: 1px solid #ffffff24;
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition:
        transform 0.3s ease-in-out,
        border-color 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out,
        background 0.3s ease-in-out;
}

.advantages_section .container .advantages_grid > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #92BF65;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.35s ease-in-out;
}

.advantages_section .container .advantages_grid > div::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #d4f1ff;
    border-top: 2px solid #d4f1ff;
    transform: rotate(45deg);
    opacity: 0.45;
    flex-shrink: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.advantages_section .container .advantages_grid > div:hover {
    transform: translateY(-3px);
    border-color: #92BF6580;
    background: linear-gradient(135deg, #ffffff1f 0%, #ffffff0a 100%);
    box-shadow: 0 10px 28px #00000033;
}

.advantages_section .container .advantages_grid > div:hover::before {
    transform: scaleY(1);
}

.advantages_section .container .advantages_grid > div:hover::after {
    opacity: 1;
    border-color: #92BF65;
    transform: rotate(45deg) translate(3px, -3px);
}

.advantages_section .container .advantages_grid > div.is-active {
    background: linear-gradient(135deg, #92BF6526 0%, #92BF650a 100%);
    border-color: #92BF65;
    box-shadow: 0 8px 24px #00000040;
}

.advantages_section .container .advantages_grid > div.is-active::before {
    transform: scaleY(1);
}

.advantages_section .container .advantages_grid > div.is-active::after {
    opacity: 1;
    border-color: #92BF65;
}

.advantages_section .container .advantages_grid > div img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.advantages_section .container .advantages_grid > div:hover img,
.advantages_section .container .advantages_grid > div.is-active img {
    transform: scale(1.1);
    opacity: 1;
}

.advantages_section .container .advantages_grid > div p {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--secundary-color);
    line-height: 1.3em;
    margin: 0;
    flex: 1;
    cursor: pointer;
}

/* ----- TRUST STRIP ----- */
.trust_strip {
    background-color: var(--tertiary-color);
    padding: 3rem 0;
    border-top: 1px solid #0a439d1f;
}

.trust_strip .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.trust_strip .trust_item {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    justify-content: center;
}

.trust_strip .trust_item img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    opacity: 0.8;
}

.trust_strip .trust_item span {
    font-size: 1.3rem;
    color: var(--primary-color);
    font-weight: 600;
    font-family: "Hando", sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.3em;
}

@media screen and (max-width: 768px) {
    .trust_strip .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem;
    }

    .trust_strip .trust_item {
        justify-content: flex-start;
        text-align: left;
    }
}

@media screen and (max-width: 426px) {
    .trust_strip {
        padding: 2.5rem 0;
    }

    .trust_strip .trust_item span {
        font-size: 1.2rem;
    }
}

/*  ----- CONTACT ----- */
.contactUs_section {
    padding: 4rem 0 4rem 0;
}

.contactUs_section .container {
    display: flex;
    column-gap: 2rem;
    justify-content: space-between;
    align-items: center;
}

.contactUs_section .container .left-content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    width: 50%;
}

.contactUs_section .container .left-content h3 {
    font-size: 3rem;
    color: var(--secundary-color);
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}

.contactUs_section .container .left-content p {
    font-size: 1.4rem;
    color: var(--secundary-color);
    font-family: "Poppins", sans-serif;
    opacity: 0.75;
}

.contactUs_section .container .left-content p span {
    font-weight: 700;
}

.contactUs_section .container .left-content .contact_images {
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    width: 100%;
}

.contactUs_section .container .left-content .contact_images img {
    width: 50%;
}

.contactUs_section .container form {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    justify-content: center;
}

.contactUs_section .container form > div .quote_error {
    color: #f54a4a;
    font-size: 1.15rem;
    font-weight: bold;
}

.contactUs_section .container form .form_row {
    display: flex;
    column-gap: 2rem;
    width: 100%;
}

.contactUs_section .container form .form_row > div {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    width: 100%;
}

.contactUs_section .container form .form_row > div label {
    font-size: 1.4rem;
    color: var(--secundary-color);
    font-family: "Poppins", sans-serif;
}

.contactUs_section .container form .form_row > div input {
    padding: 1rem;
    border: none;
    background-color: var(--secundary-color);
    border-radius: 0.5rem;
    outline: none;
}

.contactUs_section .container form .required {
    margin-left: 3px;
    font-weight: bold;
    color: red;
}

.contactUs_section .container form .phone {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.contactUs_section .container form .phone label {
    font-size: 1.4rem;
    color: var(--secundary-color);
    font-family: "Poppins", sans-serif;
}

.contactUs_section .container form .phone input {
    padding: 1rem;
    border: none;
    background-color: var(--secundary-color);
    border-radius: 0.5rem;
    outline: none;
}

.contactUs_section .container form .website {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.contactUs_section .container form .website label {
    font-size: 1.4rem;
    color: var(--secundary-color);
    font-family: "Poppins", sans-serif;
}

.contactUs_section .container form .website input {
    padding: 1rem;
    border: none;
    background-color: var(--secundary-color);
    border-radius: 0.5rem;
    outline: none;
}

.contactUs_section .container form .quote_result {
    color: var(--secundary-color);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.contactUs_section .container form button {
    width: fit-content;
    padding: 1rem 2rem;
    background-color: #3461ff;
    color: var(--secundary-color);
    border: none;
    border-radius: 0.5rem;
    font-weight: 700;
    align-self: flex-end;
    cursor: pointer;
}

.contactUs_section .container form .quote_errors {
    color: #ff3d3d;
    font-size: 1.6rem;
    display: none;
}

.contactUs_section .container form .quote_errors p {
    padding: 0.5rem;
    border-radius: 5px;
    background-color: var(--secundary-color);
    margin-block: 5px;
    text-align: center;
}

.contactUs_section .container form .quote_errors {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0a439d;
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
}

/* ----- EXECUTIVE ----- */

.executive_section .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

.executive_section .container .excecutive_card {
    position: relative;
    overflow: hidden;
}

.executive_section .container .excecutive_card .info {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.executive_section .container .excecutive_card img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    filter: brightness(0.8);

    /* &:hover {
        transition: all .3s ease-in-out;
        filter: brightness(0.8);
    } */
}

.executive_section .container .excecutive_card .info {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.executive_section .container .excecutive_card .info figcaption {
    font-size: 1.4rem;
    color: var(--secundary-color);
    font-weight: 700;
}

.executive_section .container .excecutive_card .info p {
    font-size: 1.2rem;
    color: var(--secundary-color);
}

/* ----- FOOTER ----- */
body footer {
    background-color: rgba(21, 101, 229, 0.97);
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
}

body footer .container {
    column-gap: 2rem;
    justify-content: space-between;
    padding-bottom: 4rem;
}

body footer .container .footer_left_content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    width: 50%;
}

body footer .container .footer_left_content h2 {
    font-size: clamp(2rem, 3vw, 4rem);
    color: var(--secundary-color);
    font-family: "Hando", sans-serif;
    font-weight: 400;
    color: #d4f1ff;
}

body footer .container .footer_left_content .social_media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

body footer .container .footer_left_content .social_media .social_media_row {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    justify-content: space-between;
    font-size: 2rem;
    color: var(--secundary-color);
    padding: 1rem;
    border-bottom: 1px solid var(--secundary-color);
}

body footer .container .footer_left_content .social_media .social_media_row > div {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

body footer .container .footer_left_content .social_media .social_media_row > div a {
    text-decoration: none;
    color: var(--secundary-color);
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

body footer .container .footer_left_content .social_media .social_media_row > div span {
    font-size: 1.4rem;
}

body footer .container .footer_left_content .phone_numbers {
    display: flex;
    justify-content: space-around;
    font-size: 1.6rem;
}

body footer .container .footer_left_content .phone_numbers a {
    text-decoration: none;
    color: var(--secundary-color);
    padding-bottom: 0.8rem;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;

    &:hover {
        border-bottom: 2px solid var(--secundary-color);
    }
}

body footer .container .footer_right_content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    width: 50%;
    justify-content: center;
    align-items: flex-end;
}

body footer .container .footer_right_content .links {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    row-gap: 3rem;
    justify-content: center;
    justify-items: end;
}

body footer .container .footer_right_content .links a {
    font-size: 3rem;
    color: var(--secundary-color);
    text-decoration: none;
    padding-bottom: 1rem;
    transition: all 0.3s ease-in-out;
    width: fit-content;
    border-bottom: 2px solid transparent;

    &:hover {
        border-bottom: 2px solid var(--secundary-color);
    }
}

body footer .container .footer_right_content .location {
    font-size: 1.4rem;
    color: var(--secundary-color);
    width: 50%;
    text-align: right;
}

body footer .container .footer_right_content .location a {
    text-decoration: none;
    color: var(--secundary-color);
    line-height: 2rem;
}

body footer .footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    background-color: var(--primary-color);
    color: var(--secundary-color);
    column-gap: 1rem;
    border-radius: 1rem;
}

body footer .footer_bottom p {
    font-size: 1.2rem;
}

body footer .footer_bottom .footer_tagline {
    font-family: "Hando", sans-serif;
    font-size: 1.2rem;
    color: var(--secundary-color);
    opacity: 0.7;
    letter-spacing: 0.05em;
    border-left: 1px solid #ffffff33;
    padding-left: 1rem;
}

/* ===== MEDIA QUERIES ===== */

@media screen and (max-width: 1280px) {
    .center_person img {
        width: 420px;
    }
    .right_people,
    .left_people {
        height: 250px;
    }
    .headphones_section img#headphones {
        width: 254px;
    }
    section.people_section_2 {
        margin-top: -270px !important;
    }
}

@media screen and (min-width: 1181px) and (max-width: 1304px) {
    body header .container .hero_section {
        &:before {
            top: 375px;
            left: 0px;
        }

        &::after {
            top: 475px;
        }
    }
}

@media screen and (min-width: 1101px) and (max-width: 1180px) {
    body header .container .hero_section {
        &:before {
            top: 365px;
        }

        &::after {
            top: 455px;
        }
    }
}

@media screen and (min-width: 1076px) and (max-width: 1100px) {
    body header .container .hero_section {
        &:before {
            top: 350px;
        }

        &::after {
            top: 450px;
        }
    }
}

@media screen and (min-width: 991px) and (max-width: 1075px) {
    body header .container .hero_section {
        &:before {
            top: 345px;
            left: 0px;
        }

        &::after {
            top: 445px;
        }
    }
}

@media screen and (max-width: 1024px) {
    .headphones_section img#headphones {
        width: 228px;
    }
    .center_person img {
        width: 370px;
    }
    .people_section_2 {
        margin-top: -245px !important;
    }
    .people_section {
        margin-top: -272px;
    }
    .right_people,
    .left_people {
        height: 200px;
    }
    .circle {
        height: 300px;
        width: 300px;
        margin-bottom: -250px;
    }
    body header .container .hero_section {
        &::before {
            top: 350px;
        }

        &::after {
            top: 445px;
        }
    }

    .headphones_section_background {
        margin-top: -100px;
    }

    .apply_section .apply_card {
        gap: 4rem;
        padding: 4rem;
    }
}

@media screen and (max-width: 950px) {
    .advantages_section .container .advantages_header p {
        width: 100%;
    }

    body footer .container {
        flex-direction: column;
        align-items: center;
        width: 100%;
        row-gap: 4rem;
    }

    body footer .container .footer_left_content {
        width: 100%;
    }

    body footer .container .footer_right_content {
        width: 100%;
    }
}

@media screen and (min-width: 941px) and (max-width: 990px) {
    body header .container .hero_section {
        &:before {
            top: 330px;
            left: 0px;
        }

        &::after {
            top: 430px;
        }
    }
}

@media screen and (min-width: 916px) and (max-width: 940px) {
    body header .container .hero_section {
        &:before {
            top: 315px;
            left: 0px;
        }

        &::after {
            top: 425px;
        }
    }
}

@media screen and (min-width: 896px) and (max-width: 915px) {
    body header .container .hero_section {
        &:before {
            top: 315px;
            left: 0px;
        }

        &::after {
            top: 420px;
        }
    }
}

@media screen and (min-width: 851px) and (max-width: 895px) {
    body header .container .hero_section {
        &:before {
            top: 310px;
        }

        &::after {
            top: 415px;
        }
    }
}

@media screen and (max-width: 840px) {
    body header .container nav .nav_links {
        display: none;
    }

    body header .hamburger {
        display: block;
    }

    .center_person img {
        width: 290px;
    }

    .circle {
        width: 200px !important;
        height: 200px !important;
        margin-bottom: -180px !important;
    }

    section.people_section_2 {
        margin-top: -175px !important;
    }

    .headphones_section img#headphones {
        width: 182px;
    }
}

/* Keep the (now longer) nav from overflowing in the tablet-desktop range */
@media screen and (min-width: 841px) and (max-width: 1080px) {
    header .container nav .nav_links {
        column-gap: 2.5rem;
    }

    header .container nav ul {
        column-gap: 1.6rem;
    }

    header .container nav .nav_links > a {
        padding: 1.2rem 1.6rem;
    }
}

@media screen and (min-width: 791px) and (max-width: 850px) {
    body header .container .hero_section {
        &:before {
            top: 300px;
        }

        &::after {
            top: 400px;
        }
    }
}

@media screen and (max-width: 785px) {
    .leadership_section {
        .leaders_grid {
            grid-template-columns: repeat(1, minmax(220px, 1fr));
        }
    }
}

@media screen and (max-width: 768px) {
    .headphones_section img#headphones {
        width: 165px;
        margin-top: -65px;
    }

    .headphones_section_background {
        height: 75vh;
    }

    .executive_section .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }

    .people_section {
        margin-top: -202px;
    }

    body header .container .hero_section {
        &::before {
            top: 325px;
        }

        &::after {
            top: 430px;
        }
    }

    #headphones {
        top: 160%;
    }

    .quote_section .container .request_header {
        flex-direction: column;
    }

    .quote_section .container .request_header .request_text {
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 5rem;
        row-gap: 3rem;
    }

    .quote_section .container .request_header .request_image {
        display: none;
    }

    .advantages_section .container .advantages_header {
        flex-direction: column;
        row-gap: 2rem;
    }

    .advantages_section .container .advantages_header > div {
        width: 100%;
    }

    .advantages_section .container .advantages_header p {
        width: 100%;
        text-align: center;
    }

    .advantages_section .container .advantages_description p {
        width: 100%;
    }

    .contactUs_section .container {
        flex-direction: column;
        row-gap: 3rem;
    }

    .contactUs_section .container .left-content {
        width: 100%;
    }

    .contactUs_section .container form {
        width: 100%;
    }

    .contactUs_section .container form .form_row > div {
        width: 100%;
    }

    body footer .container {
        flex-direction: column;
        row-gap: 3rem;
    }

    body footer .container .footer_left_content {
        width: 100%;
    }

    body footer .container .footer_right_content {
        width: 100%;
    }

    .quote_section .container {
        padding: 3rem;
    }

    .quote_section .container .request_header .request_text h2 {
        font-size: 2.5rem;
    }

    .quote_section .container .request_header .request_text p {
        font-size: 1.4rem;
    }

    .apply_section .apply_card {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 4rem 3rem;
        text-align: center;
    }

    .apply_section .apply_card_content {
        align-items: center;
    }

    .apply_section .apply_tags {
        justify-content: center;
    }

    .apply_section .apply_card_visual {
        order: -1;
        min-height: 220px;
    }

    .apply_section .apply_visual_circle {
        width: 220px;
        height: 220px;
    }

    .apply_section .apply_card_visual img {
        width: 150px;
    }
}

@media screen and (max-width: 710px) {
    .advantages_section .container .advantages_description {
        flex-direction: column;
        row-gap: 2rem;
    }

    .advantages_section .container .advantages_description > div {
        align-items: center;
        width: 100%;
    }

    .advantages_section .container .advantages_description p {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 716px) and (max-width: 790px) {
    body header .container .hero_section {
        &:before {
            top: 290px;
            left: 10px;
        }

        &::after {
            top: 390px;
        }
    }
}

@media screen and (min-width: 671px) and (max-width: 715px) {
    body header .container .hero_section {
        &:before {
            top: 285px;
            left: 10px;
        }

        &::after {
            top: 385px;
        }
    }
}

@media screen and (max-width: 670px) {
    .quote_section .container {
        row-gap: 2rem;
    }

    .quote_section .container .request_header .request_text {
        padding: 0;
    }
    .center_person img {
        width: 260px;
    }

    .right_people,
    .left_people {
        height: 150px;
    }

    .headphones_section img#headphones {
        width: 164px;
    }

    section.people_section_2 {
        margin-top: -160px !important;
    }
    .people_section_container {
        gap: 0;
    }
}

@media screen and (min-width: 651px) and (max-width: 670px) {
    body header .container .hero_section {
        &:before {
            top: 285px;
            left: 10px;
        }

        &::after {
            top: 380px;
        }
    }
}

@media screen and (max-width: 620px) {
    .services_section .container .left-content {
        width: 100%;
    }

    .services_section .container .right-content {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .apply_section {
        padding: 6rem 0;
    }

    .apply_section .apply_card {
        padding: 3.5rem 2.5rem;
        border-radius: 20px;
    }

    .quote_section .container .request_header {
        padding: 0;
    }

    .advantages_section {
        padding: 2.5rem 0 4rem 0;
    }
}

@media screen and (max-width: 510px) {
    body header .container .hero_section {
        align-items: center;

        &::before {
            top: 300px;
        }

        &::after {
            top: 400px;
            right: -90px;
        }
    }

    body header .container .hero_section h1 {
        text-align: center;
        width: 102%;
    }

    body header .container .hero_section p {
        width: 100%;
        text-align: center;
    }

    .services_section .container .right-content .circle-container .inner-circle .lightbulb {
        height: 250px;
    }

    .services_section .container .left-content .service {
        transform: translateX(-10px) scale(0.9);
    }
}

@media screen and (min-width: 521px) and (max-width: 650px) {
    body header .container .hero_section {
        &:before {
            top: 360px;
            left: 10px;
        }

        &::after {
            top: 365px;
        }
    }
}

@media screen and (max-width: 501px) {
    body header .container .hero_section {
        &::before {
            top: 345px;
        }

        &::after {
            top: 430px;
        }
    }
}

@media screen and (max-width: 520px){
    body header .container .hero_section {
        margin-top: 10vh;
        &:before {
            top: 425px;
            left: 20px;
        }

        &::after {
            top: 430px;
        }

        .hero_ctas {
            justify-content: center;
        }
    }
}

/* @media screen and (min-width: 485px) and (max-width: 520px) {
    body header .container .hero_section {
        margin-top: 10vh;
        &:before {
            top: 425px;
            left: 20px;
        }

        &::after {
            top: 430px;
        }

        .hero_ctas {
            justify-content: center;
        }
    }
} */

@media screen and (max-width: 470px) {
    body footer .container .footer_right_content .links {
        grid-template-columns: repeat(2, 1fr) !important;
        width: 100%;
        gap: 20px;
    }

    body footer .container .footer_right_content .links a {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 427px) and (max-width: 484px) {
    body header .container .hero_section {
        &:before {
            top: 425px;
            left: 20px;
        }

        &::after {
            top: 435px;
        }
    }
}

@media screen and (max-width: 426px) {
    .center_person img {
        width: 200px;
    }

    .circle {
        width: 140px !important;
        height: 140px !important;
        margin-bottom: -120px !important;
    }

    .right_people,
    .left_people {
        height: 80px;
    }

    .headphones_section img#headphones {
        width: 125px;
    }

    section.people_section_2 {
        margin-top: -125px !important;
    }
    body header .container .hero_section {
        align-items: center;
        width: 100%;

        &:before {
            left: 55px;
            top: 370px;
        }

        &:after {
            top: 355px;
            right: -40px;
            scale: 0.7;
        }
    }

    body header .container .hero_section h1 {
        width: 100%;
        text-align: center;
    }

    body header .container .hero_section p {
        text-align: center;
        width: 100%;
    }

    .headphones_section_background {
        margin-top: -45px;
    }

    .people_section {
        margin-top: -110px;
    }

    .apply_section .apply_card {
        padding: 3rem 2rem;
    }

    .apply_section .apply_card_content h2 {
        font-size: 2.6rem;
    }

    .services_section {
        padding-top: 50px;
    }

    .advantages_section .container {
        row-gap: 0rem;
    }

    .advantages_section .container .advantages_description {
        flex-direction: column;
        padding: 4rem 2rem 3rem 2rem;
    }

    .advantages_section .container .advantages_description::before {
        top: 1.2rem;
        right: 1.2rem;
    }

    .advantages_section .container .advantages_description > div {
        align-items: center;
        width: 100%;
        text-align: center;
        margin-top: 3rem;
    }

    .advantages_section .container .advantages_description img {
        width: 300px;
        aspect-ratio: 1/1;
    }

    .advantages_section .container .advantages_grid {
        margin-top: 5rem;
    }

    .contactUs_section .container .left-content h3 {
        text-align: center;
    }

    .contactUs_section .container form .form_row {
        flex-direction: column;
        row-gap: 2rem;
    }

    body footer .container .footer_right_content .links {
        grid-template-columns: repeat(1, minmax(300px, 1fr));
    }
}

@media screen and (max-width: 392px) {
    body header .container .hero_section {
        align-items: center;
        width: 100%;

        &:before {
            top: 360px;
        }

        &:after {
            top: 430px;
        }
    }
}

@media screen and (min-width: 376px) and (max-width: 407px) {
    body header .container .hero_section {
        &:before {
            top: 390px;
        }

        &::after {
            top: 390px;
        }
    }
}

@media screen and (max-width: 375px) {
    body header .container .hero_section {
        &:before {
            top: 300px;
        }

        &::after {
            top: 385px;
        }
    }
}

@media screen and (min-width: 321px) and (max-width: 374px) {
    body header .container .hero_section {
        &:before {
            top: 460px;
        }

        &::after {
            top: 450px;
        }
    }
}

@media screen and (max-width: 320px) {
    body header .container .hero_section {
        .hero_ctas {
            justify-content: center;
        }

        &:before {
            top: 485px;
        }
        &:after {
            top: 470px;
            left: 200px;
        }
    }

    .apply_section .apply_card {
        padding: 2.5rem 1.5rem;
    }

    .services_section .services_title {
        margin: 0 auto 2rem auto;
    }

    .advantages_section .container .advantages_description img {
        width: 250px;
    }

    body footer .container .footer_left_content .phone_numbers {
        flex-direction: column;
        align-items: flex-end;
    }

    body footer .container .footer_right_content .links a {
        font-size: 2rem;
    }
}

.circle {
    display: block;
    height: 330px;
    background: #ffffff12;
    width: 330px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: -280px;
    border: 1px solid #ffffff80;
    position: relative;
    z-index: 1;
    animation: pulse 1.25s infinite;
}

/* PULSE ANIMATION */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.4;
    }
    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

.circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff12;
    border: 1px solid #ffffff80;
    opacity: 0.5;
    z-index: -1;
    animation: pulseAura 1.25s infinite;
}

@keyframes pulseAura {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media screen and (max-width: 520px) {
    .footer_right_content.appear-right {
        animation-range-end: entry;
    }
}

/* ----- SCROLL REVEAL -----
   Driven by an IntersectionObserver in main.js that toggles .in-view.
   The hidden initial state is scoped under .js-reveal (added to <html>
   before paint), so if JavaScript ever fails to load, all content stays
   visible instead of being stuck invisible. */
.js-reveal .appear,
.js-reveal .appear-left,
.js-reveal .appear-right {
    opacity: 0;
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.js-reveal .appear {
    transform: scale(0.92);
}

.js-reveal .appear-left {
    transform: translateX(-60px);
}

.js-reveal .appear-right {
    transform: translateX(60px);
}

.js-reveal .appear.in-view,
.js-reveal .appear-left.in-view,
.js-reveal .appear-right.in-view {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .js-reveal .appear,
    .js-reveal .appear-left,
    .js-reveal .appear-right {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.apply_section {
    animation: footer-animation linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

@keyframes footer-animation {
    from {
        opacity: 0;
        clip-path: inset(100% 100% 0% 0%);
    }

    to {
        opacity: 1;
        clip-path: inset(0% 0% 0% 0%);
    }
}

/* ==========================================================
   REPLIT-REFERENCE COPY INTEGRATION — shared utility patterns
   ========================================================== */

/* Shared eyebrow chip used across new sections */
.section_eyebrow {
    display: inline-block;
    font-family: "Hando", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 0.5rem 1.2rem;
    border-radius: 10rem;
    color: var(--primary-color);
    background-color: #d4f1ff;
    border: 1px solid #0a439d33;
    margin-bottom: 1.5rem;
    width: fit-content;
}

/* Eyebrow variant for dark sections */
.advantages_eyebrow,
.services_eyebrow,
.section_eyebrow.section_eyebrow--dark {
    color: #d4f1ff;
    background-color: #ffffff14;
    border-color: #ffffff33;
}

.advantages_eyebrow {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.services_eyebrow {
    display: block;
    width: fit-content;
    margin: 0 auto 1.5rem auto;
    color: #92BF65;
    background-color: #92BF651f;
    border-color: #92BF6580;
}

/* Shared section header pattern */
.section_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 5rem auto;
    row-gap: 1.2rem;
}

.section_header h2 {
    font-family: "Hando", sans-serif;
    font-size: clamp(3rem, 4vw, 4.5rem);
    font-weight: 600;
    line-height: 1.1;
    color: var(--secundary-color);
}

.section_header p {
    font-size: clamp(1.4rem, 1.5vw, 1.7rem);
    color: #d4f1ff;
    opacity: 0.75;
    line-height: 1.5em;
}

/* ----- LEGAL / POLICY PAGE HERO (Security, Privacy & Compliance) ----- */
.legal_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 90%;
    max-width: 880px;
    margin: 12vh auto 14vh auto;
    row-gap: 2rem;
}

.legal_hero h1 {
    font-family: "Hando", sans-serif;
    font-weight: 600;
    line-height: 1.05;
    color: #d4f1ff;
    font-size: clamp(3.2rem, 5.5vw, 5.6rem);
}

.legal_hero p {
    font-size: clamp(1.5rem, 1.8vw, 1.9rem);
    line-height: 1.6em;
    color: #d4f1ff;
    opacity: 0.8;
    max-width: 760px;
}

/* Stacked legal sections share the same blue background, so trim the
   vertical rhythm a touch and avoid duplicate glow stacking. */
.legal_main .serve_section + .serve_section {
    padding-top: 0;
}

@media screen and (max-width: 840px) {
    .legal_hero {
        margin: 8vh auto 9vh auto;
    }
}

/* ----- HERO eyebrow + highlight + dual CTAs ----- */
header .container .hero_section .hero_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    width: fit-content;
    padding: 0.5rem 1.4rem 0.5rem 0.5rem;
    border-radius: 10rem;
    background-color: #ffffff14;
    border: 1px solid #ffffff24;
    color: #d4f1ff;
    font-size: 1.2rem;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

header .container .hero_section .hero_eyebrow strong {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 1rem;
    border-radius: 10rem;
    background: linear-gradient(to right, #92BF65, #b9e58c);
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
}

header .container .hero_section h1 .hero_highlight {
    background: linear-gradient(to right, #ffffff, #d4f1ff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

header .container .hero_section .hero_ctas {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}

header .container .hero_section .hero_cta_primary,
header .container .hero_section .hero_cta_secondary {
    text-decoration: none;
    padding: 1.4rem 2.4rem;
    border-radius: 10rem;
    font-weight: 600;
    font-size: 1.4rem;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

header .container .hero_section .hero_cta_primary {
    background-color: var(--secundary-color);
    color: var(--primary-color);
    box-shadow: 0 15px 40px -10px #ffffff4d;
}

header .container .hero_section .hero_cta_primary:hover {
    transform: translateY(-2px);
}

header .container .hero_section .hero_cta_secondary {
    background-color: transparent;
    border-color: #ffffff33;
    color: var(--secundary-color);
}

header .container .hero_section .hero_cta_secondary:hover {
    background-color: #ffffff14;
    border-color: #ffffff80;
}

/* ----- HERO FLOATING AI WIDGETS (rectangular, CTA → #ai) -----
   Shown only on wide screens where there is room beside the headline. */
.hero_widget {
    display: none; /* hidden by default; revealed at >=992px */
}

@media screen and (min-width: 1271px) {
    .hero_widget--opportunity {
        /* bottom: -175px;
        right: -80px; */
        bottom: -110px;
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    /* Hide the decorative badge so it doesn't collide with the widgets */
    header .container .hero_section::after {
        display: none;
    }

    .hero_widget {
        position: absolute;
        z-index: 5;
        display: flex;
        flex-direction: column;
        row-gap: 1.1rem;
        width: 300px;
        padding: 1.7rem 1.6rem;
        text-decoration: none;
        border-radius: 10px; /* rectangular */
        background: linear-gradient(155deg, #ffffff1f 0%, #ffffff08 100%);
        border: 1px solid #ffffff2e;
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow:
            0 24px 60px -18px #00000080,
            0 0 44px -24px #92BF6580,
            inset 0 1px 0 #ffffff24;
        transition: box-shadow 0.35s ease-in-out, border-color 0.35s ease-in-out;
        overflow: hidden;
    }

    /* Accent strip on the left edge reinforces the rectangular look */
    .hero_widget::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(to bottom, #92BF65, #d4f1ff);
    }

    /* Upper-left — floats in the space above the headline */
    .hero_widget--voice {
        top: -110px;
        left: -75px;
        animation: heroFloatVoice 6s ease-in-out infinite;
    }

    /* Lower-right — floats in the space below the CTAs */
    .hero_widget--opportunity {
        /* bottom: -110px;
        right: 0; */
        bottom: -175px;
        right: -80px;
        animation: heroFloatOpp 5.4s ease-in-out infinite;
    }

    /* Hover: freeze the float and intensify the glow (no transform = no conflict) */
    .hero_widget:hover {
        animation-play-state: paused;
        border-color: #92BF65;
        box-shadow:
            0 30px 72px -16px #00000099,
            0 0 56px -16px #92BF65bf,
            inset 0 1px 0 #ffffff33;
    }

    /* AI badge */
    .hero_widget_badge {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        width: fit-content;
        padding: 0.35rem 0.9rem;
        border-radius: 6px;
        font-family: "Hando", sans-serif;
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        color: var(--primary-color);
        background: linear-gradient(to right, #92BF65, #b9e58c);
        box-shadow: 0 4px 14px -4px #92BF65a6;
    }

    .hero_widget_badge svg {
        width: 13px;
        height: 13px;
        animation: heroSparkle 2.4s ease-in-out infinite;
    }

    /* Waveform graphic (voice widget) */
    .hero_widget_wave {
        display: flex;
        align-items: center;
        gap: 8px;
        height: 20px;
    }

    .hero_widget_wave span {
        flex: 1;
        height: 30%;
        border-radius: 3px;
        background: linear-gradient(to top, #92BF65, #d4f1ff);
        animation: heroWave 1.2s ease-in-out infinite;
    }

    .hero_widget_wave span:nth-child(1)  { animation-delay: 0s; }
    .hero_widget_wave span:nth-child(2)  { animation-delay: 0.15s; }
    .hero_widget_wave span:nth-child(3)  { animation-delay: 0.30s; }
    .hero_widget_wave span:nth-child(4)  { animation-delay: 0.45s; }
    .hero_widget_wave span:nth-child(5)  { animation-delay: 0.60s; }
    .hero_widget_wave span:nth-child(6)  { animation-delay: 0.50s; }
    .hero_widget_wave span:nth-child(7)  { animation-delay: 0.35s; }
    .hero_widget_wave span:nth-child(8)  { animation-delay: 0.55s; }
    .hero_widget_wave span:nth-child(9)  { animation-delay: 0.25s; }
    .hero_widget_wave span:nth-child(10) { animation-delay: 0.40s; }
    .hero_widget_wave span:nth-child(11) { animation-delay: 0.10s; }
    .hero_widget_wave span:nth-child(12) { animation-delay: 0.30s; }

    /* Sparkline chart graphic (opportunity widget) */
    .hero_widget_chart {
        position: relative;
        height: 48px;
    }

    .hero_widget_chart svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .hero_spark_line {
        stroke-dasharray: 150;
        stroke-dashoffset: 150;
        animation: heroDraw 2.4s ease-out forwards;
    }

    .hero_spark_dot {
        animation: heroDotPulse 1.6s ease-in-out infinite;
        filter: drop-shadow(0 0 4px #92BF65);
    }

    .hero_widget_chart_val {
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Hando", sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        color: #b9e58c;
    }

    /* Info block */
    .hero_widget_info strong {
        display: block;
        font-family: "Hando", sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--secundary-color);
        line-height: 1.15em;
        margin-bottom: 0.2rem;
    }

    .hero_widget_info span {
        font-size: 1.05rem;
        color: #d4f1ff;
        opacity: 0.72;
    }

    /* CTA row */
    .hero_widget_cta {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-family: "Hando", sans-serif;
        font-size: 1.1rem;
        font-weight: 700;
        color: #92BF65;
        letter-spacing: 0.02em;
    }

    .hero_widget_cta svg {
        width: 15px;
        height: 15px;
        transition: transform 0.3s ease-in-out;
    }

    .hero_widget:hover .hero_widget_cta svg {
        transform: translateX(5px);
    }
}

@keyframes heroFloatVoice {
    0%, 100% { transform: translateY(0) rotate(-15deg); }
    50% { transform: translateY(-12px) rotate(-20deg); }
}

@keyframes heroFloatOpp {
    0%, 100% { transform: translateY(0) rotate(8deg); }
    50% { transform: translateY(10px) rotate(3deg); }
}

@keyframes heroWave {
    0%, 100% { height: 28%; opacity: 0.7; }
    50% { height: 100%; opacity: 1; }
}

@keyframes heroSparkle {
    0%, 100% { opacity: 1; transform: rotate(0) scale(1); }
    50% { opacity: 0.65; transform: rotate(25deg) scale(1.18); }
}

@keyframes heroDraw {
    to { stroke-dashoffset: 0; }
}

@keyframes heroDotPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

@media (prefers-reduced-motion: reduce) {
    .hero_widget--voice,
    .hero_widget--opportunity,
    .hero_widget_wave span,
    .hero_widget_badge svg,
    .hero_spark_dot {
        animation: none;
    }

    .hero_spark_line {
        stroke-dashoffset: 0;
        animation: none;
    }

    .hero_widget_wave span {
        height: 60%;
    }
}

/* ----- STATS — primary KPIs ----- */
.stats_section .stat_item .stat_label {
    font-family: "Hando", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 1.3rem;
    color: var(--secundary-color);
}

.stats_section .stat_item .stat_desc {
    font-size: 1.2rem;
    color: #d4f1ff;
    opacity: 0.65;
    margin-top: 0.3rem;
}

.stats_section .stat_item strong {
    color: #d4f1ff;
}

.stats_section .stat_item strong sup {
    color: #92BF65;
}

/* Secondary stats strip (daily volume) */
.stats_section--secondary {
    padding-top: 4rem !important;
    background-color: transparent !important;
    border-top: 1px solid #ffffff14;
}

.stats_section--secondary .stats_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 1rem;
    margin-bottom: 3rem;
}

.stats_section--secondary .stats_header h2 {
    font-family: "Hando", sans-serif;
    font-size: clamp(2.4rem, 3vw, 3.4rem);
    color: var(--secundary-color);
}

.stats_section--secondary .stats_header p {
    color: #d4f1ff;
    opacity: 0.75;
    max-width: 620px;
    font-size: 1.4rem;
}

.stats_grid--five {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

/* ----- SERVICES subtitle ----- */
.services_subtitle {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 4rem auto;
    color: #d4f1ff;
    opacity: 0.75;
    font-size: clamp(1.4rem, 1.5vw, 1.7rem);
    line-height: 1.5em;
}

/* ----- INDUSTRIES ----- */
.industries_section {
    padding: 8rem 0;
    background-color: var(--primary-color);
    position: relative;
}

.industries_section .container {
    flex-direction: column;
}

.industries_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
    width: 100%;
}

.industry_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 1.5rem;
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, #ffffff0d 0%, #ffffff04 100%);
    border: 1px solid #ffffff1f;
    border-radius: 16px;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.industry_item:hover {
    transform: translateY(-4px);
    border-color: #92BF6580;
    background: linear-gradient(135deg, #ffffff1f 0%, #ffffff0a 100%);
}

.industry_icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ffffff0d;
    border: 1px solid #ffffff24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4f1ff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.industry_item:hover .industry_icon {
    color: #92BF65;
    background-color: #92BF6526;
}

.industry_icon svg {
    width: 24px;
    height: 24px;
}

.industry_item h3 {
    font-family: "Hando", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secundary-color);
    line-height: 1.3em;
}

/* ----- PROCESS — 5 steps adaptation ----- */
.process_steps--five {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    gap: 1rem;
}

@media screen and (max-width: 1100px) {
    .process_steps--five {
        grid-template-columns: 1fr;
    }
    .process_steps--five .process_arrow {
        display: none;
    }
}

/* ----- ABOUT section enhancements ----- */
.quote_section .container .request_header .request_text .about_eyebrow {
    display: inline-block;
    margin-bottom: 2rem;
}

.quote_section .container .request_header .request_text h2 em {
    background: linear-gradient(to right, #d4f1ff, #92BF65);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

.quote_logos_label {
    text-align: center;
    font-family: "Hando", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #55c7fd;
    opacity: 0.65;
    margin: 5rem 0 2rem 0;
}

/* ----- PORTFOLIO MIX ----- */
.portfolio_section {
    padding: 8rem 0;
    background-color: var(--primary-color);
}

.portfolio_section .container {
    flex-direction: column;
}

.portfolio_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .portfolio_grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

.portfolio_text h2 {
    font-family: "Hando", sans-serif;
    font-size: clamp(2.8rem, 4vw, 4.5rem);
    font-weight: 600;
    line-height: 1.1;
    color: var(--secundary-color);
    margin-bottom: 1.5rem;
}

.portfolio_text > p {
    color: #d4f1ff;
    opacity: 0.8;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.portfolio_perf_card {
    padding: 2.5rem;
    background: linear-gradient(135deg, #ffffff14 0%, #ffffff04 100%);
    border: 1px solid #ffffff24;
    border-radius: 16px;
}

.portfolio_perf_card h3 {
    font-size: 1.6rem;
    color: var(--secundary-color);
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.portfolio_perf_value {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.portfolio_perf_value strong {
    font-size: clamp(3.6rem, 5vw, 4.8rem);
    font-weight: 700;
    color: #92BF65;
    font-family: "Hando", sans-serif;
    line-height: 1;
}

.portfolio_perf_value span {
    font-size: 1.3rem;
    color: #d4f1ff;
    opacity: 0.75;
}

.portfolio_perf_bar {
    height: 12px;
    background-color: #ffffff14;
    border-radius: 10rem;
    overflow: hidden;
}

.portfolio_perf_bar span {
    display: block;
    height: 100%;
    background: linear-gradient(to right, #92BF65, #b9e58c);
    border-radius: 10rem;
}

.portfolio_bars {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

.portfolio_bar_labels {
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    color: var(--secundary-color);
    margin-bottom: 1rem;
}

.portfolio_bar_labels strong {
    font-weight: 700;
    color: #92BF65;
}

.portfolio_bar_track {
    display: flex;
    height: 48px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px #00000026;
}

.portfolio_bar_fill {
    height: 100%;
}

.portfolio_bar_fill--primary {
    background: linear-gradient(to right, #d4f1ff, #ffffff);
}

.portfolio_bar_fill--secondary {
    background-color: #ffffff14;
    border-left: 1px solid #ffffff24;
}

/* ----- TECHNOLOGY ----- */
.technology_section {
    padding: 8rem 0;
    background-color: var(--primary-color);
    position: relative;
}

.technology_section::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, #92BF6514 0%, transparent 60%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.technology_section .container {
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.technology_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    width: 100%;
}

.technology_item {
    padding: 3rem;
    background: linear-gradient(135deg, #ffffff0d 0%, #ffffff04 100%);
    border: 1px solid #ffffff1f;
    border-radius: 16px;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.technology_item:hover {
    transform: translateY(-4px);
    border-color: #92BF6580;
    background: linear-gradient(135deg, #ffffff1f 0%, #ffffff0a 100%);
}

.technology_item .tech_icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #ffffff14;
    border: 1px solid #ffffff24;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.technology_item .tech_icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.technology_item h3 {
    font-family: "Hando", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--secundary-color);
    margin-bottom: 1rem;
}

.technology_item p {
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #d4f1ff;
    opacity: 0.75;
}

/* ----- CLIENT MANAGEMENT / GOVERNANCE ----- */
.client_management_section {
    padding: 8rem 0;
    background-color: var(--tertiary-color);
}

.client_management_section .container {
    flex-direction: column;
}

.client_management_section .section_header h2 {
    color: var(--primary-color);
}

.client_management_section .section_header p {
    color: var(--primary-color);
    opacity: 0.7;
}

.client_mgmt_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2rem;
    width: 100%;
}

.client_mgmt_item {
    padding: 3rem 2.5rem;
    background-color: var(--secundary-color);
    border: 1px solid #0a439d1f;
    border-radius: 16px;
    box-shadow: 0 4px 16px #0a439d0a;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.client_mgmt_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px #0a439d24;
}

.client_mgmt_item .cm_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--tertiary-color);
    border: 1px solid #0a439d24;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.client_mgmt_item .cm_icon img {
    width: 22px;
    height: 22px;
}

.client_mgmt_item h3 {
    font-family: "Hando", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.client_mgmt_item p {
    font-size: 1.3rem;
    line-height: 1.5em;
    color: var(--primary-color);
    opacity: 0.7;
}

/* ----- LEADERSHIP ----- */
.leadership_section {
    padding: 8rem 0;
    background-color: var(--primary-color);
}

.leadership_section .container {
    flex-direction: column;
}

.leaders_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 4rem;
    max-width: 880px;
    margin: 0 auto;
    justify-items: center;
}

.leader_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
}

.leader_avatar {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 2rem;
}

.leader_avatar::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: radial-gradient(circle, #92BF6533 0%, transparent 70%);
    z-index: 0;
}

.leader_avatar img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--secundary-color);
    box-shadow: 0 16px 36px #00000040;
    z-index: 1;
}

.leader_card figcaption {
    font-family: "Hando", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secundary-color);
    margin-bottom: 0.5rem;
}

.leader_card p {
    font-size: 1.3rem;
    color: #92BF65;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* ----- TESTIMONIALS ----- */
.testimonials_section {
    padding: 8rem 0;
    background-color: var(--tertiary-color);
}

.testimonials_section .container {
    flex-direction: column;
}

.testimonials_section .section_header h2 {
    color: var(--primary-color);
}

.testimonials_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    width: 100%;
}

.testimonial_card {
    padding: 3rem;
    background-color: var(--secundary-color);
    border: 1px solid #0a439d1f;
    border-radius: 20px;
    box-shadow: 0 4px 16px #0a439d0a;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
}

.testimonial_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px #0a439d24;
}

.testimonial_stars {
    color: #f4c430;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    margin-bottom: 2rem;
}

.testimonial_card blockquote {
    font-size: 1.5rem;
    line-height: 1.6em;
    color: var(--primary-color);
    opacity: 0.85;
    font-style: italic;
    margin-bottom: 2.5rem;
    flex: 1;
}

.testimonial_card footer {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding-top: 2.4rem;
    margin-top: auto;
    position: relative;
    background-color: transparent;
}

/* Decorative gradient separator (replaces the plain border-top) */
.testimonial_card footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #92BF65, #92BF6500);
    border-radius: 10rem;
}

/* Premium avatar with gradient + verified check */
.testimonial_avatar {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #2776d4 100%);
    color: var(--secundary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow:
        0 10px 24px -6px #0a439d4d,
        inset 0 1px 0 #ffffff33;
}

.testimonial_avatar .testimonial_initials {
    font-family: "Hando", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.testimonial_avatar .testimonial_check {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #92BF65 0%, #6fa148 100%);
    color: var(--secundary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--secundary-color);
    box-shadow: 0 2px 8px #92BF6580;
}

.testimonial_avatar .testimonial_check svg {
    width: 10px;
    height: 10px;
}

/* Restructured meta: name + role (muted) + company (chip) */
.testimonial_meta {
    display: flex;
    flex-direction: column;
    row-gap: 0.3rem;
    min-width: 0;
}

.testimonial_meta strong {
    font-family: "Hando", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.15em;
}

.testimonial_meta .testimonial_role {
    font-size: 1.2rem;
    color: var(--primary-color);
    opacity: 0.7;
    font-weight: 500;
    line-height: 1.3em;
}

.testimonial_meta .testimonial_company {
    display: inline-flex;
    align-items: center;
    align-self: center;
    margin-top: 0.4rem;
    padding: 0.3rem 0.9rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    background-color: #d4f1ff;
    border: 1px solid #0a439d24;
    border-radius: 10rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* ----- FAQ ----- */
.faq_section {
    padding: 8rem 0;
    background-color: var(--primary-color);
}

.faq_section .container {
    flex-direction: column;
}

.faq_list {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}

.faq_item {
    background-color: var(--secundary-color);
    border: 1px solid #ffffff24;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.faq_item[open] {
    border-color: #92BF6580;
    box-shadow: 0 8px 24px #00000033;
}

.faq_item summary {
    list-style: none;
    cursor: pointer;
    padding: 2rem 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Hando", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    transition: color 0.3s ease-in-out;
}

.faq_item summary::-webkit-details-marker {
    display: none;
}

.faq_item summary:hover {
    color: #92BF65;
}

.faq_toggle {
    font-size: 2rem;
    color: var(--primary-color);
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
    margin-left: 1.5rem;
}

.faq_item[open] .faq_toggle {
    transform: rotate(45deg);
    color: #92BF65;
}

.faq_item p {
    padding: 0 2.4rem 2rem 2.4rem;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: var(--primary-color);
    opacity: 0.75;
}

/* ----- CTA BAND ----- */
.cta_band_section {
    padding: 8rem 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #082f6e 100%);
    position: relative;
    overflow: hidden;
}

.cta_band_section::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #92BF6533 0%, transparent 60%);
    transform: translateY(-50%);
    pointer-events: none;
}

.cta_band_section .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta_band_content {
    max-width: 760px;
}

.cta_band_content h2 {
    font-family: "Hando", sans-serif;
    font-size: clamp(3rem, 5vw, 5.6rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--secundary-color);
    margin-bottom: 2rem;
}

.cta_band_content p {
    font-size: clamp(1.5rem, 1.8vw, 1.9rem);
    color: #d4f1ff;
    opacity: 0.85;
    margin-bottom: 3rem;
    line-height: 1.5em;
}

.cta_band_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
}

.cta_band_primary,
.cta_band_secondary {
    text-decoration: none;
    padding: 1.6rem 2.8rem;
    border-radius: 10rem;
    font-weight: 700;
    font-size: 1.4rem;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.cta_band_primary {
    background-color: #92BF65;
    color: var(--primary-color);
    box-shadow: 0 16px 40px -10px #92BF6580;
}

.cta_band_primary:hover {
    background-color: #b9e58c;
    transform: translateY(-2px);
}

.cta_band_secondary {
    background-color: transparent;
    border-color: #ffffff33;
    color: var(--secundary-color);
}

.cta_band_secondary:hover {
    background-color: #ffffff14;
    border-color: #ffffff80;
}

/* ----- CONTACT enhancements ----- */
.contactUs_section .left-content .contact_eyebrow {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.contact_details {
    list-style: none;
    padding: 0;
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.contact_details li {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.contact_details li img {
    width: 44px;
    height: 44px;
    padding: 1rem;
    border-radius: 12px;
    background-color: #ffffff14;
    border: 1px solid #ffffff24;
    flex-shrink: 0;
}

.contact_details li strong {
    display: block;
    font-family: "Hando", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secundary-color);
    margin-bottom: 0.4rem;
}

.contact_details li span,
.contact_details li span a {
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #d4f1ff;
    opacity: 0.8;
    text-decoration: none;
}

.contact_details li span a:hover {
    opacity: 1;
    color: #92BF65;
}

.contact_form_title {
    font-family: "Hando", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--secundary-color);
    margin-bottom: 2rem;
}

/* ----- FOOTER (Replit-style 4 columns) ----- */
footer .container.footer_main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 4rem;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 4rem;
}

@media screen and (max-width: 900px) {
    footer .container.footer_main {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 576px) {
    footer .container.footer_main {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

.footer_brand .footer_logo {
    height: 40px;
    width: auto;
    margin-bottom: 2rem;
}

.footer_brand .footer_tagline_text {
    font-size: 1.3rem;
    line-height: 1.6em;
    color: #d4f1ff;
    opacity: 0.7;
    margin-bottom: 2rem;
    max-width: 340px;
}

.footer_social {
    display: flex;
    gap: 1rem;
}

.footer_social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff14;
    border: 1px solid #ffffff24;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.footer_social a:hover {
    background-color: #92BF65;
    border-color: #92BF65;
}

.footer_social a img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.footer_col h4 {
    font-family: "Hando", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--secundary-color);
    margin-bottom: 2rem;
}

.footer_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}

.footer_col ul li a {
    text-decoration: none;
    color: #d4f1ff;
    opacity: 0.75;
    font-size: 1.3rem;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.footer_col ul li a:hover {
    color: #92BF65;
    opacity: 1;
}

.footer_col--newsletter .footer_newsletter_text {
    font-size: 1.3rem;
    line-height: 1.5em;
    color: #d4f1ff;
    opacity: 0.7;
    margin-bottom: 1.5rem;
}

.footer_newsletter {
    display: flex;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.footer_newsletter input {
    flex: 1;
    background-color: #ffffff0d;
    border: 1px solid #ffffff24;
    border-radius: 10px;
    padding: 1rem 1.4rem;
    color: var(--secundary-color);
    font-size: 1.3rem;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

.footer_newsletter input::placeholder {
    color: #d4f1ff;
    opacity: 0.5;
}

.footer_newsletter input:focus {
    border-color: #92BF65;
}

.footer_newsletter button {
    background-color: #92BF65;
    border: none;
    border-radius: 10px;
    padding: 0 1.4rem;
    color: var(--primary-color);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.footer_newsletter button:hover {
    background-color: #b9e58c;
}

.footer_phones {
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.footer_phones a {
    text-decoration: none;
    color: #d4f1ff;
    opacity: 0.85;
    font-size: 1.3rem;
    font-weight: 500;
}

.footer_phones a:hover {
    color: #92BF65;
}

.footer_location a {
    text-decoration: none;
    color: #d4f1ff;
    opacity: 0.7;
    font-size: 1.2rem;
    line-height: 1.5em;
}

.footer_location a:hover {
    opacity: 1;
}

footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 2rem 1.5vw;
    max-width: 1440px;
    margin: 0 auto;
    border-top: 1px solid #ffffff14;
}

footer .footer_bottom p {
    font-size: 1.2rem;
    color: #d4f1ff;
    opacity: 0.55;
}

footer .footer_bottom .footer_tagline {
    margin-left: 0.5rem;
    font-style: italic;
    color: #92BF65;
    opacity: 0.85;
    letter-spacing: 0.05em;
    border-left: 1px solid #ffffff33;
    padding-left: 0.8rem;
}

footer .footer_bottom .footer_legal {
    display: flex;
    gap: 2rem;
}

footer .footer_bottom .footer_legal a {
    text-decoration: none;
    color: #d4f1ff;
    opacity: 0.6;
    font-size: 1.2rem;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}

footer .footer_bottom .footer_legal a:hover {
    opacity: 1;
    color: #92BF65;
}

/* ==========================================================
   WHO WE SERVE — Vixicom PPT (daily-basis infographic) content
   ========================================================== */
.serve_section {
    padding: 8rem 0;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
}

.serve_section::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #d4f1ff14 0%, transparent 60%);
    transform: translate(30%, 30%);
    pointer-events: none;
    z-index: 0;
}

.serve_section .container {
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.serve_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    width: 100%;
}

.serve_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.2rem;
    padding: 3rem;
    background: linear-gradient(135deg, #ffffff0d 0%, #ffffff04 100%);
    border: 1px solid #ffffff1f;
    border-radius: 16px;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.serve_card:hover {
    transform: translateY(-4px);
    border-color: #92BF6580;
    background: linear-gradient(135deg, #ffffff1f 0%, #ffffff0a 100%);
}

.serve_icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background-color: #ffffff14;
    border: 1px solid #ffffff24;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4f1ff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.serve_card:hover .serve_icon {
    color: #92BF65;
    background-color: #92BF6526;
}

.serve_icon svg {
    width: 26px;
    height: 26px;
}

.serve_card h3 {
    font-family: "Hando", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--secundary-color);
}

.serve_card p {
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #d4f1ff;
    opacity: 0.75;
}

/* Value proposition banner */
.serve_value {
    margin-top: 3rem;
    padding: 3rem 4rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #92BF651f 0%, #92BF6508 100%);
    border: 1px solid #92BF6540;
    text-align: center;
}

.serve_value p {
    font-size: clamp(1.5rem, 2vw, 1.9rem);
    line-height: 1.6em;
    color: var(--secundary-color);
    opacity: 0.92;
    max-width: 880px;
    margin: 0 auto;
}

.serve_value p strong {
    color: #b9e58c;
    font-weight: 700;
}

/* Marquee clients (text-based) */
.serve_clients {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #ffffff14;
    text-align: center;
}

.serve_clients_label {
    display: block;
    font-family: "Hando", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d4f1ff;
    opacity: 0.6;
    margin-bottom: 2.5rem;
}

.serve_clients_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem 4rem;
}

.serve_clients_list span {
    font-family: "Hando", sans-serif;
    font-size: clamp(1.8rem, 2.5vw, 2.6rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--secundary-color);
    opacity: 0.55;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.serve_clients_list span:hover {
    opacity: 1;
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .serve_value {
        padding: 2.5rem 2rem;
    }

    .serve_clients_list {
        gap: 1.5rem 2.5rem;
    }
}

/* ==========================================================
   AI AT VIXICOM — showcase section (site palette)
   ========================================================== */
.ai_section {
    position: relative;
    padding: 9rem 0;
    background: linear-gradient(180deg, var(--primary-color) 0%, #082f6e 100%);
    overflow: hidden;
}

/* Layered ambient glow background (brand light-blue + green accents) */
.ai_section .ai_bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, #d4f1ff26 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 85% 80%, #92BF6526 0%, transparent 60%);
}

.ai_section .ai_bg::before {
    /* dotted grid overlay, same language as the hero */
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1px, transparent 1px);
    background-size: 32px 32px;
}

.ai_section .container {
    position: relative;
    z-index: 1;
    flex-direction: column;
}

/* Header */
.ai_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 5rem auto;
    row-gap: 1.4rem;
}

.ai_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #92BF65;
    background-color: #92BF651f;
    border-color: #92BF6580;
}

.ai_eyebrow svg {
    width: 14px;
    height: 14px;
}

.ai_header h2 {
    font-family: "Hando", sans-serif;
    font-size: clamp(3rem, 4.5vw, 5rem);
    font-weight: 600;
    line-height: 1.08;
    color: var(--secundary-color);
}

.ai_highlight {
    background: linear-gradient(to right, #d4f1ff, #92BF65);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ai_header p {
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    color: #d4f1ff;
    opacity: 0.78;
    line-height: 1.55em;
}

/* Two-column layout: features + mockup */
.ai_layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 940px) {
    .ai_layout {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
}

/* Capability list */
.ai_features {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
}

.ai_feature {
    display: flex;
    gap: 1.6rem;
    padding: 2rem;
    background: linear-gradient(135deg, #ffffff12 0%, #ffffff04 100%);
    border: 1px solid #ffffff1f;
    border-radius: 16px;
    transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.ai_feature:hover {
    transform: translateX(4px);
    border-color: #92BF6580;
    background: linear-gradient(135deg, #ffffff1f 0%, #ffffff0a 100%);
}

.ai_feature_icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #2776d4 100%);
    color: var(--secundary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff24;
    box-shadow: 0 8px 20px -6px #00000059;
}

.ai_feature_icon svg {
    width: 24px;
    height: 24px;
}

.ai_feature_text h3 {
    font-family: "Hando", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--secundary-color);
    margin-bottom: 0.5rem;
}

.ai_feature_text p {
    font-size: 1.35rem;
    line-height: 1.5em;
    color: #d4f1ff;
    opacity: 0.72;
}

/* ----- Live call-analysis mockup ----- */
.ai_mockup {
    display: flex;
    justify-content: center;
}

.ai_card {
    width: 100%;
    max-width: 420px;
    padding: 2.4rem;
    border-radius: 22px;
    background: linear-gradient(160deg, #ffffff14 0%, #ffffff06 100%);
    border: 1px solid #ffffff24;
    box-shadow:
        0 30px 80px -20px #00000066,
        0 0 60px -30px #92BF6566,
        inset 0 1px 0 #ffffff14;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    row-gap: 1.8rem;
}

.ai_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai_card_title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-family: "Hando", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--secundary-color);
    letter-spacing: 0.02em;
}

.ai_live_dot {
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #92BF65;
    box-shadow: 0 0 10px #92BF65;
}

.ai_live_dot::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #92BF65;
    animation: aiPing 1.6s ease-in-out infinite;
}

@keyframes aiPing {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(3); opacity: 0; }
}

.ai_card_time {
    font-size: 1.1rem;
    color: #d4f1ff;
    opacity: 0.5;
    font-weight: 500;
}

/* Sentiment */
.ai_sentiment_top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.8rem;
}

.ai_sentiment_top span {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #d4f1ff;
    opacity: 0.55;
    font-weight: 600;
}

.ai_sentiment_top strong {
    font-size: 1.3rem;
    color: #92BF65;
    font-weight: 700;
}

.ai_sentiment_bar {
    height: 8px;
    border-radius: 10rem;
    background-color: #ffffff14;
    overflow: hidden;
}

.ai_sentiment_bar span {
    display: block;
    height: 100%;
    border-radius: 10rem;
    background: linear-gradient(to right, #92BF65, #d4f1ff);
}

/* Speaker legend */
.ai_speakers {
    display: flex;
    gap: 1.5rem;
}

.ai_speaker {
    font-size: 1.1rem;
    font-weight: 600;
}

.ai_speaker--agent {
    color: #d4f1ff;
}

.ai_speaker--customer {
    color: #92BF65;
}

/* Transcript */
.ai_transcript {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.ai_line {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.ai_tag {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.3rem 0.8rem;
    border-radius: 8px;
    letter-spacing: 0.02em;
}

.ai_tag--agent {
    color: #d4f1ff;
    background-color: #d4f1ff1f;
    border: 1px solid #d4f1ff59;
}

.ai_tag--customer {
    color: #b9e58c;
    background-color: #92BF651f;
    border: 1px solid #92BF6580;
}

.ai_line p {
    font-size: 1.25rem;
    line-height: 1.45em;
    color: #d4f1ff;
    opacity: 0.85;
}

/* AI Summary box */
.ai_summary {
    padding: 1.6rem;
    border-radius: 14px;
    background-color: #ffffff08;
    border: 1px solid #ffffff14;
}

.ai_summary_label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #d4f1ff;
    margin-bottom: 0.6rem;
}

.ai_summary p {
    font-size: 1.25rem;
    line-height: 1.5em;
    color: #d4f1ff;
    opacity: 0.85;
}

/* Flagged opportunity badge */
.ai_flag {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.5rem 1.8rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #92BF6526 0%, #92BF6508 100%);
    border: 1px solid #92BF6580;
}

.ai_flag svg {
    width: 26px;
    height: 26px;
    color: #b9e58c;
    flex-shrink: 0;
}

.ai_flag strong {
    display: block;
    font-family: "Hando", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--secundary-color);
}

.ai_flag span {
    font-size: 1.2rem;
    color: #b9e58c;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .ai_card {
        padding: 1.8rem;
    }

    .ai_feature {
        padding: 1.6rem;
    }
}
