
:root{--primary:#1687f8;--dark:#0d2340;--ink:#162a43;--muted:#64758a;--sky:#eef8ff;--line:#dceaf6;--white:#fff;--shadow:0 18px 45px rgba(22,70,110,.09);--radius:18px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}
.topbar{background:var(--dark);color:#dbeeff;font-size:12px;padding:8px 0}.topbar .container{display:flex;justify-content:space-between}
.navbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner{height:76px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px}.logo-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#0b74df,#58b7ff);display:grid;place-items:center;color:#fff;font-weight:900}.nav-links{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:650;color:#455970}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:12px 19px;font-weight:750;border:1px solid transparent;transition:.2s;cursor:pointer}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 9px 20px rgba(22,135,248,.18)}.btn-primary:hover{transform:translateY(-2px);background:#0968cc}.btn-outline{border-color:#b9d8f0;color:var(--primary)}.menu{display:none;border:0;background:none;font-size:25px}
.hero{padding:82px 0 75px;background:linear-gradient(120deg,#f8fcff 0%,#edf8ff 52%,#fff 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{display:inline-flex;background:#e4f3ff;color:#0874df;padding:6px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:800}
h1{font-size:clamp(40px,5vw,62px);line-height:1.07;letter-spacing:-2px;margin:17px 0}.hero h1 span,h1 span{color:var(--primary)}.hero p{font-size:17px;color:var(--muted);max-width:650px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:25px}
.hero-art{min-height:410px;position:relative;display:grid;place-items:center}.screen{width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow)}.screen-head{display:flex;gap:7px;margin-bottom:18px}.screen-head i{width:7px;height:7px;border-radius:50%;background:#b8d9f2}.screen-title{height:80px;border-radius:14px;background:linear-gradient(135deg,#dff2ff,#f7fcff);margin-bottom:15px}.screen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.screen-grid div{height:95px;background:#f5faff;border:1px solid #e8f3fb;border-radius:11px}.float{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:13px 16px;border-radius:14px;font-size:12px}.float b{display:block;font-size:18px;color:var(--primary)}.float.one{top:45px;right:-3px}.float.two{bottom:45px;left:-8px}
.section{padding:82px 0}.soft{background:#f8fcff}.head{text-align:center;max-width:740px;margin:0 auto 42px}.head h2{font-size:clamp(29px,4vw,42px);line-height:1.15;margin:11px 0}.head p{color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:0 7px 25px rgba(22,70,110,.045)}.icon{width:45px;height:45px;border-radius:13px;background:#e8f5ff;color:var(--primary);display:grid;place-items:center;font-weight:850;margin-bottom:15px}.card h3{font-size:18px;margin-bottom:7px}.card p{font-size:14px;color:var(--muted)}.link{display:inline-block;color:var(--primary);font-weight:800;font-size:13px;margin-top:14px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split h2{font-size:clamp(30px,4vw,43px);line-height:1.13;margin:12px 0 16px}.split p{color:var(--muted)}.checks{display:grid;gap:11px;margin-top:22px}.checks div{display:flex;gap:9px}.check{width:21px;height:21px;flex:none;border-radius:50%;background:#e6f4ff;color:var(--primary);display:grid;place-items:center;font-size:12px;font-weight:900}.visual{min-height:370px;background:linear-gradient(145deg,#e1f3ff,#f9fcff);border:1px solid var(--line);border-radius:25px;display:grid;place-items:center}.visual-box{width:72%;background:#fff;border-radius:17px;padding:18px;box-shadow:var(--shadow)}.line{height:9px;border-radius:8px;background:#e5f1fa;margin:9px 0}.mini{height:68px;border-radius:9px;background:#eef7fd}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.process{counter-reset:step}.process .card{position:relative}.number{font-size:12px;font-weight:900;color:var(--primary);margin-bottom:12px}.note{padding:16px 18px;background:#f1f9ff;border-left:4px solid var(--primary);border-radius:10px;color:#4f6982;font-size:13px}
.service-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    padding:70px 0;
    border-bottom:1px solid var(--line);
}

.service-row:nth-child(even){
    grid-template-columns:1fr 1fr;
}

.service-row:nth-child(even) .service-copy{
    order:2;
}

.service-row:nth-child(even) .service-art{
    order:1;
}

.service-art{
    min-height:330px;
    background:linear-gradient(145deg,#eaf6ff,#ffffff);
    border:1px solid var(--line);
    border-radius:23px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
}

.service-art .visual-box {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(22,70,110,.10);
}

.service-art .visual-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    border-radius: 18px;
}
}
.page-hero{padding:70px 0;background:linear-gradient(135deg,#f2faff,#fff);border-bottom:1px solid var(--line);text-align:center}.page-hero h1{font-size:clamp(37px,5vw,55px);margin:14px auto;max-width:850px}.page-hero p{color:var(--muted);max-width:700px;margin:auto}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#a8d7fa;border-radius:16px;overflow:hidden}.stat{background:#0c78df;color:#fff;text-align:center;padding:25px}.stat strong{font-size:25px;display:block}.stat span{font-size:12px;color:#dff2ff}.blue{background:linear-gradient(135deg,#0873db,#23a1ff);color:#fff}.blue .head p{color:#e1f2ff}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.blog-img{height:170px;background:linear-gradient(135deg,#0b74df,#7cc8ff);display:grid;place-items:center;color:#fff;font-size:42px}.blog-body{padding:20px}.meta{font-size:11px;color:#71879c;text-transform:uppercase;font-weight:750}.blog h3{font-size:18px;line-height:1.3;margin:7px 0}.blog p{font-size:13px;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px}.contact-item{display:flex;gap:12px;border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:12px}.contact-item .icon{margin:0;width:40px;height:40px}.contact-item p{font-size:13px;color:var(--muted)}.form{background:#fff;border:1px solid var(--line);padding:28px;border-radius:20px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-size:12px;font-weight:800;display:block;margin-bottom:6px}input,select,textarea{width:100%;border:1px solid #cddfec;border-radius:10px;padding:12px;font:inherit;outline:none;background:#fbfdff}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e8f5ff}textarea{min-height:140px;resize:vertical}.full{grid-column:1/-1}.form small{color:var(--muted);font-size:11px;display:block;margin-top:9px}
.cta{background:linear-gradient(135deg,#0874df,#2da7ff);color:#fff;border-radius:22px;padding:42px;display:flex;justify-content:space-between;align-items:center;gap:25px}.cta h2{font-size:31px;line-height:1.15}.cta p{color:#dff2ff;margin-top:7px}
.footer{background:#0b1c2e;color:#b7c9da;padding:55px 0 18px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px}.footer .logo{color:#fff;margin-bottom:13px}.footer h4{color:#fff;margin-bottom:12px}.footer p,.footer a{font-size:12px}.footer a{display:block;margin:7px 0}.footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #22374d;margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;font-size:11px}
@media(max-width:900px){.nav-links{display:none}.menu{display:block}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.grid4{grid-template-columns:repeat(2,1fr)}.grid3,.blog-grid{grid-template-columns:1fr 1fr}.service-row,.service-row:nth-child(even){grid-template-columns:1fr}.service-row:nth-child(even) .service-copy,.service-row:nth-child(even) .service-art{order:initial}.footer-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.topbar{display:none}.nav-inner{height:68px}.hero{padding:55px 0}.grid3,.grid4,.blog-grid,.form-grid{grid-template-columns:1fr}.section{padding:62px 0}.hero-art{min-height:320px}.float.one{right:0}.float.two{left:0}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.cta{display:block;padding:30px}.cta .btn{margin-top:18px}.page-hero{padding:52px 0}}


/* Hero image only: 3D visual with a subtle hover effect */
.hero-3d{min-height:410px;display:flex;align-items:center;justify-content:center;position:relative;margin:0;padding:0;perspective:1200px}
.hero-3d img{width:100%;height:520px;object-fit:cover;object-position:center;display:block;margin:0;padding:0;border-radius:0;transition:transform .5s cubic-bezier(.2,.75,.25,1),filter .5s ease;will-change:transform}
.hero-3d:hover img{transform:translateY(-10px) scale(1.02) rotateY(-1.5deg);filter:drop-shadow(0 24px 35px rgba(8,116,223,.16))}
@media(max-width:600px){.hero-3d{min-height:320px}.hero-3d img{height:360px}.hero-3d:hover img{transform:translateY(-5px) scale(1.01)}}
.section-image {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 35px auto 0;
    height: auto;
}.section-image {
    width: 450px;
    max-width: 100%;
    height: auto;
    display: block;
}/* Scroll Reveal Animation */
.slide-in {
    opacity: 0;
    transform: translateX(80px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.slide-in.show {
    opacity: 1;
    transform: translateX(0);
}.hero-reveal-left {
    opacity: 0;
    transform: translateX(-70px);
    animation: heroSlideLeft 1.4s ease forwards;
}

.hero-reveal-right {
    opacity: 0;
    transform: translateX(70px);
    animation: heroSlideRight 1.6s ease forwards;
}

@keyframes heroSlideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes heroSlideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}/* =========================================
   CIRCULAR FOCUS CAROUSEL
========================================= */

.focus-slider {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin-top: 35px;
}

.focus-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.focus-item {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 280px;

    text-align: center;

    opacity: 0;

    transform:
        translate(-50%, -50%)
        scale(0.75);

    transition:
        left 1s ease,
        transform 1s ease,
        opacity 1s ease;

    pointer-events: none;
}

/* CENTER ITEM */

.focus-item.active {
    left: 50%;

    opacity: 1;

    transform:
        translate(-50%, -50%)
        scale(1.15);

    z-index: 3;
}

/* ITEM COMING FROM RIGHT */

.focus-item.next {
    left: calc(50% + 360px);

    opacity: 0.35;

    transform:
        translate(-50%, -50%)
        scale(0.82);

    z-index: 1;
}

/* ITEM MOVING TO LEFT */

.focus-item.prev {
    left: calc(50% - 360px);

    opacity: 0.35;

    transform:
        translate(-50%, -50%)
        scale(0.82);

    z-index: 1;
}


/* ACTIVE HEADING */

.focus-item.active h3 {
    color: #0874df;

    transform: scale(1.05);

    transition: transform 0.8s ease;
}


/* DESCRIPTION */

.focus-item p {
    line-height: 1.7;
    font-size: 15px;
    margin-top: 12px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .focus-slider {
        height: 300px;
    }

    .focus-item {
        width: 260px;
    }

    .focus-item.next {
        left: calc(50% + 250px);
        opacity: 0.15;
    }

    .focus-item.prev {
        left: calc(50% - 250px);
        opacity: 0.15;
    }

    .focus-item.active {
        transform:
            translate(-50%, -50%)
            scale(1.05);
    }

}/* =========================================
   FAQ SECTION
========================================= */

.faq-section {
    padding: 100px 0;
    background: #f8fbff;
}

.faq-heading {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.faq-heading span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 30px;
    background: #e5f3ff;
    color: #0874df;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.faq-heading h2 {
    margin: 0 0 15px;
    font-size: 38px;
}

.faq-heading p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

.faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid #e5edf5;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(8, 116, 223, 0.08);
}

.faq-question {
    width: 100%;
    padding: 22px 24px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #172033;
}

.faq-icon {
    font-size: 25px;
    font-weight: 400;
    color: #0874df;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 0 24px 22px;
    margin: 0;
    color: #666;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}


/* Mobile */

@media (max-width: 768px) {

    .faq-section {
        padding: 70px 20px;
    }

    .faq-heading h2 {
        font-size: 30px;
    }

    .faq-question {
        padding: 18px;
        font-size: 15px;
    }

    .faq-answer p {
        padding: 0 18px 18px;
    }
    }/* =========================================
   SERVICE SECTIONS - FINAL CLEAN VERSION
========================================= */

.service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 75px;
    align-items: center;
    padding: 80px 0;
    border-bottom: 1px solid var(--line);
}

.service-row:last-child {
    border-bottom: none;
}

/* Make sure each column stays inside its area */
.service-row > * {
    min-width: 0;
}

/* =========================================
   SERVICE IMAGE AREA
========================================= */

.service-art {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #eaf6ff, #ffffff);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

/* Image box */
.service-art .visual-box {
    width: 100%;
    max-width: 350px;
    height: 210px;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(22, 70, 110, 0.10);
}

/* Actual service image */
.service-art .visual-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

/* =========================================
   SERVICE TEXT
========================================= */

.service-copy {
    width: 100%;
    max-width: 520px;
    position: relative;
    z-index: 2;
}

.service-copy h2 {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 12px 0 16px;
}

.service-copy p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
    max-width: 510px;
}

/* =========================================
   SERVICE PILLS
========================================= */

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: #edf7ff;
    border: 1px solid #d7ecff;
    color: #2475b8;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

/* =========================================
   SERVICE LINK
========================================= */

.service-copy .link {
    display: inline-block;
    margin-top: 20px;
    color: var(--primary);
    font-weight: 800;
    font-size: 13px;
}

/* =========================================
   IMAGE ANIMATION
========================================= */

.service-art.slide-in {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.service-art.slide-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .service-row,
    .service-row:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 55px 0;
    }

    .service-row:nth-child(even) .service-copy,
    .service-row:nth-child(even) .service-art {
        order: initial;
    }

    .service-copy {
        max-width: 100%;
    }

    .service-art {
        height: 300px;
        width: 100%;
    }

    .service-art .visual-box {
        max-width: 400px;
        height: 230px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px){

    .service-row,
    .service-row:nth-child(even) {
        gap: 25px;
        padding: 45px 0;
    }

    .service-art {
        height: 250px;
        padding: 15px;
        border-radius: 18px;
    }

    .service-art .visual-box {
        max-width: 330px;
        height: 200px;
        border-radius: 14px;
    }

    .service-art .visual-box img {
        border-radius: 14px;
    }

    .service-copy h2 {
        font-size: 30px;
    }

    .service-copy p {
        font-size: 14px;
    }

}/* =========================================
   ABOUT HERO - TWO COLUMN LAYOUT
========================================= */

.about-hero .container {
    max-width: 1160px;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
    text-align: left;
}

.about-hero-content {
    max-width: 620px;
}

.about-hero-content h1 {
    margin: 18px 0;
}

.about-hero-content p {
    max-width: 600px;
    margin: 0;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.text-link {
    color: var(--primary);
    font-weight: 750;
    font-size: 14px;
}

.about-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-main-card {
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 32px;
    box-shadow: var(--shadow);
}

.small-label {
    display: block;
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    margin-bottom: 15px;
}

.about-main-card h3 {
    font-size: 25px;
    line-height: 1.35;
    color: var(--dark);
    margin-bottom: 22px;
}

.approach-line {
    height: 1px;
    background: var(--line);
    margin-bottom: 20px;
}

.approach-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 13px 0;
}

.approach-item > span {
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8f5ff;
    color: var(--primary);
    display: grid;
    place-items: center;
    font-size: 10px;
    font-weight: 800;
}

.approach-item strong {
    display: block;
    color: var(--dark);
    font-size: 15px;
    margin-bottom: 3px;
}

.approach-item p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}


/* TABLET */
@media (max-width: 900px) {

    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 45px;
        text-align: center;
    }

    .about-hero-content {
        max-width: 700px;
        margin: auto;
    }

    .about-hero-content p {
        margin: auto;
    }

    .about-hero-actions {
        justify-content: center;
    }

    .about-hero-visual {
        width: 100%;
    }
}


/* MOBILE */
@media (max-width: 600px) {

    .about-hero-grid {
        gap: 35px;
    }

    .about-main-card {
        padding: 25px;
    }

    .about-main-card h3 {
        font-size: 22px;
    }
}

/* =====================================================
   LEBIRON DIGITAL INTRODUCTION
===================================================== */

.lebiron-intro-section {
    padding: 85px 0;
    background: #ffffff;
}

.lebiron-intro {
    min-height: 430px;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    align-items: center;
    gap: 70px;

    padding: 55px;

    background: linear-gradient(
        145deg,
        #ffffff,
        #f8fcff
    );

    border: 1px solid var(--line);
    border-radius: 25px;

    box-shadow:
        0 18px 45px rgba(22,70,110,.07);

    overflow: hidden;
}


/* =====================================================
   LOGO SIDE
===================================================== */

.lebiron-logo-side {
    min-height: 330px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}


/* =====================================================
   3D LOGO
===================================================== */

.logo-3d-wrap {
    width: 260px;
    height: 260px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    perspective: 900px;
}


.logo-3d {
    width: 155px;
    height: 185px;

    position: relative;

    transform-style: preserve-3d;

    transform:
        rotateY(-18deg)
        rotateX(5deg);

    transition:
        transform .5s ease;
}


/* Main face */

.logo-face {
    width: 155px;
    height: 185px;

    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #1687f8,
            #086bd0
        );

    color: #ffffff;

    font-size: 125px;
    font-weight: 900;

    line-height: 1;

    font-family: Arial, sans-serif;

    box-shadow:
        inset 8px 8px 18px rgba(255,255,255,.18),
        inset -10px -12px 20px rgba(0,0,0,.16),
        0 25px 45px rgba(8,116,223,.25);

    transform: translateZ(20px);
}


/* 3D side */

.logo-side {
    width: 155px;
    height: 185px;

    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background: #075db8;

    color: transparent;

    font-size: 125px;
    font-weight: 900;

    transform:
        translateZ(-4px)
        translateX(15px);

    filter: brightness(.75);
}


/* Glow */

.logo-glow {
    position: absolute;

    width: 190px;
    height: 190px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(22,135,248,.18),
            transparent 65%
        );

    filter: blur(10px);

    z-index: -1;
}


/* Hover */

.logo-3d-wrap:hover .logo-3d {
    transform:
        rotateY(-8deg)
        rotateX(4deg)
        translateY(-8px)
        scale(1.04);
}


/* =====================================================
   GROWTH ARROW
===================================================== */

.growth-arrow {
    position: absolute;

    right: 15px;
    bottom: 35px;

    font-size: 70px;

    font-weight: 900;

    color: #1687f8;

    transform:
        rotate(-8deg);

    text-shadow:
        0 8px 15px rgba(8,116,223,.18);

    z-index: 5;
}


/* =====================================================
   INTRO CONTENT
===================================================== */

.lebiron-intro-content {
    max-width: 650px;
}

.lebiron-intro-content h2 {
    font-size: clamp(32px, 4vw, 46px);

    line-height: 1.12;

    letter-spacing: -1.5px;

    margin: 14px 0 18px;
}

.lebiron-intro-content h2 span {
    color: var(--primary);
}

.lebiron-intro-content p {
    color: var(--muted);

    font-size: 15px;

    line-height: 1.8;

    max-width: 620px;

    margin-bottom: 14px;
}


/* =====================================================
   SERVICE TAGS
===================================================== */

.intro-services {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 25px;
}

.intro-service {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 10px 14px;

    border-radius: 999px;

    background: #ffffff;

    border: 1px solid #d8ebfa;

    color: #183c61;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.intro-service span {
    width: 25px;
    height: 25px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #e8f5ff;

    color: var(--primary);

    font-size: 14px;

    font-weight: 900;
}

.intro-service:hover {
    transform: translateY(-3px);

    border-color: #a9d7f7;

    box-shadow:
        0 8px 20px rgba(22,70,110,.08);
}


/* =====================================================
   SLIDE-IN ANIMATIONS
===================================================== */

/* =====================================================
   INTRO SLIDE-IN
===================================================== */

.intro-slide-left,
.intro-slide-right {
    opacity: 1;
    transform: translateX(0);
    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.2,.75,.25,1);
}

/* Animation only when JavaScript is available */

.js-enabled .intro-slide-left {
    opacity: 0;
    transform: translateX(-100px);
}

.js-enabled .intro-slide-right {
    opacity: 0;
    transform: translateX(100px);
}

.js-enabled .intro-slide-left.show,
.js-enabled .intro-slide-right.show {
    opacity: 1;
    transform: translateX(0);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 900px) {

    .lebiron-intro {
        grid-template-columns: 1fr;

        gap: 35px;

        padding: 45px 30px;
    }

    .lebiron-logo-side {
        min-height: 280px;
    }

    .lebiron-intro-content {
        max-width: 100%;
    }

}


@media (max-width: 600px) {

    .lebiron-intro-section {
        padding: 60px 0;
    }

    .lebiron-intro {
        padding: 35px 20px;

        border-radius: 20px;
    }

    .lebiron-logo-side {
        min-height: 240px;
    }

    .logo-3d-wrap {
        transform: scale(.82);
    }

    .lebiron-intro-content h2 {
        font-size: 31px;
    }

    .lebiron-intro-content p {
        font-size: 14px;
    }

    .intro-services {
        gap: 8px;
    }

    .intro-service {
        font-size: 11px;

        padding: 8px 11px;
    }

}/* =========================================
   LEBIRON 3D LOGO
========================================= */

.about-logo-3d {
    position: relative;
    width: 100%;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* slide-in starting position */
    opacity: 0;
    transform: translateX(-90px);

    animation: logoSlideIn 1.2s cubic-bezier(.2,.75,.25,1) forwards;
}


/* Main 3D logo */

.logo-3d {
    position: relative;
    width: 220px;
    height: 220px;

    transform-style: preserve-3d;
    perspective: 1000px;

    animation: logoFloat 4s ease-in-out infinite;
}


/* Front face */

.logo-face {
    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 38px;

    background:
        linear-gradient(
            145deg,
            #1687f8 0%,
            #0874df 55%,
            #0455a8 100%
        );

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 25px 45px rgba(8,116,223,.28),
        inset 8px 8px 18px rgba(255,255,255,.20),
        inset -10px -12px 20px rgba(0,45,100,.20);

    transform: translateZ(18px);

    overflow: hidden;
}


/* Subtle shine */

.logo-face::before {
    content: "";

    position: absolute;

    top: -40%;
    left: -35%;

    width: 80%;
    height: 180%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );

    transform: rotate(25deg);

    animation: logoShine 4s ease-in-out infinite;
}


/* L */

.logo-letter {
    position: relative;

    color: #fff;

    font-size: 125px;
    font-weight: 900;

    line-height: 1;

    font-family: Arial, sans-serif;

    text-shadow:
        4px 6px 0 rgba(0,55,120,.22),
        0 8px 20px rgba(0,40,100,.18);

    z-index: 2;
}


/* Growth arrow */

.growth-arrow {
    position: absolute;

    right: 28px;
    bottom: 30px;

    color: #5bc2ff;

    font-size: 65px;
    font-weight: 900;

    line-height: 1;

    z-index: 3;

    text-shadow:
        0 5px 12px rgba(0,70,130,.25);

    transform: rotate(-5deg);
}


/* 3D side/depth */

.logo-side {
    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 38px;

    background: linear-gradient(
        145deg,
        #0759a8,
        #033e78
    );

    transform:
        translateZ(-5px)
        translateX(15px)
        translateY(15px);

    box-shadow:
        15px 18px 30px rgba(0,40,90,.25);
}


/* Glow behind logo */

.logo-glow {
    position: absolute;

    width: 240px;
    height: 240px;

    border-radius: 50%;

    background: rgba(22,135,248,.16);

    filter: blur(45px);

    z-index: -1;

    animation: glowPulse 4s ease-in-out infinite;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes logoSlideIn {

    0% {
        opacity: 0;
        transform: translateX(-90px) scale(.85);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

}


@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0) rotateY(-3deg);
    }

    50% {
        transform: translateY(-10px) rotateY(3deg);
    }

}


@keyframes logoShine {

    0% {
        transform: translateX(-120%) rotate(25deg);
    }

    50% {
        transform: translateX(180%) rotate(25deg);
    }

    100% {
        transform: translateX(180%) rotate(25deg);
    }

}


@keyframes glowPulse {

    0%,
    100% {
        transform: scale(.9);
        opacity: .5;
    }

    50% {
        transform: scale(1.1);
        opacity: .8;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .about-logo-3d {
        min-height: 320px;
    }

    .logo-3d,
    .logo-face,
    .logo-side {
        width: 190px;
        height: 190px;
    }

    .logo-letter {
        font-size: 105px;
    }

    .growth-arrow {
        right: 24px;
        bottom: 25px;
        font-size: 55px;
    }

}


@media (max-width: 600px) {

    .about-logo-3d {
        min-height: 280px;
    }

    .logo-3d,
    .logo-face,
    .logo-side {
        width: 165px;
        height: 165px;
        border-radius: 30px;
    }

    .logo-letter {
        font-size: 90px;
    }

    .growth-arrow {
        right: 20px;
        bottom: 20px;
        font-size: 48px;
    }

}/* =========================================
   LEBIRON INTRO SECTION
========================================= */

.-section {
    padding: 90px 0;
    overflow: hidden;
}

.about-intro-grid {
    width: min(1160px, 92%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;

    align-items: center;
}


/* LEFT LOGO */

.about-logo-3d {
    min-height: 400px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    opacity: 0;
    transform: translateX(-80px);

    animation: aboutLogoSlide 1.2sabout-intro ease forwards;
}


/* RIGHT TEXT */

.about-intro-content {
    max-width: 540px;

    opacity: 0;
    transform: translateX(70px);

    animation: aboutTextSlide 1.2s ease forwards;
    animation-delay: .15s;
}

.about-intro-content h2 {
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -1.5px;
    margin: 15px 0 20px;
}

.about-intro-content h2 span {
    color: var(--primary);
}

.about-intro-content p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}


/* =========================================
   3D LOGO
========================================= */

.logo-3d {
    position: relative;

    width: 220px;
    height: 220px;

    transform-style: preserve-3d;

    animation: logoFloat 4s ease-in-out infinite;
}

.logo-face {
    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 38px;

    background: linear-gradient(
        145deg,
        #1687f8,
        #0874df 55%,
        #0455a8
    );

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateZ(20px);

    box-shadow:
        0 25px 50px rgba(8,116,223,.28),
        inset 8px 8px 18px rgba(255,255,255,.20),
        inset -10px -12px 20px rgba(0,45,100,.20);

    overflow: hidden;
}

.logo-letter {
    color: #fff;

    font-size: 125px;
    font-weight: 900;

    line-height: 1;

    text-shadow:
        4px 6px 0 rgba(0,55,120,.22),
        0 8px 20px rgba(0,40,100,.18);

    position: relative;
    z-index: 2;
}

.growth-arrow {
    position: absolute;

    right: 25px;
    bottom: 25px;

    color: #5bc2ff;

    font-size: 62px;
    font-weight: 900;

    line-height: 1;

    z-index: 3;
}


/* 3D DEPTH */

.logo-side {
    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 38px;

    background: linear-gradient(
        145deg,
        #0759a8,
        #033e78
    );

    transform:
        translateZ(-5px)
        translateX(15px)
        translateY(15px);

    box-shadow:
        15px 18px 30px rgba(0,40,90,.25);
}


/* GLOW */

.logo-glow {
    position: absolute;

    width: 240px;
    height: 240px;

    border-radius: 50%;

    background: rgba(22,135,248,.16);

    filter: blur(45px);

    z-index: -1;

    animation: glowPulse 4s ease-in-out infinite;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes aboutLogoSlide {

    from {
        opacity: 0;
        transform: translateX(-80px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}

@keyframes aboutTextSlide {

    from {
        opacity: 0;
        transform: translateX(70px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}

@keyframes logoFloat {

    0%, 100% {
        transform: translateY(0) rotateY(-3deg);
    }

    50% {
        transform: translateY(-10px) rotateY(3deg);
    }

}

@keyframes glowPulse {

    0%, 100% {
        transform: scale(.9);
        opacity: .5;
    }

    50% {
        transform: scale(1.1);
        opacity: .8;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-logo-3d {
        min-height: 320px;
    }

    .about-intro-content {
        max-width: 100%;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .about-intro-section {
        padding: 65px 0;
    }

    .about-logo-3d {
        min-height: 270px;
    }

    .logo-3d,
    .logo-face,
    .logo-side {
        width: 170px;
        height: 170px;
        border-radius: 28px;
    }

    .logo-letter {
        font-size: 95px;
    }

    .growth-arrow {
        right: 18px;
        bottom: 18px;
        font-size: 48px;
    }

    .about-intro-content h2 {
        font-size: 32px;
    }

}/* =========================================
   LEBIRON DIGITAL INTRO
========================================= */

.about-intro {
    padding: 90px 0;
    overflow: hidden;
}

.about-intro-grid {
    width: min(1160px, 92%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;

    align-items: center;
}


/* =========================================
   LEFT — 3D LOGO
========================================= */

.about-intro-logo {
    min-height: 400px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

    opacity: 0;
    transform: translateX(-120px);

    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.2,.8,.2,1);
}

.about-intro-logo.show {
    opacity: 1;
    transform: translateX(0);
}


/* =========================================
   3D LOGO
========================================= */

.logo-3d {
    width: 230px;
    height: 230px;

    position: relative;

    transform-style: preserve-3d;

    filter: drop-shadow(0 25px 30px rgba(0, 90, 180, .25));

    transition: transform .4s ease;
}

.logo-3d:hover {
    transform: rotateY(-8deg) rotateX(5deg) scale(1.04);
}


/* FRONT FACE */

.logo-face {
    position: absolute;

    inset: 0;

    border-radius: 38px;

    background: linear-gradient(
        145deg,
        #0874df,
        #18a8ff
    );

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        inset 8px 8px 18px rgba(255,255,255,.18),
        inset -10px -12px 20px rgba(0,0,0,.15),
        0 18px 35px rgba(0,90,180,.25);

    z-index: 2;
}


/* L */

.logo-letter {
    font-size: 125px;
    font-weight: 800;
    line-height: 1;

    color: #fff;

    font-family: Arial, sans-serif;

    text-shadow:
        4px 5px 0 rgba(0,0,0,.08);
}


/* GROWTH ARROW */

.growth-arrow {
    position: absolute;

    right: 35px;
    top: 35px;

    font-size: 42px;
    font-weight: 700;

    color: #fff;

    text-shadow:
        3px 3px 0 rgba(0,0,0,.12);
}


/* =========================================
   3D DEPTH
========================================= */

.logo-depth {
    position: absolute;

    inset: 12px -12px -12px 12px;

    border-radius: 38px;

    background: #0754a5;

    z-index: 1;

    transform: translateZ(-1px);

    box-shadow:
        0 15px 25px rgba(0,60,130,.25);
}


/* =========================================
   RIGHT — INTRODUCTION
========================================= */

.about-intro-text {
    opacity: 0;
    transform: translateX(100px);

    transition:
        opacity 1s ease .15s,
        transform 1s cubic-bezier(.2,.8,.2,1) .15s;
}

.about-intro-text.show {
    opacity: 1;
    transform: translateX(0);
}


.about-intro-text h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;

    margin: 16px 0 20px;
}

.about-intro-text h2 span {
    color: var(--primary);
}

.about-intro-text p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;

    margin-bottom: 15px;
}


/* =========================================
   SERVICE LIST
========================================= */

.about-service-list {
    display: flex;
    flex-wrap: wrap;

    gap: 14px 25px;

    margin-top: 25px;
}

.about-service-list span {
    font-size: 13px;
    font-weight: 700;

    color: var(--primary);

    display: inline-flex;
    align-items: center;

    gap: 6px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-intro-logo {
        min-height: 300px;
    }

    .logo-3d {
        width: 200px;
        height: 200px;
    }

    .logo-letter {
        font-size: 105px;
    }

}


@media (max-width: 600px) {

    .about-intro {
        padding: 65px 0;
    }

    .about-intro-logo {
        min-height: 250px;
    }

    .logo-3d {
        width: 175px;
        height: 175px;
    }

    .logo-letter {
        font-size: 90px;
    }

    .growth-arrow {
        right: 25px;
        top: 25px;
        font-size: 32px;
    }

}
/* =========================================
   LEBIRON INTRO SECTION
========================================= */

.about-intro {
    overflow: hidden;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
}


/* =========================================
   3D LOGO
========================================= */

.about-intro-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    perspective: 1000px;
}

.logo-3d {
    position: relative;
    width: 240px;
    height: 240px;
    transform-style: preserve-3d;
    transform: rotateY(-18deg) rotateX(8deg);
    transition: transform 0.6s ease;
}

.logo-3d:hover {
    transform: rotateY(0deg) rotateX(0deg) translateY(-8px);
}


/* Front of logo */

.logo-face {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        135deg,
        #0874df,
        #35a9ff
    );

    border-radius: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow:
        0 25px 45px rgba(8, 116, 223, 0.25);

    transform: translateZ(18px);
}


/* Big L */

.logo-letter {
    font-size: 150px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;

    font-family: Arial, sans-serif;

    transform: translateX(-8px);
}


/* Growth arrow */

.growth-arrow {
    position: absolute;

    right: 38px;
    top: 48px;

    font-size: 65px;
    font-weight: 900;

    color: #ffffff;

    transform: rotate(-8deg);
}


/* 3D depth */

.logo-depth {
    position: absolute;
    inset: 0;

    background: #075eaf;

    border-radius: 45px;

    transform: translateZ(-18px) translate(12px, 12px);

    z-index: -1;
}


/* =========================================
   INTRO TEXT
========================================= */

.about-intro-text {
    max-width: 600px;
}

.about-intro-text h2 {
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.15;
    margin: 14px 0 18px;
}

.about-intro-text h2 span {
    color: var(--primary);
}

.about-intro-text p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
}


/* =========================================
   SERVICE TAGS
========================================= */

.about-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.about-service-list span {
    padding: 8px 13px;

    border-radius: 999px;

    background: #edf7ff;
    border: 1px solid #d7ecff;

    color: #2475b8;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================
   SLIDE FROM LEFT
========================================= */

.reveal-left {
    opacity: 0;
    transform: translateX(-100px);
    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.2,.7,.2,1);
}

.reveal-left.show {
    opacity: 1;
    transform: translateX(0);
}


/* =========================================
   SLIDE FROM RIGHT
========================================= */

.reveal-right {
    opacity: 0;
    transform: translateX(100px);
    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.2,.7,.2,1);
}

.reveal-right.show {
    opacity: 1;
    transform: translateX(0);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-intro-logo {
        min-height: 280px;
    }

    .about-intro-text {
        max-width: 100%;
    }

}


@media (max-width: 600px) {

    .about-intro-logo {
        min-height: 230px;
    }

    .logo-3d {
        width: 180px;
        height: 180px;
    }

    .logo-letter {
        font-size: 110px;
    }

    .growth-arrow {
        right: 27px;
        top: 35px;
        font-size: 48px;
    }

    .about-intro-text h2 {
        font-size: 30px;
    }

}/* FORCE LEBIRON INTRO TO APPEAR */

.about-intro {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.about-intro-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: center !important;
}

.about-intro-logo,
.about-intro-text,
.reveal-left,
.reveal-right {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.about-intro-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 350px !important;
}

.logo-3d {
    display: block !important;
    position: relative !important;
    width: 240px !important;
    height: 240px !important;
}

.logo-face {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #0874df, #35a9ff) !important;
    border-radius: 40px !important;
}

.logo-letter {
    display: block !important;
    font-size: 150px !important;
    font-weight: 900 !important;
    color: white !important;
}

.growth-arrow {
    display: block !important;
    position: absolute !important;
    right: 35px !important;
    top: 35px !important;
    font-size: 60px !important;
    color: white !important;
}

@media (max-width: 900px) {
    .about-intro-grid {
        grid-template-columns: 1fr !important;
    }
}.blog-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #eef7ff;
}

.blog-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.blog:hover .blog-img img {
    transform: scale(1.05);
/* WEB DEVELOPMENT IMAGE - FINAL */
 #web .service-art {
    display: flex;
    align-items: center;
    justify-content: center;
}

#web .visual-box {
    width: 100%;
    max-width: 440px;
    height: auto !important;
    overflow: hidden;
}

#web .visual-box img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important
}/* =========================================
   FINAL SERVICE IMAGE FIX
   ========================================= */

.service-art {
    width: 100%;
    min-height: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    overflow: visible;
}

.service-art .visual-box {
    width: 100%;
    max-width: 440px;
    height: auto !important;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(22,70,110,.10);
}

.service-art .visual-box img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: contain !important;
    border-radius: 18px;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .service-art {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 15px;
    }

    .service-art .visual-box {
        width: 100%;
        max-width: 100%;
        height: auto !important;
    }

    .service-art .visual-box img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
        
    }    
   .service-image-box {
    width: 100%;
    height: 380px;
    background: #eef8ff;
    border-radius: 24px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 18px;

}.service-image-box {
    height: 340px;
    padding: 25px;
    border-radius: 22px;
    overflow: hidden;
    margin: auto ;
}

.service-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}.service-image-box {
    height: 340px;
    padding: 25px;
    border-radius: 22px;
    overflow: hidden;
}

.service-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}.service-image-box,
.service-visual {
    width: 90% !important;
    height: 320px !important;
    margin: 0 auto;
    padding: 25px !important;
}

.service-image-box img,
.service-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}/* =========================================
   FINAL ABOUT PAGE RESPONSIVE FIX
   ========================================= */

/* ABOUT HERO */
.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 60px;
    align-items: center;
}

.about-hero-content {
    min-width: 0;
}

.about-hero-visual {
    min-width: 0;
}

.about-main-card {
    width: 100%;
    max-width: 450px;
}


/* ABOUT INTRO */
.about-intro {
    width: 100%;
    overflow: hidden;
}

.about-intro-grid {
    width: min(1160px, 92%);
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 60px;
    align-items: center;
}

.about-intro-logo,
.about-intro-text {
    min-width: 0;
}

.about-intro-text {
    width: 100%;
    max-width: 600px;
}


/* 3D LOGO */
.about-intro-logo {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-intro-logo .logo-3d {
    width: 220px;
    height: 220px;
    max-width: 100%;
}

.about-intro-logo .logo-face,
.about-intro-logo .logo-depth {
    width: 100%;
    height: 100%;
}

.about-intro-logo .logo-letter {
    font-size: 125px;
}

.about-intro-logo .growth-arrow {
    right: 30px;
    top: 30px;
    font-size: 48px;
}


/* STORY SECTION */
.about-intro-section .about-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.about-intro-section .visual {
    width: 100%;
    min-width: 0;
}

.about-intro-section .visual-box {
    width: 100%;
    max-width: 440px;
}


/* PRINCIPLES */
.grid3,
.grid4,
.work-process {
    width: 100%;
}

.grid3 .card,
.grid4 .card,
.work-card {
    min-width: 0;
}


/* STATS */
.stats {
    width: 100%;
}

.stat {
    min-width: 0;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    /* About hero becomes vertical */
    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-hero-content {
        max-width: 700px;
        margin: 0 auto;
    }

    .about-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-hero-actions {
        justify-content: center;
    }

    .about-hero-visual {
        width: 100%;
    }

    .about-main-card {
        margin: 0 auto;
    }


    /* About introduction */
    .about-intro-grid,
    .about-intro-section .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-intro-logo {
        min-height: 280px;
    }

    .about-intro-text {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }


    /* Story */
    .about-intro-section .visual {
        width: 100%;
    }


    /* Cards */
    .grid3 {
        grid-template-columns: 1fr 1fr;
    }

    .grid4 {
        grid-template-columns: 1fr 1fr;
    }

    .work-process {
        grid-template-columns: 1fr 1fr;
    }

    .stats {
        grid-template-columns: 1fr 1fr;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .container {
        width: calc(100% - 30px);
        max-width: none;
    }


    /* About hero */
    .about-hero {
        padding: 55px 0;
    }

    .about-hero-grid {
        gap: 32px;
    }

    .about-hero-content h1 {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    .about-hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-hero-actions {
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .about-hero-actions .btn {
        width: 100%;
    }


    /* Approach card */
    .about-main-card {
        width: 100%;
        padding: 22px;
        border-radius: 18px;
    }

    .about-main-card h3 {
        font-size: 21px;
        line-height: 1.35;
    }

    .approach-item {
        gap: 12px;
    }


    /* About introduction */
    .about-intro {
        padding: 55px 0;
    }

    .about-intro-grid,
    .about-intro-section .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        width: calc(100% - 30px);
    }

    .about-intro-logo {
        min-height: 210px;
        width: 100%;
    }


    /* Make logo smaller on phone */
    .about-intro-logo .logo-3d {
        width: 165px;
        height: 165px;
    }

    .about-intro-logo .logo-face,
    .about-intro-logo .logo-depth {
        border-radius: 28px;
    }

    .about-intro-logo .logo-letter {
        font-size: 92px;
    }

    .about-intro-logo .growth-arrow {
        right: 20px;
        top: 22px;
        font-size: 38px;
    }


    /* Introduction text */
    .about-intro-text {
        width: 100%;
        max-width: 100%;
    }

    .about-intro-text h2 {
        font-size: 30px;
        line-height: 1.15;
        letter-spacing: -.5px;
    }

    .about-intro-text p {
        font-size: 14px;
        line-height: 1.75;
    }


    /* Service tags */
    .about-service-list {
        gap: 8px;
    }

    .about-service-list span {
        font-size: 11px;
        padding: 7px 10px;
    }


    /* Story visual */
    .about-intro-section .visual {
        min-height: 270px;
        padding: 18px;
    }

    .about-intro-section .visual-box {
        width: 100%;
        padding: 20px;
    }


    /* Cards */
    .grid3,
    .grid4,
    .work-process {
        grid-template-columns: 1fr;
    }


    /* Stats */
    .stats {
        grid-template-columns: 1fr;
    }

    .stat {
        padding: 22px 15px;
    }


    /* CTA */
    .cta {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .cta h2 {
        font-size: 27px;
    }
}/* =========================================
   MOBILE RESPONSIVE FIX
   ========================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

/* Prevent containers from becoming wider than screen */
.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Images and visual elements */
img,
svg,
video {
    max-width: 100%;
    height: auto;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }


    /* ABOUT HERO */
    .about-hero-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .about-hero-content,
    .about-hero-visual {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }


    /* Prevent headings/text from creating overflow */
    .about-hero h1,
    .about-hero p,
    .about-intro-text h2,
    .about-intro-text p,
    .about-intro-section h2,
    .head h2 {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }


    /* HERO BUTTONS */
    .about-hero-actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        width: 100%;
    }

    .about-hero-actions .btn,
    .about-hero-actions .text-link {
        width: 100%;
        max-width: 100%;
    }

    .about-hero-actions .text-link {
        text-align: center;
    }


    /* APPROACH CARD */
    .about-main-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }


    /* INTRO SECTION */
    .about-intro-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .about-intro-logo,
    .about-intro-text {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }


    /* SERVICE LIST */
    .about-service-list {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }


    /* 3 COLUMN GRID */
    .grid3 {
        grid-template-columns: 1fr;
        width: 100%;
    }


    /* 4 COLUMN GRID */
    .grid4 {
        grid-template-columns: 1fr;
        width: 100%;
    }


    /* WORK PROCESS */
    .work-process {
        width: 100%;
        max-width: 100%;
    }

    .work-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }


    /* STATS */
    .stats {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }


    /* CTA */
    .cta {
        width: 100%;
        max-width: 100%;
    }


    /* FOOTER */
    .footer-grid {
        grid-template-columns: 1fr;
        width: 100%;
    }

}@media (max-width: 900px) {

    .about-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-hero-content {
        max-width: 100%;
    }

    .about-hero-content p {
        margin: 0 auto;
    }

    .about-hero-actions {
        justify-content: center;
    }/* FINAL MOBILE WIDTH FIX */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

body {
    position: relative;
}

.container {
    width: 92%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 600px) {

    .container {
        width: calc(100% - 30px) !important;
        max-width: 100% !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .about-hero-grid {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        transform: none !important;
    }

    .about-hero-content {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
    }

    .about-hero-visual {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
    }

    .about-hero-actions {
        width: 100% !important;
        flex-direction: column !important;
    }

    .about-hero-actions .btn,
    .about-hero-actions .text-link {
        width: 100% !important;
    }

    .about-intro-grid {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 1fr !important;
        transform: none !important;
    }

    .about-intro-text {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
    }

    .visual,
    .visual-box,
    .card,
    .work-card,
    .cta {
        max-width: 100% !important;
    }
}/* =========================================================
   ABOUT PAGE
   ========================================================= */

/* ---------- ABOUT HERO ---------- */

.about-hero {
    padding: 90px 0;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
}

.about-hero-content {
    max-width: 650px;
}

.about-hero-content h1 {
    margin: 18px 0 22px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.about-hero-content h1 span {
    color: #2563eb;
}

.about-hero-content p {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.8;
    color: #64748b;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 32px;
}

.text-link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}


/* ---------- APPROACH CARD ---------- */

.about-hero-visual {
    display: flex;
    justify-content: center;
}

.about-main-card {
    width: 100%;
    max-width: 500px;
    padding: 42px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.10);
}

.small-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #64748b;
    margin-bottom: 18px;
}

.about-main-card h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.35;
    color: #0f172a;
}

.approach-line {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin: 30px 0;
}

.approach-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 16px 0;
}

.approach-item > span {
    min-width: 38px;
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
}

.approach-item strong {
    display: block;
    margin-bottom: 5px;
    color: #0f172a;
}

.approach-item p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}


/* =========================================================
   LEBIRON DIGITAL INTRODUCTION
   ========================================================= */

.about-intro {
    padding: 100px 0;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 80px;
}


/* ---------- 3D LOGO ---------- */

.about-intro-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-3d {
    position: relative;
    width: 260px;
    height: 260px;
    transform: perspective(900px) rotateY(-12deg) rotateX(5deg);
}

.logo-face {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background: linear-gradient(145deg, #2563eb, #60a5fa);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 25px 50px rgba(37, 99, 235, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.logo-letter {
    font-size: 150px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
}

.growth-arrow {
    position: absolute;
    right: 35px;
    top: 32px;
    font-size: 65px;
    font-weight: 800;
    color: #ffffff;
}

.logo-depth {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background: #1d4ed8;
}


/* ---------- INTRO TEXT ---------- */

.about-intro-text {
    max-width: 650px;
}

.about-intro-text h2 {
    margin: 15px 0 22px;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.about-intro-text h2 span {
    color: #2563eb;
}

.about-intro-text p {
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
}


/* ---------- SERVICE LIST ---------- */

.about-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-service-list span {
    padding: 10px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    background: #f8fafc;
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   OUR STORY
   ========================================================= */

.about-intro-section {
    padding: 100px 0;
}

.about-intro-section .about-intro-grid {
    grid-template-columns: 1fr 1fr;
}

.about-intro-section h2 {
    margin: 15px 0 22px;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.15;
}

.about-intro-section p {
    color: #64748b;
    line-height: 1.8;
    font-size: 17px;
    max-width: 650px;
}


/* ---------- JOURNEY CARD ---------- */

.about-journey {
    padding: 40px;
}

.about-journey .small-label {
    margin-bottom: 25px;
}

.journey-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 0;
}

.journey-item > span {
    min-width: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #94a3b8;
}

.journey-item.active > span {
    color: #2563eb;
}

.journey-item strong {
    display: block;
    color: #0f172a;
    margin-bottom: 5px;
}

.journey-item p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

.journey-line {
    width: 1px;
    height: 25px;
    margin-left: 20px;
    background: #e2e8f0;
}


/* =========================================================
   REVEAL ANIMATION
   ========================================================= */

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    animation: aboutRevealLeft 0.8s ease forwards;
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    animation: aboutRevealRight 0.8s ease forwards;
    animation-delay: 0.15s;
}

@keyframes aboutRevealLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes aboutRevealRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .about-hero {
        padding: 65px 0;
    }

    .about-hero-grid,
    .about-intro-grid,
    .about-intro-section .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-hero-content {
        max-width: 100%;
        text-align: left;
    }

    .about-hero-content h1 {
        font-size: 44px;
        letter-spacing: -1px;
    }

    .about-hero-content p {
        font-size: 16px;
    }

    .about-main-card {
        max-width: 100%;
        padding: 30px;
    }

    .about-intro {
        padding: 70px 0;
    }

    .about-intro-logo {
        order: 1;
    }

    .about-intro-text {
        order: 2;
    }

    .logo-3d {
        width: 210px;
        height: 210px;
    }

    .logo-letter {
        font-size: 120px;
    }

    .growth-arrow {
        right: 25px;
        top: 25px;
        font-size: 50px;
    }

    .about-intro-text h2 {
        font-size: 38px;
    }

    .about-intro-section {
        padding: 70px 0;
    }

    .about-intro-section h2 {
        font-size: 36px;
    }
}


/* ---------- SMALL MOBILE ---------- */

@media (max-width: 600px) {

    .about-hero {
        padding: 45px 0;
    }

    .about-hero-content h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .about-hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .about-main-card {
        padding: 25px;
        border-radius: 18px;
    }

    .about-main-card h3 {
        font-size: 25px;
    }

    .about-intro {
        padding: 55px 0;
    }

    .logo-3d {
        width: 180px;
        height: 180px;
    }

    .logo-letter {
        font-size: 100px;
    }

    .growth-arrow {
        right: 20px;
        top: 20px;
        font-size: 42px;
    }

    .about-intro-text h2 {
        font-size: 32px;
    }

    .about-intro-text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-service-list {
        gap: 8px;
    }

    .about-service-list span {
        font-size: 13px;
        padding: 8px 12px;
    }

    .about-intro-section {
        padding: 55px 0;
    }

    .about-intro-section h2 {
        font-size: 30px;
    }

    .about-intro-section p {
        font-size: 15px;
    }

    .about-journey {
        padding: 25px;
    }
}/* =========================================================
   PROFESSIONAL ABOUT PAGE
   Keeps existing images / logo unchanged
   ========================================================= */

/* ABOUT HERO */
.about-hero {
    padding: 100px 0 90px;
    background:
        radial-gradient(circle at 85% 20%, rgba(8, 116, 223, 0.08), transparent 30%),
        #fff;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px;
}

.about-hero-content {
    max-width: 650px;
}

.about-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 18px 0 24px;
}

.about-hero h1 span,
.about-intro-text h2 span {
    color: #0874df;
}

.about-hero-content > p {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.8;
    color: #5f6b7a;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 32px;
}


/* APPROACH CARD */
.about-hero-visual {
    display: flex;
    justify-content: center;
}

.about-main-card {
    width: 100%;
    max-width: 470px;
    padding: 42px;
    border-radius: 24px;
    background: #f7faff;
    border: 1px solid #e5edf7;
    box-shadow: 0 25px 60px rgba(15, 35, 65, .08);
}

.small-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    color: #0874df;
    text-transform: uppercase;
}

.about-main-card h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 18px 0 28px;
    color: #101828;
}

.approach-line {
    height: 1px;
    background: #dfe7f1;
    margin-bottom: 22px;
}

.approach-item {
    display: flex;
    gap: 18px;
    padding: 17px 0;
    align-items: flex-start;
}

.approach-item > span {
    font-size: 13px;
    font-weight: 800;
    color: #0874df;
    min-width: 28px;
}

.approach-item strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #111827;
}

.approach-item p {
    margin: 0;
    color: #697586;
    font-size: 14px;
    line-height: 1.6;
}


/* INTRO SECTION */
.about-intro {
    background: #f8fafc;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 90px;
}

.about-intro-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* KEEP YOUR EXISTING LOGO */
.logo-3d {
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-face {
    position: relative;
    width: 210px;
    height: 210px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e1e9f2;
    box-shadow: 0 25px 55px rgba(20, 50, 90, .12);
}

.logo-letter {
    font-size: 125px;
    font-weight: 900;
    line-height: 1;
    color: #0874df;
}

.growth-arrow {
    position: absolute;
    right: 28px;
    top: 24px;
    font-size: 50px;
    font-weight: 900;
    color: #0874df;
}

.logo-depth {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 38px;
    background: #e8f2ff;
    transform: translate(12px, 12px);
    z-index: -1;
}


.about-intro-text {
    max-width: 680px;
}

.about-intro-text h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin: 15px 0 22px;
}

.about-intro-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 15px;
}


/* SERVICE TAGS */
.about-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.about-service-list span {
    padding: 10px 15px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e1e8f0;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}


/* OUR STORY */
.about-intro-section {
    background: #fff;
}

.about-intro-section > .container {
    align-items: center;
}

.about-intro-section h2 {
    max-width: 650px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 15px 0 25px;
}

.about-intro-section p {
    max-width: 650px;
    color: #64748b;
    line-height: 1.8;
    font-size: 16px;
}


/* JOURNEY CARD */
.about-journey {
    padding: 38px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid #e4ebf3;
    box-shadow: 0 20px 50px rgba(15, 35, 65, .07);
}

.journey-item {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 20px 0;
}

.journey-item > span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #0874df;
    font-size: 12px;
    font-weight: 800;
}

.journey-item strong {
    color: #111827;
    font-size: 17px;
}

.journey-item p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 14px;
}

.journey-item.active > span {
    background: #0874df;
    color: #fff;
}

.journey-line {
    width: 1px;
    height: 24px;
    margin-left: 21px;
    background: #dbe4ee;
}


/* PRINCIPLES */
.soft {
    background: #f7f9fc;
}

.head {
    max-width: 720px;
    margin-bottom: 45px;
}

.head h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 14px 0;
}

.head p {
    color: #64748b;
    line-height: 1.8;
}


/* CARDS */
.grid3 .card,
.grid4 .card {
    background: #fff;
    border: 1px solid #e5ebf2;
    border-radius: 20px;
    padding: 30px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.grid3 .card:hover,
.grid4 .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(15, 35, 65, .09);
}

.grid3 .card h3,
.grid4 .card h3 {
    margin: 18px 0 10px;
}

.grid3 .card p,
.grid4 .card p {
    color: #64748b;
    line-height: 1.7;
}


/* HOW WE WORK */
.how-we-work {
    background: #fff;
}

.work-process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.work-card {
    display: flex;
    gap: 25px;
    padding: 30px;
    border: 1px solid #e5ebf2;
    border-radius: 20px;
    background: #fff;
    transition: all .3s ease;
}

.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 35, 65, .08);
}

.work-number {
    font-size: 14px;
    font-weight: 900;
    color: #0874df;
    min-width: 32px;
}

.work-content h3 {
    margin: 0 0 9px;
    font-size: 20px;
}

.work-content p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}


/* BLUE SUCCESS SECTION */
.blue {
    background: linear-gradient(135deg, #0874df, #075db3);
    color: #fff;
}

.blue .head h2,
.blue .head p {
    color: #fff;
}

.blue .head p {
    opacity: .85;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.stat {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: rgba(255,255,255,.08);
}

.stat strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.stat span {
    font-size: 14px;
    opacity: .8;
}


/* CTA */
.cta {
    border-radius: 25px;
    padding: 50px;
    background: #0874df;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta h2 {
    margin: 0 0 10px;
    font-size: 32px;
}

.cta p {
    margin: 0;
    opacity: .85;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .about-hero {
        padding: 70px 0;
    }

    .about-hero-grid,
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-hero-content {
        max-width: 100%;
    }

    .about-hero h1 {
        font-size: 46px;
    }

    .about-hero-visual {
        justify-content: stretch;
    }

    .about-main-card {
        max-width: 100%;
    }

    .about-intro-logo {
        order: 1;
    }

    .about-intro-text {
        order: 2;
    }

    .work-process {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta {
        padding: 35px;
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 600px) {

    .about-hero {
        padding: 55px 0;
    }

    .about-hero h1 {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .about-hero-content > p {
        font-size: 16px;
    }

    .about-hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .about-main-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .about-main-card h3 {
        font-size: 25px;
    }

    .logo-3d {
        width: 220px;
        height: 220px;
    }

    .logo-face,
    .logo-depth {
        width: 175px;
        height: 175px;
        border-radius: 30px;
    }

    .logo-letter {
        font-size: 100px;
    }

    .growth-arrow {
        font-size: 40px;
        right: 22px;
        top: 18px;
    }

    .about-intro-text h2,
    .about-intro-section h2 {
        font-size: 34px;
    }

    .about-service-list {
        gap: 8px;
    }

    .about-service-list span {
        font-size: 12px;
        padding: 9px 12px;
    }

    .about-journey {
        padding: 28px 22px;
    }

    .work-card {
        padding: 24px 20px;
        gap: 15px;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .cta {
        padding: 30px 24px;
        border-radius: 20px;
    }

    .cta h2 {
        font-size: 27px;
    }
}/* =========================================================
   ABOUT PAGE — POLISH & ANIMATIONS
   ========================================================= */

/* Smooth section transitions */
.about-hero,
.about-intro,
.about-intro-section,
.how-we-work,
.soft,
.blue {
    overflow: hidden;
}


/* Subtle card animation */
.about-main-card,
.about-journey,
.work-card,
.grid3 .card,
.grid4 .card {
    animation: aboutFadeUp .7s ease both;
}

@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Logo hover effect — image/logo stays unchanged */
.logo-3d {
    transition: transform .4s ease;
}

.logo-3d:hover {
    transform: translateY(-8px);
}


/* Approach card hover */
.about-main-card {
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.about-main-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(15, 35, 65, .12);
}


/* Approach numbers */
.approach-item > span {
    transition: all .3s ease;
}

.approach-item:hover > span {
    transform: translateX(4px);
}


/* Journey items */
.journey-item {
    transition: transform .3s ease;
}

.journey-item:hover {
    transform: translateX(6px);
}


/* Service pills */
.about-service-list span {
    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease,
        border-color .25s ease;
}

.about-service-list span:hover {
    background: #0874df;
    color: #fff;
    border-color: #0874df;
    transform: translateY(-2px);
}


/* Better eyebrow */
.about-hero .eyebrow,
.about-intro .eyebrow,
.about-intro-section .eyebrow {
    font-weight: 800;
    letter-spacing: 2px;
}


/* Better text selection */
.about-hero h1,
.about-intro-text h2,
.about-intro-section h2 {
    text-wrap: balance;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .about-intro-grid {
        gap: 45px;
    }

    .about-intro-logo {
        margin-bottom: 0;
    }

    .about-hero-grid {
        gap: 45px;
    }

    .about-main-card {
        margin: 0 auto;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    /* Prevent horizontal overflow */
    .about-hero,
    .about-intro,
    .about-intro-section,
    .how-we-work,
    .soft,
    .blue,
    .section {
        overflow-x: hidden;
    }


    /* Hero */
    .about-hero-content {
        text-align: left;
    }

    .about-hero h1 {
        line-height: 1.08;
        margin-top: 14px;
    }


    /* Approach card */
    .about-main-card {
        width: 100%;
        box-sizing: border-box;
    }


    /* Logo */
    .about-intro-logo {
        min-height: 220px;
    }


    /* Story */
    .about-intro-section .visual {
        width: 100%;
    }


    /* Cards */
    .grid3 .card,
    .grid4 .card {
        padding: 25px 22px;
    }


    /* Work cards */
    .work-card {
        align-items: flex-start;
    }


    /* Success stats */
    .stat {
        padding: 22px;
    }


    /* CTA */
    .cta .btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}


/* =========================================================
   EXTRA SMALL PHONES
   ========================================================= */

@media (max-width: 400px) {

    .about-hero h1 {
        font-size: 34px;
    }

    .about-main-card h3 {
        font-size: 23px;
    }

    .about-intro-text h2,
    .about-intro-section h2 {
        font-size: 30px;
    }

    .work-card {
        padding: 22px 18px;
    }

    .work-number {
        min-width: 25px;
    }
}/* =========================================================
   PROFESSIONAL NAVBAR
   ========================================================= */

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.nav-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LOGO */

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #111827;
    font-weight: 800;
    font-size: 19px;
    white-space: nowrap;
}

.logo-mark {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0874df;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(8, 116, 223, .20);
}


/* NAV LINKS */

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a:not(.btn) {
    position: relative;
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    transition: color .25s ease;
}

.nav-links a:not(.btn):hover {
    color: #0874df;
}


/* ACTIVE LINK */

.nav-links a.active {
    color: #0874df;
}

.nav-links a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    border-radius: 10px;
    background: #0874df;
}


/* NAV BUTTON */

.nav-links .btn-primary {
    margin-left: 8px;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(8, 116, 223, .18);
    transition: transform .25s ease, box-shadow .25s ease;
}

.nav-links .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(8, 116, 223, .25);
}


/* MOBILE MENU BUTTON */

.menu {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #1e293b;
    font-size: 21px;
    cursor: pointer;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .nav-links {
        gap: 18px;
    }

    .nav-links .btn-primary {
        padding: 11px 15px;
    }
}


/* =========================================================
   MOBILE NAVBAR
   ========================================================= */

@media (max-width: 700px) {

    .nav-inner {
        min-height: 68px;
    }

    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-links {
        position: absolute;
        top: 68px;
        left: 15px;
        right: 15px;

        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;

        padding: 14px;
        background: rgba(255, 255, 255, .98);
        border: 1px solid #e5eaf0;
        border-radius: 16px;

        box-shadow: 0 20px 45px rgba(15, 23, 42, .12);
    }

    .nav-links.show {
        display: flex;
    }

    .nav-links a:not(.btn) {
        padding: 13px 14px;
        border-radius: 9px;
    }

    .nav-links a:not(.btn):hover {
        background: #f1f7ff;
    }

    .nav-links a.active::after {
        display: none;
    }

    .nav-links .btn-primary {
        margin: 7px 0 0;
        text-align: center;
    }
}


/* SMALL PHONES */

@media (max-width: 400px) {

    .logo {
        font-size: 17px;
    }

    .logo-mark {
        width: 35px;
        height: 35px;
    }
}/* =========================================
   VLOG PAGE - BLOG GRID FIX
========================================= */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.blog {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-body .link {
    margin-top: auto;
}


/* =========================================
   VLOG - FEATURED ARTICLE
========================================= */


.featured-blog-image {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 22px;
}

.featured-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-blog-content {
    padding: 10px 0;
}

.featured-blog-content h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    margin: 14px 0 18px;
}

.featured-blog-content p {
    line-height: 1.7;
}

.featured-blog-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #dceaf6;
}


/* =========================================
   VLOG TOPICS
========================================= */

.topic-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.topic-item {
    display: grid;
    grid-template-columns: 45px 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 22px;
    border: 1px solid #dceaf6;
    border-radius: 14px;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.topic-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 80, 160, .08);
}

.topic-item > span {
    font-size: 13px;
    font-weight: 700;
}

.topic-item strong {
    font-size: 17px;
}

.topic-item small {
    color: #667085;
}


/* =========================================
   VLOG CTA
========================================= */

.vlog-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 55px;
    border-radius: 24px;
    background: #0874df;
    color: #fff;
}

.vlog-cta .eyebrow {
    color: #fff;
}

.vlog-cta h2 {
    margin: 10px 0;
    font-size: clamp(28px, 4vw, 42px);
}

.vlog-cta p {
    max-width: 650px;
    margin: 0;
    line-height: 1.7;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-blog-image {
        height: 350px;
    }

    .topic-list {
        grid-template-columns: 1fr;
    }

    .vlog-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 30px;
    }

}


@media (max-width: 600px) {

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-img {
        height: 210px;
    }

    .featured-blog-image {
        height: 260px;
    }

    .featured-blog-content h2 {
        font-size: 30px;
    }

    .featured-blog-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .topic-item {
        grid-template-columns: 35px 1fr;
    }

    .topic-item small {
        grid-column: 2;
    }

    .vlog-cta {
        padding: 32px 22px;
    }

}/* =========================================
   VLOG - FORCE CARD GRID
========================================= */

main .blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
}

main .blog-grid .blog {
    width: 100% !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

main .blog-grid .blog-img {
    width: 100% !important;
    height: 220px !important;
    overflow: hidden !important;
}

main .blog-grid .blog-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}


/* TABLET */

@media (max-width: 900px) {

    main .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}


/* MOBILE */

@media (max-width: 600px) {

    main .blog-grid {
        grid-template-columns: 1fr !important;
    }

}/* =========================================
   PROFESSIONAL VLOG GRID
========================================= */

.vlog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.vlog-grid .blog {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border: 1px solid #dceaf6;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vlog-grid .blog:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(20, 80, 130, 0.12);
}

.vlog-grid .blog-img {
    height: 210px;
    overflow: hidden;
}

.vlog-grid .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.vlog-grid .blog:hover .blog-img img {
    transform: scale(1.04);
}

.vlog-grid .blog-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.vlog-grid .blog-body h3 {
    margin: 9px 0 12px;
    font-size: 20px;
    line-height: 1.35;
}

.vlog-grid .blog-body p {
    line-height: 1.7;
    margin-bottom: 18px;
}

.vlog-grid .link {
    margin-top: auto;
}


/* =========================================
   FEATURED ARTICLE
========================================= */

.featured-blog-image {
    min-height: 420px;
    overflow: hidden;
}

.featured-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-blog-content {
    padding: 45px 45px 45px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-blog-content h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.2;
    margin: 12px 0 18px;
}

.featured-blog-content p {
    color: var(--muted);
    line-height: 1.75;
}

.featured-blog-bottom {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e1edf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.featured-blog-bottom span {
    font-size: 12px;
    font-weight: 800;
    color: #0874df;
}


/* =========================================
   TOPICS
========================================= */

.topic-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.topic-item {
    display: grid;
    grid-template-columns: 45px 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 20px 22px;
    border: 1px solid #dceaf6;
    border-radius: 15px;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.topic-item:hover {
    transform: translateY(-3px);
    border-color: #0874df;
    box-shadow: 0 10px 25px rgba(20, 80, 130, 0.08);
}

.topic-item > span {
    font-size: 12px;
    font-weight: 800;
    color: #0874df;
}

.topic-item strong {
    color: #102a43;
}

.topic-item small {
    color: #71879c;
}


/* =========================================
   VLOG CTA
========================================= */

.vlog-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 45px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0874df, #2da7ff);
    color: #fff;
}

.vlog-cta h2 {
    margin: 10px 0;
    font-size: 32px;
}

.vlog-cta p {
    color: #e5f4ff;
    max-width: 650px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .vlog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    }

    .featured-blog-image {
        min-height: 320px;
    }

    .featured-blog-content {
        padding: 35px;
    }

    .topic-list {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .vlog-grid {
        grid-template-columns: 1fr;
    }

    .vlog-grid .blog-img {
        height: 200px;
    }

    .featured-blog-image {
        min-height: 240px;
    }

    .featured-blog-content {
        padding: 25px;
    }

    .featured-blog-content h2 {
        font-size: 27px;
    }

    .featured-blog-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .vlog-cta {
        display: block;
        padding: 30px;
    }

    .vlog-cta h2 {
        font-size: 27px;
    }

    .vlog-cta .btn {
        display: inline-block;
        margin-top: 20px;
    }

}/* =========================================
   MOBILE FIX - ALL PAGES
========================================= */

@media (max-width: 768px) {

    * {
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* TOPBAR */

    .topbar .container {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    /* NAVIGATION */

    .navbar {
        position: relative;
    }

    .nav-inner {
        min-height: 68px;
    }

    .nav-links {
        display: none;
    }

    .nav-links.open {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        gap: 14px;
        padding: 20px;
    }

    .nav-links a {
        width: 100%;
        text-align: center;
    }

    .nav-links .btn {
        width: 100%;
    }

    .menu {
        display: block;
        margin-left: auto;
    }

    /* PAGE HERO */

    .page-hero {
        padding: 70px 0 55px;
        text-align: center;
    }

    .page-hero h1 {
        font-size: 38px;
        line-height: 1.15;
    }

    .page-hero p {
        font-size: 16px;
        line-height: 1.7;
    }

    /* GENERAL SECTIONS */

    .section {
        padding: 65px 0;
    }

    .head {
        text-align: center;
    }

    .head h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    /* ABOUT */

    .about-hero-grid,
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-hero-content {
        text-align: center;
    }

    .about-hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .about-hero-visual {
        width: 100%;
    }

    .about-main-card {
        width: 100%;
    }

    /* BLOG / VLOG */

    .blog-grid,
    .vlog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .blog {
        width: 100%;
    }

    .blog-img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .blog-img img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }/* =========================================================
   LEBIRON DIGITAL — VLOG PAGE
   CLEAN VLOG CARD DESIGN
   Paste this block at the VERY BOTTOM of style.css
========================================================= */


/* =========================
   BLOG GRID
========================= */

main .blog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px !important;
    width: 100%;
    align-items: stretch;
}


/* =========================
   BLOG CARD
========================= */

main .blog-grid .blog {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    min-width: 0;
    height: 100%;
    overflow: hidden;

    background: #ffffff;
    border: 1px solid #e3edf5;
    border-radius: 18px;

    box-shadow: 0 8px 25px rgba(16, 42, 67, 0.05);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* CARD HOVER */

main .blog-grid .blog:hover {
    transform: translateY(-6px);
    border-color: #c8def0;
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.11);
}


/* =========================
   BLOG IMAGE
========================= */

main .blog-grid .blog-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 0;
    background: #f1f6fa;
}


main .blog-grid .blog-img img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}


/* IMAGE HOVER */

main .blog-grid .blog:hover .blog-img img {
    transform: scale(1.05);
}


/* =========================
   BLOG CONTENT
========================= */

main .blog-grid .blog-body {
    display: flex;
    flex-direction: column;
    flex: 1;

    padding: 25px 25px 26px;
}


/* CATEGORY */

main .blog-grid .blog-body .meta {
    display: inline-block;
    width: fit-content;

    margin-bottom: 10px;

    color: #0874df;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* TITLE */

main .blog-grid .blog-body h3 {
    margin: 0 0 12px;

    color: #102a43;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}


/* DESCRIPTION */

main .blog-grid .blog-body p {
    margin: 0;

    color: #64748b;

    font-size: 15px;
    line-height: 1.7;
}


/* =========================
   ARTICLE LINK
========================= */

main .blog-grid .blog-body .link {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    margin-top: auto;
    padding-top: 20px;

    color: #0874df;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


main .blog-grid .blog-body .link:hover {
    color: #055cad;
    transform: translateX(4px);
}


/* =========================
   VLOG HERO
   Works with your existing
   .page-hero HTML
========================= */

main .page-hero {
    position: relative;
    overflow: hidden;
}


main .page-hero h1 {
    max-width: 850px;
}


main .page-hero p {
    max-width: 680px;
}


/* =========================
   VLOG SECTION
========================= */

main > .section:first-of-type {
    padding-top: 80px;
    padding-bottom: 90px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

    main .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 25px !important;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 700px) {

    main .blog-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }


    main .blog-grid .blog {
        width: 100%;
    }


    main .blog-grid .blog-img {
        height: 220px;
    }


    main .blog-grid .blog-body {
        padding: 22px;
    }


    main .blog-grid .blog-body h3 {
        font-size: 19px;
    }


    main .blog-grid .blog-body p {
        font-size: 15px;
    }


    main > .section:first-of-type {
        padding-top: 55px;
        padding-bottom: 65px;
    }

}


/* =========================
   SMALL PHONES
========================= */

@media (max-width: 480px) {

    main .blog-grid {
        gap: 18px !important;
    }


    main .blog-grid .blog-img {
        height: 200px;
    }


    main .blog-grid .blog-body {
        padding: 20px;
    }


    main .blog-grid .blog-body h3 {
        font-size: 18px;
        line-height: 1.4;
    }


    main .blog-grid .blog-body p {
        font-size: 14px;
        line-height: 1.65;
    }


    main .blog-grid .blog-body .link {
        font-size: 13px;
    }

}

    /* FEATURED VLOG */


    .featured-blog-image {
        width: 100%;
    }

    .featured-blog-image img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* SERVICES */

    .grid3,
    .grid4 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* HOW WE WORK */

    .work-process {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* TOPICS */

    .topic-list {
        grid-template-columns: 1fr;
    }

    /* STATS */

    .stats {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    /* CTA */

    .cta,
    .vlog-cta {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    /* FOOTER */

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer {
        text-align: center;
    }

    .footer .logo {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}


/* SMALL PHONES */

@media (max-width: 480px) {

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-hero {
        padding: 55px 0 45px;
    }

    .page-hero h1 {
        font-size: 32px;
    }

    .section {
        padding: 50px 0;
    }

    .head h2 {
        font-size: 27px;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .about-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .about-hero-actions .btn,
    .about-hero-actions .text-link {
        width: 100%;
        text-align: center;
    }
}/* =========================================
   VLOG - COMPACT PROFESSIONAL LAYOUT
========================================= */

/* Hero */
.vlog-hero {
    padding: 60px 0 55px !important;
}

.vlog-hero h1 {
    font-size: clamp(34px, 4vw, 48px) !important;
    margin-bottom: 15px;
}

.vlog-hero p {
    max-width: 620px;
}


/* Featured section */
.vlog-featured-section {
    padding: 55px 0 !important;
}

.vlog-featured-section .head {
    margin-bottom: 30px;
}


.featured-blog-image {
    min-height: 300px !important;
    height: 300px !important;
    border-radius: 18px !important;
}

.featured-blog-content {
    padding: 20px 10px !important;
}

.featured-blog-content h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin: 10px 0 14px !important;
}

.featured-blog-content p {
    font-size: 15px;
    line-height: 1.65;
}

.featured-blog-bottom {
    margin-top: 20px !important;
    padding-top: 15px !important;
}


/* Latest articles */
.vlog-latest {
    margin-top: 0 !important;
    padding-top: 60px !important;
}

.vlog-grid {
    margin-top: 30px !important;
    gap: 22px !important;
}

.vlog-grid .blog-img {
    height: 180px !important;
}

.vlog-grid .blog-body {
    padding: 20px !important;
}

.vlog-grid .blog-body h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
}

.vlog-grid .blog-body p {
    font-size: 14px;
    line-height: 1.6;
}


/* Topics */
.vlog-topics {
    padding: 60px 0 !important;
}

.topic-list {
    margin-top: 25px !important;
}

.topic-item {
    padding: 18px 10px !important;
}

.topic-item strong {
    font-size: 17px !important;
}


/* CTA */
.vlog-cta {
    padding: 40px !important;
}

.vlog-cta h2 {
    font-size: 30px !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .vlog-hero {
        padding: 50px 0 40px !important;
    }

    .featured-blog-image {
        height: 250px !important;
        min-height: 250px !important;
    }

    .featured-blog-content {
        padding: 10px 0 !important;
    }

}


@media (max-width: 600px) {

    .vlog-hero {
        padding: 45px 0 35px !important;
    }

    .vlog-hero h1 {
        font-size: 32px !important;
    }

    .vlog-featured-section {
        padding: 40px 0 !important;
    }

    .featured-blog-image {
        height: 210px !important;
        min-height: 210px !important;
    }

    .featured-blog-content h2 {
        font-size: 25px !important;
    }

    .vlog-latest {
        padding-top: 45px !important;
    }

    .vlog-grid {
        grid-template-columns: 1fr !important;
    }

    .vlog-grid .blog-img {
        height: 200px !important;
    }

    .vlog-topics {
        padding: 45px 0 !important;
    }

    .vlog-cta {
        padding: 28px 22px !important;
    }

    .vlog-cta h2 {
        font-size: 26px !important;
    }

}/* =========================================
   LEBIRON DIGITAL — VLOG PAGE
   CLEAN FINAL DESIGN
========================================= */


/* =========================
   VLOG HERO
========================= */

.vlog-hero {
    padding: 65px 0 55px;
}

.vlog-hero h1 {
    max-width: 850px;
}

.vlog-hero p {
    max-width: 650px;
    line-height: 1.7;
}


/* =========================
   FEATURED ARTICLE
========================= */

.vlog-featured-section {
    padding: 65px 0;
}

.vlog-featured-section .head {
    margin-bottom: 30px;
}

.featured-blog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.featured-blog-image {
    width: 100%;
    height: 330px;
    overflow: hidden;
    border-radius: 20px;
}

.featured-blog-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.featured-blog-content {
    padding: 10px 0;
}

.featured-blog-content .meta {
    color: #0874df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.featured-blog-content h2 {
    margin: 10px 0 15px;
    font-size: 32px;
    line-height: 1.2;
}

.featured-blog-content p {
    max-width: 580px;
    line-height: 1.7;
}

.featured-blog-bottom {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid #dceaf6;
}

.featured-blog-bottom span {
    color: #0874df;
    font-size: 12px;
    font-weight: 800;
}


/* =========================
   LATEST INSIGHTS
========================= */

.vlog-latest {
    padding: 65px 0;
}

.vlog-latest .head {
    margin-bottom: 30px;
}

.vlog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}


/* =========================
   ARTICLE CARD
========================= */

.vlog-grid .blog {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;

    background: #fff;
    border: 1px solid #dceaf6;
    border-radius: 18px;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.vlog-grid .blog:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(20, 80, 130, .10);
}

.vlog-grid .blog-img {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.vlog-grid .blog-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.vlog-grid .blog:hover .blog-img img {
    transform: scale(1.04);
}

.vlog-grid .blog-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 21px;
}

.vlog-grid .blog-body .meta {
    color: #0874df;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
}

.vlog-grid .blog-body h3 {
    margin: 8px 0 10px;
    color: #102a43;
    font-size: 19px;
    line-height: 1.4;
}

.vlog-grid .blog-body p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.vlog-grid .link {
    margin-top: auto;
    padding-top: 18px;

    color: #0874df;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.vlog-grid .link:hover {
    text-decoration: underline;
}


/* =========================
   TOPICS
========================= */

.vlog-topics {
    background: #f7fbff;
    padding: 65px 0;
}

.topic-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.topic-item {
    display: grid;
    grid-template-columns: 45px 1fr auto;
    align-items: center;
    gap: 15px;

    padding: 19px 20px;

    background: #fff;
    border: 1px solid #dceaf6;
    border-radius: 14px;

    color: inherit;
    text-decoration: none;

    transition: .25s ease;
}

.topic-item:hover {
    transform: translateY(-3px);
    border-color: #0874df;
    box-shadow: 0 10px 25px rgba(20, 80, 130, .08);
}

.topic-item span {
    color: #0874df;
    font-size: 12px;
    font-weight: 800;
}

.topic-item strong {
    font-size: 16px;
}

.topic-item small {
    color: #64748b;
    font-size: 13px;
}


/* =========================
   CTA
========================= */

.vlog-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;

    padding: 42px;

    border-radius: 22px;
    background: #0874df;
    color: #fff;
}

.vlog-cta h2 {
    margin: 8px 0;
    font-size: 31px;
}

.vlog-cta p {
    max-width: 600px;
    line-height: 1.7;
}

.vlog-cta .eyebrow {
    color: #fff;
}


/* =========================
   TABLET
========================= */

@media (max-width: 900px) {

    .featured-blog {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .featured-blog-image {
        height: 280px;
    }

    .vlog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .topic-list {
        grid-template-columns: 1fr;
    }

    .vlog-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

    .vlog-hero {
        padding: 45px 0 40px;
    }

    .vlog-featured-section,
    .vlog-latest,
    .vlog-topics {
        padding: 45px 0;
    }

    .featured-blog-image {
        height: 220px;
        border-radius: 16px;
    }

    .featured-blog-content h2 {
        font-size: 26px;
    }

    .featured-blog-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .vlog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vlog-grid .blog-img {
        height: 200px;
    }

    .vlog-grid .blog-body {
        padding: 20px;
    }

    .topic-list {
        grid-template-columns: 1fr;
    }

    .topic-item {
        grid-template-columns: 35px 1fr;
    }

    .topic-item small {
        grid-column: 2;
    }

    .vlog-cta {
        padding: 28px 22px;
    }

    .vlog-cta h2 {
        font-size: 26px;
    }
}/* VLOG FEATURED - DESKTOP FIX */
@media (min-width: 901px) {
    .featured-blog {
        display: grid !important;
        grid-template-columns: 55% 45% !important;
        gap: 35px !important;
        align-items: center !important;
    }

    .featured-blog-image {
        width: 100% !important;
        height: 330px !important;
    }

    .featured-blog-content {
        width: 100% !important;
    }
}/* FINAL FIX - FEATURED BLOG */
@media (min-width: 901px) {

    .featured-blog {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
        align-items: center !important;
        position: relative !important;
    }

    .featured-blog-image {
        position: relative !important;
        width: 100% !important;
        height: 330px !important;
        overflow: hidden !important;
    }

    .featured-blog-content {
        position: static !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        background: transparent !important;
    }

    .featured-blog-content h2,
    .featured-blog-content p,
    .featured-blog-content .meta,
    .featured-blog-bottom {
        position: static !important;
    }/* ===== MOBILE BLOG FIX ===== */

@media screen and (max-width: 600px) {

    .blog-section {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 16px !important;
        margin: 50px auto !important;
        box-sizing: border-box !important;
    }

    .blog-slider {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px !important;
    }

    .blog-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .blog-image {
        width: 100% !important;
        height: 210px !important;
    }

    .blog-content {
        width: 100% !important;
        padding: 22px !important;
        box-sizing: border-box !important;
    }

    .blog-content h3 {
        font-size: 20px !important;
        line-height: 1.35 !important;
        margin: 0 0 12px !important;
    }

    .blog-content p {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .blog-link {
        margin-top: 20px !important;
    }
}