/* =========================================================
   PAGINA DESPRE NOI
========================================================= */
.about-page{
    background:#fff;
    color:var(--dark);
}

.about-page .section-kicker{
    margin:0 0 16px;
    border:1px solid rgba(227,27,120,.16);
    background:#fff;
    box-shadow:none;
}

.about-modern-hero{
    position:relative;
    overflow:hidden;
    background:
        linear-gradient(180deg,#f7fbfb 0%,#fff 100%);
}

.about-modern-hero::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(90deg,rgba(7,67,67,.045) 1px,transparent 1px),
        linear-gradient(180deg,rgba(7,67,67,.035) 1px,transparent 1px);
    background-size:74px 74px;
    opacity:.42;
    -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 66%,transparent 100%);
    mask-image:linear-gradient(180deg,#000 0%,#000 66%,transparent 100%);
}

.about-modern-hero-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
    gap:58px;
    align-items:center;
    min-height:560px;
    padding:86px 0 92px;
}

.about-modern-copy h1{
    max-width:780px;
    margin:0 0 22px;
    color:var(--dark);
    font-size:46px;
    font-weight:650;
    line-height:1.05;
}

.about-modern-copy .lead{
    max-width:720px;
    color:#536970;
    font-size:17px;
    line-height:1.78;
}

.about-modern-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:34px;
}

.about-modern-panel{
    position:relative;
    overflow:hidden;
    padding:34px;
    border:1px solid rgba(7,67,67,.10);
    border-radius:8px;
    background:rgba(255,255,255,.92);
    box-shadow:0 22px 58px rgba(7,67,67,.09);
}

.about-modern-panel::before{
    content:"";
    position:absolute;
    top:0;
    left:34px;
    right:34px;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,var(--pink),var(--cyan));
}

.about-panel-label{
    display:inline-flex;
    width:max-content;
    max-width:100%;
    margin-bottom:22px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(227,27,120,.08);
    color:var(--pink);
    font-size:12px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.about-modern-panel h2{
    margin:0 0 14px;
    color:var(--dark);
    font-size:30px;
    font-weight:650;
    line-height:1.14;
}

.about-modern-panel p{
    margin:0;
    color:#60737b;
    font-size:15px;
    line-height:1.74;
}

.about-panel-list{
    display:grid;
    gap:12px;
    margin-top:26px;
}

.about-panel-list span,
.about-story-points span{
    display:flex;
    align-items:center;
    gap:10px;
    color:#074343;
    font-weight:650;
    line-height:1.35;
}

.about-panel-list i,
.about-story-points i{
    display:grid;
    place-items:center;
    flex:0 0 26px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:rgba(227,27,120,.10);
    color:var(--pink);
    font-size:12px;
}

.about-proof-strip{
    padding:28px 0;
    border:0;
    background:#074343;
    color:#fff;
}

.about-proof-wrap{
    display:grid;
    grid-template-columns:minmax(240px,.32fr) minmax(0,.68fr);
    gap:28px;
    align-items:center;
}

.about-proof-intro span{
    display:inline-flex;
    margin-bottom:8px;
    color:var(--cyan);
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    line-height:1.2;
    text-transform:uppercase;
}

.about-proof-intro p{
    max-width:360px;
    margin:0;
    color:rgba(255,255,255,.74);
    font-size:15px;
    line-height:1.55;
}

.about-proof-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border:1px solid rgba(255,255,255,.14);
    border-radius:8px;
    background:rgba(255,255,255,.06);
}

.about-proof-grid div{
    position:relative;
    padding:22px 20px;
    border-right:1px solid rgba(255,255,255,.12);
}

.about-proof-grid div:last-child{
    border-right:0;
}

.about-proof-grid div::before{
    content:"";
    position:absolute;
    top:0;
    left:20px;
    width:42px;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,var(--pink),var(--cyan));
}

.about-proof-grid strong{
    display:block;
    color:#fff;
    font-size:32px;
    font-weight:650;
    line-height:1;
}

.about-proof-grid span{
    display:block;
    margin-top:8px;
    color:rgba(255,255,255,.66);
    font-size:14px;
    font-weight:650;
    line-height:1.35;
}

.about-section{
    padding:92px 0;
}

.about-story{
    background:
        linear-gradient(90deg,#fff 0%,#fff 54%,#f8fbfb 54%,#f8fbfb 100%);
}

.about-story-grid{
    display:grid;
    grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
    gap:58px;
    align-items:center;
}

.about-story-media{
    position:relative;
}

.about-story-media::after{
    content:none;
}

.about-story-media img{
    display:block;
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:8px;
}

.about-story-badge{
    position:absolute;
    left:22px;
    bottom:22px;
    z-index:2;
    display:grid;
    gap:3px;
    max-width:260px;
    padding:14px 16px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:8px;
    background:rgba(7,67,67,.88);
    color:#fff;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.about-story-badge strong{
    color:var(--cyan);
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.about-story-badge span{
    font-size:14px;
    font-weight:650;
    line-height:1.35;
}

.about-story-copy{
    padding-left:34px;
    border-left:3px solid rgba(227,27,120,.42);
}

.about-story-copy h2,
.about-section-head h2,
.about-process-head h2,
.about-cta-box h2{
    margin:0;
    color:var(--dark);
    font-weight:650;
    line-height:1.08;
}

.about-story-copy h2{
    max-width:680px;
    margin-bottom:22px;
    font-size:40px;
}

.about-story-copy p{
    max-width:720px;
    margin:0 0 16px;
    color:#60737b;
    font-size:16px;
    line-height:1.78;
}

.about-story-points{
    display:grid;
    gap:12px;
    margin-top:28px;
}

.about-story-callout{
    display:grid;
    grid-template-columns:34px 1fr;
    gap:14px;
    margin:26px 0 0;
    padding:18px 0 18px 22px;
    border-left:1px solid rgba(227,27,120,.32);
    background:linear-gradient(90deg,rgba(227,27,120,.06),transparent);
}

.about-story-callout i{
    color:var(--pink);
    font-size:20px;
}

.about-story-callout p{
    margin:0;
    color:#074343;
    font-size:16px;
    font-weight:650;
    line-height:1.55;
}

.about-difference{
    background:#f8fbfb;
}

.about-difference-layout{
    display:block;
}

.about-difference-copy{
    position:static;
    display:grid;
    justify-items:center;
    max-width:780px;
    margin:0 auto 38px;
    text-align:center;
}

.about-difference-copy .section-kicker{
    margin-left:auto;
    margin-right:auto;
}

.about-difference-copy h2{
    max-width:680px;
    margin:0 0 18px;
    color:var(--dark);
    font-size:38px;
    font-weight:650;
    line-height:1.08;
}

.about-difference-copy p{
    max-width:620px;
    margin:0 auto;
    color:#60737b;
    font-size:16px;
    line-height:1.74;
}

.about-difference-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    max-width:1120px;
    margin:0 auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
}

.about-difference-card{
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:264px;
    padding:28px;
    border:1px solid rgba(7,67,67,.09);
    border-radius:8px;
    background:#fff;
    transition:transform .22s ease,border-color .22s ease,background .22s ease;
}

.about-difference-card::before{
    content:"";
    position:absolute;
    top:0;
    left:28px;
    right:28px;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,var(--pink),var(--cyan));
    opacity:.82;
}

.about-difference-card:hover{
    transform:translateY(-4px);
    border-color:rgba(227,27,120,.20);
    background:#fff;
}

.about-difference-card i{
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    margin:0 0 26px;
    border-radius:8px;
    background:linear-gradient(135deg,rgba(227,27,120,.11),rgba(7,67,67,.12));
    color:var(--pink);
    font-size:20px;
}

.about-difference-card h3{
    margin:0 0 8px;
    color:var(--dark);
    font-size:19px;
    font-weight:650;
    line-height:1.2;
}

.about-difference-card p{
    margin:0;
    color:#60737b;
    font-size:15px;
    line-height:1.65;
}

.about-values{
    background:#074343;
    color:#fff;
}

.about-values .section-kicker{
    border-color:rgba(255,255,255,.18);
    background:rgba(255,255,255,.08);
    color:#fff;
}

.about-values .about-section-head h2{
    color:#fff;
}

.about-values .about-section-head p{
    color:rgba(255,255,255,.70);
}

.about-section-head{
    display:grid;
    justify-items:center;
    max-width:760px;
    margin:0 auto 42px;
    text-align:center;
}

.about-section-head .section-kicker{
    margin-left:auto;
    margin-right:auto;
}

.about-section-head h2{
    font-size:38px;
}

.about-section-head p{
    max-width:650px;
    margin:16px auto 0;
    color:#60737b;
    font-size:16px;
    line-height:1.7;
}

.about-values-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
    border-top:1px solid rgba(255,255,255,.14);
    border-left:1px solid rgba(255,255,255,.14);
}

.about-value-card{
    position:relative;
    min-height:210px;
    padding:28px 28px 28px 92px;
    border:0;
    border-right:1px solid rgba(255,255,255,.14);
    border-bottom:1px solid rgba(255,255,255,.14);
    border-radius:0;
    background:transparent;
    transition:background .22s ease;
}

.about-value-card:hover{
    transform:none;
    border-color:rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
}

.about-value-icon{
    position:absolute;
    top:28px;
    left:28px;
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    margin:0;
    border-radius:8px;
    background:rgba(255,255,255,.10);
    color:var(--pink);
    font-size:18px;
}

.about-value-card h3{
    margin:0 0 10px;
    color:#fff;
    font-size:20px;
    font-weight:650;
    line-height:1.2;
}

.about-value-card p{
    margin:0;
    color:rgba(255,255,255,.70);
    font-size:15px;
    line-height:1.65;
}

.about-audience{
    background:#fff;
}

.about-audience-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}

.about-audience-card{
    position:relative;
    min-height:228px;
    padding:24px;
    border:1px solid rgba(7,67,67,.09);
    border-radius:8px;
    background:#f8fbfb;
}

.about-audience-card::before{
    content:"";
    position:absolute;
    top:0;
    left:24px;
    right:24px;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,var(--pink),var(--cyan));
}

.about-audience-card span{
    display:inline-flex;
    margin-bottom:22px;
    color:var(--pink);
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
}

.about-audience-card h3{
    margin:0 0 10px;
    color:var(--dark);
    font-size:20px;
    font-weight:650;
    line-height:1.2;
}

.about-audience-card p{
    margin:0;
    color:#60737b;
    font-size:15px;
    line-height:1.65;
}

.about-process{
    position:relative;
    overflow:hidden;
    background:#074343;
    color:#fff;
}

.about-process::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
    background-size:54px 54px;
    opacity:.28;
}

.about-process::after{
    content:"";
    position:absolute;
    inset:auto -10% -35% auto;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(7,67,67,.12);
    filter:blur(12px);
}

.about-process .section-kicker{
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.18);
    color:#fff;
}

.about-process-layout{
    position:relative;
    z-index:1;
    display:block;
}

.about-process-head{
    display:grid;
    justify-items:center;
    max-width:780px;
    margin:0 auto 42px;
    text-align:center;
}

.about-process-head .section-kicker{
    margin-left:auto;
    margin-right:auto;
}

.about-process-head h2{
    max-width:760px;
    color:#fff;
    font-size:38px;
}

.about-process-steps{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}

.about-process-steps::before{
    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:44px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),rgba(7,67,67,.42),rgba(255,255,255,.24),transparent);
    pointer-events:none;
}

.about-step{
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    min-height:250px;
    padding:24px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:8px;
    background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.07));
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    transition:transform .22s ease,background .22s ease,border-color .22s ease;
}

.about-step::before{
    content:"";
    position:absolute;
    top:0;
    left:24px;
    right:24px;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,var(--pink),var(--cyan));
    opacity:.78;
}

.about-step::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(227,27,120,.10),transparent 48%,rgba(7,67,67,.10));
    opacity:0;
    transition:opacity .22s ease;
    pointer-events:none;
}

.about-step:hover{
    transform:translateY(-4px);
    border-color:rgba(255,255,255,.28);
    background:rgba(255,255,255,.12);
}

.about-step:hover::after{
    opacity:1;
}

.about-step-marker{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:28px;
}

.about-step-marker span{
    display:grid;
    place-items:center;
    width:42px;
    height:28px;
    border:1px solid rgba(7,67,67,.34);
    border-radius:999px;
    background:rgba(7,67,67,.10);
    color:var(--cyan);
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
}

.about-step-marker i{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    border-radius:8px;
    background:#fff;
    color:var(--pink);
    font-size:18px;
}

.about-step > div:last-child{
    position:relative;
    z-index:1;
}

.about-step h3{
    margin:0 0 8px;
    color:#fff;
    font-size:20px;
    font-weight:650;
    line-height:1.2;
}

.about-step p{
    margin:0;
    color:rgba(255,255,255,.74);
    font-size:15px;
    line-height:1.7;
}

.about-cta{
    padding:82px 0;
    background:#fff;
}

.about-cta-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:30px;
    align-items:center;
    padding:34px;
    border:1px solid rgba(7,67,67,.10);
    border-radius:8px;
    background:#f8fbfb;
}

.about-cta-box h2{
    max-width:760px;
    margin-bottom:12px;
    font-size:34px;
}

.about-cta-box p{
    max-width:760px;
    margin:0;
    color:#60737b;
    font-size:16px;
    line-height:1.7;
}

.gl-page-content{
    padding:70px 0;
}

@media (max-width:1024px){
    .about-modern-hero-grid,
    .about-story-grid,
    .about-difference-layout{
        grid-template-columns:1fr;
    }

    .about-proof-wrap{
        grid-template-columns:1fr;
    }

    .about-story{
        background:#fff;
    }

    .about-story-copy{
        padding-left:0;
        border-left:0;
    }

    .about-process-steps{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .about-difference-copy{
        max-width:760px;
        margin:0 auto 34px;
    }

    .about-modern-hero-grid{
        gap:38px;
        min-height:auto;
    }

    .about-proof-grid,
    .about-values-grid,
    .about-audience-grid,
    .about-difference-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .about-proof-grid div:nth-child(2){
        border-right:0;
    }

    .about-proof-grid div:nth-child(-n+2){
        border-bottom:1px solid rgba(255,255,255,.12);
    }
}

@media (max-width:680px){
    .about-modern-hero-grid{
        padding:58px 0 54px;
    }

    .about-modern-copy h1{
        font-size:34px;
        line-height:1.12;
    }

    .about-modern-copy .lead{
        font-size:16px;
    }

    .about-modern-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .about-modern-panel,
    .about-cta-box{
        padding:24px;
    }

    .about-modern-panel h2,
    .about-cta-box h2{
        font-size:28px;
    }

    .about-proof-grid,
    .about-values-grid,
    .about-audience-grid,
    .about-difference-grid{
        grid-template-columns:1fr;
    }

    .about-proof-grid div{
        padding:22px 20px;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.12);
        text-align:left;
    }

    .about-proof-grid div:last-child{
        border-bottom:0;
    }

    .about-section,
    .about-cta{
        padding:64px 0;
    }

    .about-story-grid{
        gap:42px;
    }

    .about-story-badge{
        left:14px;
        right:14px;
        bottom:14px;
        max-width:none;
    }

    .about-story-callout{
        grid-template-columns:1fr;
        padding:16px 0 16px 18px;
    }

    .about-story-copy h2,
    .about-difference-copy h2,
    .about-section-head h2,
    .about-process-head h2{
        font-size:30px;
        line-height:1.14;
    }

    .about-values-grid{
        gap:0;
    }

    .about-value-card,
    .about-difference-card,
    .about-audience-card{
        min-height:auto;
        padding:22px;
    }

    .about-difference-grid{
        gap:14px;
    }

    .about-difference-card:hover{
        transform:none;
    }

    .about-value-card{
        padding-left:78px;
    }

    .about-value-icon{
        top:22px;
        left:22px;
    }

    .about-step{
        min-height:auto;
        padding:20px;
    }

    .about-process-steps::before{
        content:none;
    }

    .about-step-marker{
        margin-bottom:20px;
    }

    .about-step-marker i{
        width:42px;
        height:42px;
    }
}

@media (max-width:520px){
    .about-process-steps{
        grid-template-columns:1fr;
    }

    .about-cta-box{
        grid-template-columns:1fr;
    }
}
