@font-face{font-family:'Roboto';font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(fonts/roboto.woff2) format('woff2');}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:400 500;font-display:swap;src:url(fonts/roboto-mono.woff2) format('woff2');}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Roboto',sans-serif;font-size:17px;line-height:1.6;color:#000;background:#EAECEE;}
.container{max-width:1200px;margin:0 auto;width:100%;}

/* Navbar */
.navbar{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:100;
    display:flex;
    justify-content:flex-end;
    gap:12px;
    padding:24px 48px;
    background:transparent;
}
.navbar-btn{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#EAECEE;
    border:1px solid rgba(45,54,112,0.15);
    cursor:pointer;
    transition:background 0.2s;
}
.navbar-btn:hover{
    background:#2D3670;
}
.navbar-btn:hover svg{
    stroke:#fff;
}
.navbar-btn svg{
    width:24px;
    height:24px;
    stroke:#2D3670;
    stroke-width:2;
    fill:none;
}

/* Body scroll lock when overlay open */
body.overlay-open{
    overflow:hidden;
    position:fixed;
    width:100%;
}

/* Fullscreen Menu */
.menu-overlay{
    position:fixed;
    inset:0;
    z-index:200;
    background:#EAECEE;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.1s, visibility 0.1s;
}
.menu-overlay.active{
    opacity:1;
    visibility:visible;
}
.menu-close{
    position:absolute;
    top:24px;
    right:48px;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:transparent;
    border:1px solid rgba(45,54,112,0.15);
    cursor:pointer;
    transition:background 0.2s;
}
.menu-close:hover{
    background:#2D3670;
}
.menu-close:hover svg{
    stroke:#fff;
}
.menu-close svg{
    width:24px;
    height:24px;
    stroke:#2D3670;
    stroke-width:2;
    fill:none;
}
.menu-links{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:0;
}
.menu-links a, .menu-links button{
    font-family:'Roboto',sans-serif;
    font-size:60px;
    font-weight:600;
    color:#2D3670;
    text-decoration:none;
    background:none;
    border:none;
    cursor:pointer;
    transition:color 0.2s;
    padding:24px 0;
    margin:0;
    line-height:1;
    display:block;
}
.menu-links a:hover, .menu-links button:hover{
    color:rgba(45,54,112,0.6);
}

/* Sectors Submenu */
.submenu{
    position:fixed;
    inset:0;
    z-index:250;
    background:#EAECEE;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.1s, visibility 0.1s;
}
.submenu.active{
    opacity:1;
    visibility:visible;
}
.submenu-back{
    position:absolute;
    top:24px;
    left:48px;
    width:48px;
    height:48px;
    color:#2D3670;
    background:none;
    border:1px solid rgba(45,54,112,0.15);
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background 0.2s;
}
.submenu-back:hover{
    background:#2D3670;
}
.submenu-back:hover svg{
    stroke:#fff;
}
.submenu-back svg{
    width:28px;
    height:28px;
    stroke:#2D3670;
    stroke-width:2;
    fill:none;
}
.submenu-links{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:48px;
}
.submenu-links a{
    font-size:60px;
    font-weight:600;
    color:#2D3670;
    text-decoration:none;
    transition:color 0.2s;
}
.submenu-links a:hover{
    color:rgba(45,54,112,0.6);
}
.submenu-links--small{
    gap:24px;
}
.submenu-links--small a{
    font-size:32px;
}

/* Contact Overlay */
.contact-overlay{
    position:fixed;
    inset:0;
    z-index:200;
    background:#EAECEE;
    display:grid;
    grid-template-columns:1fr 1fr;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.1s, visibility 0.1s;
}
.contact-overlay.active{
    opacity:1;
    visibility:visible;
}
.contact-overlay-close{
    position:absolute;
    top:24px;
    right:48px;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:transparent;
    border:1px solid rgba(45,54,112,0.15);
    cursor:pointer;
    transition:background 0.2s;
    z-index:10;
}
.contact-overlay-close:hover{
    background:#2D3670;
}
.contact-overlay-close:hover svg{
    stroke:#fff;
}
.contact-overlay-close svg{
    width:24px;
    height:24px;
    stroke:#2D3670;
    stroke-width:2;
    fill:none;
}
.contact-left{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px 80px;
    background:#EAECEE;
}
.contact-left h2{
    font-size:clamp(48px,6vw,72px);
    font-weight:600;
    line-height:1;
    letter-spacing:-0.02em;
    color:#2D3670;
    margin:0 0 24px 0;
}
.contact-left p{
    font-size:21px;
    color:#2D3670;
    font-weight:400;
}
.contact-phones{
    margin-top:32px;
}
.contact-phones p{
    margin:0 0 16px 0;
    font-size:21px;
    line-height:1.4;
    font-weight:400;
    color:#2D3670;
    line-height:1.5;
    color:#2D3670;
    max-width:400px;
}
.contact-right{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px 80px;
    background:#fff;
    border-left:1px solid rgba(45,54,112,0.1);
}
.contact-social{
    display:flex;
    flex-direction:column;
    gap:0;
}
.contact-social a{
    font-size:32px;
    font-weight:600;
    color:#2D3670;
    text-decoration:none;
    padding:20px 0;
    border-bottom:1px solid rgba(45,54,112,0.1);
    transition:color 0.2s;
    display:flex;
    align-items:center;
    gap:16px;
}
.contact-social a:first-child{
    border-top:1px solid rgba(45,54,112,0.1);
}
.contact-social a:hover{
    color:rgba(45,54,112,0.6);
}
.contact-social svg{
    width:28px;
    height:28px;
    fill:#2D3670;
    flex-shrink:0;
    transition:fill 0.2s;
}
.contact-social a:hover svg{
    fill:rgba(45,54,112,0.6);
}
@media(max-width:768px){
    .contact-overlay{
        grid-template-columns:1fr;
        grid-template-rows:auto 1fr;
        overflow-y:auto;
        min-height:100vh;
        min-height:100dvh;
    }
    .contact-left{
        padding:100px 24px 32px;
    }
    .contact-left h2{
        font-size:36px;
    }
    .contact-right{
        padding:32px 24px 48px;
        border-left:none;
        border-top:1px solid rgba(45,54,112,0.1);
    }
    .contact-social a{
        font-size:21px;
        padding:16px 0;
    }
    .contact-social svg{
        width:24px;
        height:24px;
    }
    .contact-overlay-close{
        right:24px;
    }
}

/* Hero layout */
.hero{
    position:relative;
    min-height:100vh;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr auto;
    background:#EAECEE;
}
/* Left column - solid background */
.hero-left{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:48px;
    padding-bottom:48px;
    background:#EAECEE;
    color:#2D3670;
}
.hero-left-content{
    max-width:560px;
}
/* Client logos section */
.clients-section{
    background:#fff;
    padding:72px 48px;
    margin-top:0;
}
.clients-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    border-top:1px dashed rgba(45,54,112,0.08);
    border-bottom:1px dashed rgba(45,54,112,0.08);
}
.client-cell{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:32px 20px;
    border-bottom:1px dashed rgba(45,54,112,0.08);
    border-right:1px dashed rgba(45,54,112,0.08);
}
.client-cell:nth-child(6n){
    border-right:none;
}
.client-cell:nth-child(n+13){
    border-bottom:none;
}
.client-cell img{
    height:56px;
    width:auto;
    max-width:160px;
    object-fit:contain;
}
/* Right column - video */
.hero-right{
    position:relative;
    overflow:hidden;
}
/* Duotone color overlay */
.hero-right::before{
    content:'';
    position:absolute;
    inset:0;
    background:#2D3670;
    mix-blend-mode:color;
    pointer-events:none;
    z-index:1;
}
/* Dots overlay */
.hero-right::after{
    content:'';
    position:absolute;
    inset:0;
    background-image:radial-gradient(circle, #000527 1px, transparent 1px);
    background-size:4px 4px;
    opacity:0.4;
    pointer-events:none;
    z-index:2;
}
.hero__bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    /* CSS filter instead of SVG - more GPU optimized */
    filter:grayscale(1) contrast(1.1) brightness(0.7);
    /* GPU acceleration */
    will-change:transform;
    transform:translateZ(0);
    backface-visibility:hidden;
}
/* Reduced motion: show poster instead of video */
@media(prefers-reduced-motion:reduce){
    .hero__bg{display:none;}
    .hero-right{background:#374151 url('media/hero-poster.webp') center center/cover no-repeat;}
}
.hero-logo{
    width:220px;
    height:auto;
    margin-bottom:auto;
    padding-bottom:32px;
}
.hero-headline{
    font-family:'Roboto',sans-serif;
    font-weight:400;
    font-size:clamp(32px,4vw,52px);
    line-height:0.95;
    letter-spacing:-0.02em;
    color:#2D3670;
    margin:0 0 20px 0;
}
.hero-description{
    font-size:18px;
    line-height:1.5;
    margin-bottom:0;
    color:#2D3670;
}
.hero-credentials{
    margin-top:16px;
    padding:0;
    font-family:'Roboto Mono',monospace;
    font-size:13px;
    font-weight:400;
    color:rgba(45,54,112,0.55);
    letter-spacing:0.04em;
}
.hero-sectors{
    position:relative;
    z-index:2;
    grid-column:1 / -1;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:0;
    align-self:end;
}
.hero-sectors a{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:24px 16px;
    color:#2D3670;
    text-decoration:none;
    font-size:16px;
    line-height:1.3;
    border:1px solid rgba(45,54,112,0.15);
    border-right:none;
    background:#EAECEE;
    transition:background 0.2s, color 0.2s;
}
.hero-sectors a:last-child{
    border-right:1px solid rgba(45,54,112,0.15);
}
.hero-sectors a:hover{
    background:#2D3670;
    color:#fff;
}


/* Page Sections */
.section{
    padding:80px 48px;
    background:#EAECEE;
    color:#2D3670;
}
.section--white{
    background:#fff;
}
.section--blue{
    background:#2D3670;
    color:#EAECEE;
}
.section--blue a{
    color:#EAECEE;
}
.section--blue .section-title{
    color:#fff;
}
.section-title{
    font-size:clamp(36px,5vw,56px);
    font-weight:600;
    line-height:1;
    letter-spacing:-0.02em;
    color:#2D3670;
    margin:0 0 40px 0;
    max-width:800px;
}
.section-subtitle{
    font-size:18px;
    line-height:1.5;
    margin-bottom:40px;
    max-width:560px;
}
.sector-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:0;
    border:1px solid rgba(45,54,112,0.15);
}
.sector-card{
    display:block;
    padding:32px;
    border-bottom:1px solid rgba(45,54,112,0.15);
    border-right:1px solid rgba(45,54,112,0.15);
    text-decoration:none;
    transition:background 0.1s, color 0.1s;
}
.sector-card:nth-child(2n){
    border-right:none;
}
.sector-card:nth-last-child(-n+2){
    border-bottom:none;
}
.sector-card:hover{
    background:#2D3670;
}
.sector-card:hover h3,
.sector-card:hover p,
.sector-card:hover .tags{
    color:#fff;
}
.sector-card{
    border-radius:8px;
}
.sector-card h3{
    font-size:22px;
    font-weight:600;
    margin:0 0 10px 0;
    color:#2D3670;
    transition:color 0.1s;
}
.sector-card p{
    font-size:16px;
    line-height:1.5;
    margin:0 0 8px 0;
    color:#2D3670;
    transition:color 0.1s;
}
.sector-card .tags{
    font-size:14px;
    color:rgba(45,54,112,0.6);
    transition:color 0.1s;
}
.benefits-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:48px;
}
.benefit{
    padding:32px 0;
    border-top:1px solid rgba(234,236,238,0.3);
}
.benefit h3{
    font-size:20px;
    font-weight:600;
    margin:0 0 10px 0;
    color:#fff;
}
.benefit p{
    font-size:17px;
    line-height:1.6;
    margin:0;
    color:rgba(234,236,238,0.8);
}
.testimonials-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
}
.testimonial{
    padding:28px;
    background:#fff;
    border:1px solid rgba(45,54,112,0.1);
    border-radius:8px;
}
.section--blue .testimonial{
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.2);
    border-radius:8px;
}
.testimonial blockquote{
    font-size:16px;
    line-height:1.5;
    margin:0 0 16px 0;
    color:#2D3670;
    font-style:italic;
}
.section--blue .testimonial blockquote{
    color:#fff;
}
.testimonial cite{
    font-size:14px;
    color:rgba(45,54,112,0.6);
    font-style:normal;
}
.section--blue .testimonial cite{
    color:rgba(234,236,238,0.7);
}

/* Credly Section */
.credly-section{
    border-top:1px solid rgba(45,54,112,0.15);
}
.credly-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px;
    align-items:center;
}
.credly-left{
    display:flex;
    flex-direction:column;
    gap:16px;
}
.credly-logo-large{
    height:80px;
    width:auto;
    margin-bottom:8px;
}
.credly-title{
    font-size:28px;
    font-weight:600;
    color:#2D3670;
    margin:0 0 8px 0;
}
.credly-description{
    font-size:16px;
    line-height:1.5;
    color:rgba(45,54,112,0.7);
    margin:0;
}
.credly-stat{
    font-size:28px;
    font-weight:600;
    color:#2D3670;
    margin:16px 0 0 0;
}
.credly-link{
    font-size:16px;
    color:#2D3670;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:6px;
}
.credly-link span{
    transition:transform 0.2s ease;
    display:inline-block;
}
.credly-link:hover span{
    transform:translateX(4px);
}
.credly-badges{
    display:flex;
    gap:32px;
    justify-content:flex-end;
}
.credly-badge{
    width:150px;
    height:auto;
}

/* YouTube Section */
.youtube-section{
    border-top:1px solid rgba(45,54,112,0.15);
}
.youtube-description{
    font-size:18px;
    line-height:1.5;
    color:rgba(45,54,112,0.7);
    margin:0 0 32px 0;
}
.youtube-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-bottom:32px;
}
.youtube-thumb{
    display:block;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(45,54,112,0.1);
    border-radius:8px;
    aspect-ratio:16/9;
    transition:opacity 0.1s;
}
.youtube-thumb:hover{
    opacity:0.85;
}
.youtube-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.youtube-link{
    font-size:16px;
    color:#2D3670;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:6px;
}
.youtube-link span{
    transition:transform 0.2s ease;
    display:inline-block;
}
.youtube-link:hover span{
    transform:translateX(4px);
}

/* Alianzas Section */
.alianzas{
    padding:80px 48px;
    background:#fff;
}
.alianzas-title{
    font-size:clamp(36px,5vw,56px);
    line-height:1;
    font-weight:600;
    letter-spacing:-0.02em;
    color:#2D3670;
    margin:0 0 48px 0;
}
.alianzas-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
}
.alianza-card{
    padding:40px 32px;
    border-right:1px solid rgba(45,54,112,0.1);
    border-bottom:1px solid rgba(45,54,112,0.1);
}
.alianza-card:last-child{
    border-right:none;
}
.alianza-logo{
    height:64px;
    margin-bottom:24px;
    display:block;
}
.alianza-card h3{
    font-size:20px;
    font-weight:600;
    color:#2D3670;
    margin:0 0 12px 0;
}
.alianza-card p{
    font-size:15px;
    line-height:1.5;
    color:rgba(45,54,112,0.7);
    margin:0;
}
.alianza-placeholder{
    height:60px;
    width:180px;
    background:rgba(45,54,112,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    color:rgba(45,54,112,0.4);
    letter-spacing:0.1em;
    text-transform:uppercase;
    margin-bottom:24px;
}

.contact-box{
    max-width:600px;
}
.contact-box p{
    font-size:17px;
    line-height:1.5;
    margin:0 0 24px 0;
}
.contact-box a{
    color:#2D3670;
    text-decoration:none;
    font-weight:600;
}
.contact-box a:hover{
    text-decoration:underline;
}
.contact-links{
    display:flex;
    gap:24px;
    margin-top:32px;
}
.contact-links a{
    font-size:18px;
}
.footer{
    padding:64px 48px 32px;
    background:#2D3670;
    color:#fff;
    font-size:14px;
}
.footer-grid{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:48px;
    margin-bottom:48px;
}
.footer-logo{
    height:40px;
    filter:brightness(0) invert(1);
}
.footer-col h4{
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.1em;
    margin:0 0 16px 0;
    color:rgba(255,255,255,0.5);
}
.footer-col a{
    display:block;
    color:#fff;
    text-decoration:none;
    margin-bottom:8px;
    font-size:18px;
    transition:opacity 0.1s;
}
.footer-col a:hover{
    opacity:0.7;
}
.footer-col p{
    margin:0 0 16px 0;
    line-height:1.4;
    font-size:18px;
}
.footer-col p span{
    color:rgba(255,255,255,0.5);
    font-size:14px;
}
.footer-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:0;
    background:none;
    border:none;
    font-size:16px;
    font-weight:600;
    margin-top:8px;
    color:#fff;
}
.footer-btn span{
    transition:transform 0.2s ease;
    display:inline-block;
}
.footer-btn:hover{
    opacity:1;
}
.footer-btn:hover span{
    transform:translateX(4px);
}
.footer-bottom{
    display:flex;
    justify-content:space-between;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,0.15);
    color:rgba(255,255,255,0.5);
}
.footer-bottom a{
    color:rgba(255,255,255,0.5);
    text-decoration:none;
    transition:color 0.1s;
}
.footer-bottom a:hover{
    color:#fff;
}

/* Responsive */
@media(max-width:1024px){
    .hero-sectors{
        grid-template-columns:repeat(3,1fr);
    }
    .hero-sectors a{
        font-size:15px;
        padding:20px 12px;
    }
    .hero-headline{
        font-size:clamp(32px,5vw,48px);
    }
    .hero-description{
        font-size:17px;
    }
    .menu-links a, .menu-links button{
        font-size:48px;
        padding:20px 0;
    }
    .submenu-links a{
        font-size:48px;
    }
    .submenu-links--small a{
        font-size:28px;
    }
    .clients-grid{
        grid-template-columns:repeat(6,1fr);
    }
    .client-cell{
        padding:24px 12px;
    }
    .client-cell img{
        height:48px;
        max-width:140px;
    }
}
@media(max-width:768px){
    .navbar{
        padding:16px 24px;
    }
    .hero{
        grid-template-columns:1fr;
        grid-template-rows:auto 40vh auto;
        min-height:auto;
        height:auto;
    }
    .hero-left{
        padding:32px 24px;
        padding-top:80px;
        order:1;
        width:100%;
        justify-content:flex-start;
    }
    .hero-right{
        order:2;
        min-height:40vh;
        background:url('media/hero-mobile.webp') center center/cover no-repeat;
    }
    .hero-right::after{
        display:none;
    }
    .hero-right video{
        display:none;
    }
    .hero-sectors{
        order:3;
    }
    .hero-logo{
        width:200px;
    }
    .hero-headline{
        font-size:clamp(28px,7vw,40px);
    }
    .hero-description{
        font-size:16px;
    }
    .clients-section{
        padding:48px 24px;
    }
    .hero-sectors{
        grid-template-columns:repeat(2,1fr);
    }
    .hero-sectors a{
        font-size:15px;
        padding:20px 20px;
        border-right:1px solid rgba(45,54,112,0.15);
    }
    .clients-grid{
        grid-template-columns:repeat(3,1fr);
    }
    .client-cell{
        padding:24px 12px;
    }
    .client-cell:nth-child(6n){
        border-right:1px dashed rgba(45,54,112,0.08);
    }
    .client-cell:nth-child(3n){
        border-right:none;
    }
    .client-cell:nth-child(n+13){
        border-bottom:1px dashed rgba(45,54,112,0.08);
    }
    .client-cell:nth-child(n+16){
        border-bottom:none;
    }
    .client-cell img{
        height:40px;
        max-width:100px;
    }
    .menu-close{
        right:24px;
    }
    .submenu-back{
        left:24px;
    }
    .menu-links a, .menu-links button{
        font-size:28px;
        padding:16px 0;
    }
    .submenu-links{
        gap:28px;
        padding:0 24px;
        text-align:center;
        width:100%;
        box-sizing:border-box;
    }
    .submenu-links a{
        font-size:24px;
    }
    .submenu-links--small a{
        font-size:18px;
    }
    .submenu-links--small{
        gap:16px;
    }
    .section{
        padding:48px 24px;
    }
    .section-title{
        font-size:clamp(28px,7vw,40px);
        margin-bottom:12px;
    }
    .section-subtitle{
        font-size:16px;
        margin-bottom:28px;
    }
    .alianzas{
        padding:48px 24px;
    }
    .alianzas-title{
        font-size:clamp(28px,7vw,40px);
        line-height:1;
        margin-bottom:32px;
    }
    .alianzas-grid{
        grid-template-columns:1fr;
    }
    .alianza-card{
        border-right:none;
        padding:32px 0;
    }
    .alianza-card:last-child{
        border-bottom:none;
    }
    .sector-grid{
        grid-template-columns:1fr;
    }
    .sector-card{
        border-right:none;
        padding:24px;
    }
    .sector-card h3{
        font-size:24px;
    }
    .sector-card p{
        font-size:16px;
    }
    .sector-card .tags{
        font-size:13px;
    }
    .sector-card:nth-last-child(-n+2){
        border-bottom:1px solid rgba(45,54,112,0.15);
    }
    .sector-card:last-child{
        border-bottom:none;
    }
    .benefits-grid{
        grid-template-columns:1fr;
        gap:24px;
    }
    .testimonials-grid{
        grid-template-columns:1fr;
    }
    .credly-content{
        grid-template-columns:1fr;
        gap:32px;
        text-align:center;
    }
    .credly-left{
        align-items:center;
    }
    .credly-logo-large{
        height:80px;
    }
    .credly-title{
        font-size:28px;
    }
    .credly-description{
        font-size:16px;
    }
    .credly-badges{
        justify-content:center;
        flex-wrap:wrap;
        gap:16px;
    }
    .credly-badge{
        width:120px;
    }
    .credly-stat{
        font-size:24px;
    }
    .youtube-grid{
        grid-template-columns:1fr;
    }
    .contact-links{
        flex-direction:column;
        gap:16px;
    }
    .footer{
        padding:48px 24px 24px;
    }
    .footer-grid{
        grid-template-columns:1fr;
        gap:32px;
    }
    .footer-col:first-child{margin-bottom:8px;}
    .footer-bottom{
        flex-direction:column;
        gap:8px;
        text-align:center;
    }
        }
