@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #6c757e;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: #01539b;
}

h1 {
    font-weight: 600;
    color: #01539b;
}

h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.1em;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: #01539b;
}

p {
    font-size: 12;
    font-weight: 500;
    color: #000000;
}

.h-slider {
    height: 40vh !important;
}

body {
    min-width: 100vw!important;
}

/* Logo Slider */
.logo-slider {
    background: white;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-slider::before,
.logo-slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.logo-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.logo-slider::before {
    left: 0;
    top: 0;
}

.logo-slider .logo-slide-track {
    -webkit-animation: logo-scroll 40s linear infinite;
    animation: logo-scroll 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(250px * 18);
}

.logo-slider .slide {
    height: 100px;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-slider .slide img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: filter 0.3s ease, opacity 0.3s ease;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-slider .slide img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

@-webkit-keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 9));
        transform: translateX(calc(-250px * 9));
    }
}

@keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 9));
        transform: translateX(calc(-250px * 9));
    }
}

.Header-centered {
    text-align: center;
    padding: 70px 0px 20px 0px;
}

.home-3-icons {
    width: 60%;
    padding-bottom: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-image-overlay2 {
    opacity: .5;
    color: #333;
}

.bluebackground {
    background-color: #01539b;
}

.services-height {
    height: 400px!important;
}

.services-padding {
    padding: 50px 0px 50px 0px;
}

/* home hero */
body {
    margin: 0;
    overflow-x: hidden;
}

.big-image {
    height: 55vh;
    min-height: 690px!important;
    width: 100vw!important;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("./assets/images/Dropshipping_hero-two.jpg");
    margin-top: 90;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, .5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.overlay h1 {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: 0px;
    margin: 0px 0px 30px;
}

#vids {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 60px;
}

#vids a:first-of-type {
    margin-bottom: 5px;
}

.herotextlink {
    font-weight: 600;
}

.btn-lg,
.btn-group-lg > .btn {
    border-radius: 6px;
}

.btn-white {
    background-color: #01539b!important;
    color: #ffffff!important;
}

.padding10alone {
    width: 80vw !important;
}

.btn {
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2em;
    display: inline-flex;
    justify-content: center;

    /* center the content horizontally */
    align-items: center;

    /* center the content vertically */
    --padding-x: 1.2em;
    border-color: transparent;

    /* hide button border */
    height: 3.5em;
    margin: 10px 0px 10px 0px;
}

/* footer */
.footer {
    background-color: #FFFFFF;
    line-height: 20px;

    /* border-top: 1px solid #DDDDDD; */
    overflow: hidden;
}

.footer nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.footer nav > ul a:not(.btn) {
    color: #777777;
    display: block;
    margin-bottom: 3px;
}

.footer nav > ul a:not(.btn):hover,
.footer nav > ul a:not(.btn):focus {
    color: #777777;
}

.footer .social-area {
    padding: 15px 0;
}

.footer .social-area h5 {
    padding-bottom: 15px;
}

.footer .social-area > a:not(.btn) {
    color: #777777;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.footer .social-area > a:not(.btn):hover,
.footer .social-area > a:not(.btn):focus {
    color: #777777;
}

.footer .copyright {
    color: #777777;
    padding: 10px 15px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
}

.footer hr {
    border-color: #DDDDDD;
}

.footer .title {
    color: #777777;
}

.footer .title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.footer .btn-social {
    color: #9A9A9A;
}

.footer:not(.footer-big) nav > ul {
    font-size: 16px;
}

.footer:not(.footer-big) nav > ul li {
    margin-left: 20px;
    float: left;
}

.footer:not(.footer-big) nav > ul a {
    padding: 10px 0px;
    margin: 15px 10px 15px 0px;
}

.footer-color-gray {
    background-color: #F5F5F5;
}

.footer-color-black,
.footer-transparent {
    background-color: rgba(30, 30, 30, 0.97);
    color: #DDDDDD;
}

.footer-color-black nav > ul a,
.footer-transparent nav > ul a {
    color: #FFFFFF;
}

.footer-color-black nav > ul a:hover,
.footer-color-black nav > ul a:focus,
.footer-transparent nav > ul a:hover,
.footer-transparent nav > ul a:focus {
    color: #777777;
}

.footer-color-black .social-area > a:not(.btn),
.footer-transparent .social-area > a:not(.btn) {
    color: #FFFFFF;
}

.footer-color-black .social-area > a:not(.btn):hover,
.footer-color-black .social-area > a:not(.btn):focus,
.footer-transparent .social-area > a:not(.btn):hover,
.footer-transparent .social-area > a:not(.btn):focus {
    color: #777777;
}

.footer-color-black .btn-social,
.footer-transparent .btn-social {
    color: #FFFFFF;
}

.footer-color-black hr,
.footer-transparent hr {
    border-color: #444444;
}

.footer-color-black .title,
.footer-transparent .title {
    color: #DDDDDD;
}

.footer-transparent {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.footer-transparent .container {
    z-index: 2;
    position: relative;
}

.footer-transparent::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    display: block;
    content: "";
    z-index: 1;
}

.footer-big {
    padding-top: 30px;
}

.footer-big hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-big .container > hr {
    margin-top: 50px;
}

.footer-big .copyright {
    margin: 10px 0px 20px;
}

.footer-big .social-area > * {
    margin: 0 15px;
}

.footer-big nav > ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.footer-big nav > ul li {
    float: none;
}

.footer-big nav > ul .btn {
    margin-bottom: 5px;
}

.footer-big nav > ul .btn-social.btn-simple {
    padding: 0 0 4px 0;
}

.footer-big .form-group {
    margin-top: 15px;
}

.footer-big .numbers h4 {
    margin: 0 0 10px 0;
}

.social-line {
    padding: 16px 0;
    background-color: #FFFFFF;
}

.social-line .title {
    margin: 0;
    line-height: 40px;
    font-size: 22px;
}

.social-line .btn {
    width: 100%;
}

.social-line-black {
    background-color: rgba(30, 30, 30, 0.97);
    color: #FFFFFF;
}

.big-image-two {
    height: 500px;
    width: 100vw;
    position: relative;
}

/* .fortypadding {
    padding: 0px 0px 40px 0px;
} */
.thirtypadding {
    padding: 30px 20px 0px 20px;
}

.twentypadding {
    padding: 0px 0px 20px 0px;
}

.tenypadding {
    padding: 0px 0px 10px 0px;
}

.big-image-three {
    height: 500px;
    width: 100vw!important;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("./assets/images/office-1.jpeg");
}

.hero-vblogo {
    width: 35px;
    display: block;
    padding-right: 5px;
}

.hero-partnerlogo {
    width: 70px;
    display: block;
}

.overlay2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.68);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.red-brandcolor {
    color: #ee4824;
}

.tenpadding-top {
    padding-top: 10px;
}

.blue-image-two {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #01539b;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bouton-image:before {
    content: "";
    width: 45px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.monBouton:before {
    background-image: url("./assets/images/vb-bridge-sm.png");
}

.btn-login {
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2em;
    display: inline-flex;
    justify-content: center;
    color: #000;

    /* center the content horizontally */
    align-items: center;

    /* center the content vertically */
    --padding-x: 1.2em;
    border-color: transparent;

    /* hide button border */
    height: 2.5em;
    margin: 5px 10px 5px 10px;
}

.verticalalign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.fortypadding-top {
    padding-top: 40px;
}

.vb-herologo {
    width: 250px;
}

/* Changes for small display */
@media all and (max-width: 480px) and (min-width: 320px) {
    .vb-herologo {
        width: 150px!important;
    }

    .hero-h2 {
        font-size: 34px!important;
        line-height: 34px!important;
    }

    .hero-h4 {
        font-size: 24px!important;
        line-height: 24px!important;
    }
}

/* Changes for small display */
@media all and (min-width: 1024px) {
    .big-image {
        height: 45vh;
        min-height: 600px!important;
        width: 100vw!important;
        position: relative;
        background-size: cover;
        background-position: 50% 50%;
        background-image: url("./assets/images/Dropshipping_hero-two.jpg");
        margin-top: 90;
    }
}

@media all and (max-width: 640px) and (min-width: 480px) {
    .vb-herologo {
        width: 180px!important;
    }
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.Header-centered {
    font-size: 45px;
}

.border-warning {
    border-color: #b4aeaa!important;
}

.hero-subtext {
    font-size: 15px!important;
}

.fourhundred {
    height: 300px!important;
}

/* Changes for large display */
@media all and (min-width: 1024px) {
    .fourhundred {
        height: 240px!important;
    }
}

/* ----navbar collapse----------------- */
@media (min-width: 780px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

/* fading carousel */
body .logo-grid {
    height: 140px;
}

body .logo-grid .column img {
    height: 140px;
}

body .logo-grid .column .grid-logo-wrapper {
    position: relative;
}

body .logo-grid .column .grid-logo-wrapper .grid-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(0px);
    transition: all 0.7s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

body .logo-grid .column .grid-logo-wrapper .grid-logo.active {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.poweredlogos {
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* tooltips */
.tooltip-inner {
    max-width: 310px;
    padding: 15px 12px;
    color: rgb(0, 0, 0);
    text-align: left;
    background-color: rgb(255, 255, 255, 1)!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 0 !important;
    box-shadow: 2px 2px 4px 0px rgba(161, 161, 161, 1);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgb(255, 255, 255) !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: rgb(255, 255, 255) !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: rgb(255, 255, 255) !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: rgb(255, 255, 255) !important;
}

.bs-tooltip-right .arrow::auto {
    border-right-color: white !important;
    box-shadow: 2px 2px 4px 0px rgba(161, 161, 161, 1);
}

.tooltip.show {
    opacity: 1;
}

.bluetext {
    color: #01539b;
}

.fixed-top {
    background-color: #fff;
    height: 90px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.hero-padding {
    margin-top: 90px;
}

.systemslogo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.systemslogo-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(20% - 8px);
    flex: 1 1 calc(20% - 8px);
    min-width: calc(20% - 8px);
    max-width: calc(20% - 8px);
    height: 60px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}

.systemslogo-column:hover {
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.systemslogo-column:empty {
    display: none;
}

.stats-box {
    margin-bottom: 20px;
}

.stats-box .col-md-4 > div {
    background: #f7f8fa;
    border: 1px solid #c8cdd3;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
}

.stats-box .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.pb-5x,
.py-5x {
    padding-bottom: 3rem !important;
}
@media (max-width:768px) {
    .mt-5, .my-5 {
        margin-top: 5rem !important;
    }
}

/* ── Retail Partners / Integrations pages ────────────────────── */
.page-hero {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 60px 0 40px;
}
.page-hero h1 { font-size: 2.4rem; font-weight: 300; }

.partner-highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.partner-highlight-logo {
    flex-shrink: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-highlight-logo img { max-width: 160px; max-height: 90px; object-fit: contain; }
.partner-highlight-info { flex: 1; }
.partner-highlight-info h3 { font-size: 1.4rem; font-weight: 400; color: #01539b; margin-bottom: 10px; }
.partner-highlight-info p { font-weight: 300; font-size: 15px; line-height: 1.7; color: #444; margin: 0; }

.partners-grid-heading {
    font-size: 1.1rem;
    font-weight: 400;
    color: #6c757e;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.partners-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}
.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    min-height: 90px;
    transition: box-shadow .2s;
}
.partner-logo-item:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.partner-logo-item img { max-width: 120px; max-height: 60px; object-fit: contain; }

@media (max-width: 600px) {
    .partner-highlight-card { flex-direction: column; }
    .partner-highlight-logo { width: 100%; }
}

/* ── Blog ───────────────────────────────────────────────────── */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
    margin-top: 20px;
}
.blog-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: box-shadow .2s;
}
.blog-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.blog-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #f1f5f9;
}
.blog-card-body { padding: 20px; }
.blog-card-meta { font-size: 12px; color: #94a3b8; margin-bottom: 8px; }
.blog-card-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; }
.blog-card-title a { color: #0f172a; text-decoration: none; }
.blog-card-title a:hover { color: #01539b; }
.blog-card-excerpt { font-size: 14px; color: #64748b; margin-bottom: 14px; line-height: 1.6; }
.blog-read-more { font-size: 13px; color: #01539b; font-weight: 600; text-decoration: none; }
.blog-read-more:hover { text-decoration: underline; }
.blog-empty { padding: 40px 0; }

/* Blog post page */
.blog-post-article { max-width: 780px; margin: 0 auto; }
.blog-post-hero {
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 28px;
}
.blog-post-header { margin-bottom: 28px; }
.blog-post-header h1 { font-size: 2rem; font-weight: 600; color: #0f172a; margin-bottom: 8px; letter-spacing: -0.5px; }
.blog-post-meta { font-size: 13px; color: #94a3b8; }
.blog-post-body { font-size: 15px; line-height: 1.8; color: #374151; }
.blog-post-body h2 { font-size: 1.4em; color: #0f172a; margin: 1.4em 0 .6em; font-weight: 600; }
.blog-post-body h3 { font-size: 1.2em; color: #0f172a; margin: 1.2em 0 .5em; font-weight: 600; }
.blog-post-body p { margin-bottom: .9em; }
.blog-post-body ul, .blog-post-body ol { margin: .5em 0 1em 1.5em; }
.blog-post-body li { margin-bottom: .3em; }
.blog-post-body a { color: #01539b; }
.blog-post-body img { max-width: 100%; border-radius: 8px; margin: .8em 0; }
.blog-post-body blockquote { border-left: 4px solid #01539b; padding: 12px 20px; background: #f0f7ff; border-radius: 0 8px 8px 0; margin: 1em 0; color: #1e40af; }
.blog-post-back { margin-top: 40px; padding-top: 20px; border-top: 1px solid #e2e8f0; }
.blog-post-back a { color: #01539b; font-size: 14px; font-weight: 600; text-decoration: none; }
.blog-post-back a:hover { text-decoration: underline; }

/* ── Portfolio ─────────────────────────────────────────────── */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
    margin-top: 20px;
}
.portfolio-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: box-shadow .2s;
}
.portfolio-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.portfolio-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.portfolio-card-img-placeholder { background-color: #f1f5f9; }
.portfolio-card-body { padding: 20px; }
.portfolio-category {
    display: inline-block;
    font-size: 11px; font-weight: 700;
    color: #01539b; text-transform: uppercase;
    letter-spacing: .5px; margin-bottom: 6px;
}
.portfolio-card-body h3 { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.portfolio-card-body p { font-size: 13px; color: #64748b; line-height: 1.6; margin-bottom: 12px; }
.portfolio-link { font-size: 13px; color: #01539b; font-weight: 600; text-decoration: none; }
.portfolio-link:hover { text-decoration: underline; }

/* ── Team ──────────────────────────────────────────────────── */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 28px;
    margin-top: 20px;
}
.team-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.team-card-photo {
    width: 100px; height: 100px; border-radius: 50%;
    object-fit: cover; margin: 0 auto 16px;
    border: 3px solid #e2e8f0;
    display: block;
}
.team-card-photo-placeholder {
    width: 100px; height: 100px; border-radius: 50%;
    background: #f1f5f9; margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 36px; color: #94a3b8;
}
.team-card-body h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.team-card-title { font-size: 13px; color: #01539b; font-weight: 600; margin-bottom: 10px; }
.team-card-bio { font-size: 13px; color: #64748b; line-height: 1.6; text-align: left; }
