:root {
    --orange: #f47a20;
    --orange-dark: #d85f08;
    --orange-soft: #fff6ef;
    --dark: #111827;
    --muted: #667085;
    --line: #eceff3;
    --white: #fff;
}
* {
    box-sizing: border-box;
}
body {
    font-family:
        "Akt",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    color: var(--dark);
    background: #fff;
    line-height: 1.6;
}
a {
    text-decoration: none;
}
.container {
    max-width: 1280px;
}
.site-header {
    border-bottom: 1px solid var(--line);
    background: #ffffffad;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}
.navbar {
    padding: 14px 0;
}
.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
}
.brand-text {
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--dark);
}
.nav-link {
    font-weight: 650;
    color: #202938 !important;
    padding: 14px 14px !important;
}
.nav-link:hover {
    color: var(--orange) !important;
}
.btn {
    border-radius: 12px;
    font-weight: 750;
    padding: 11px 20px;
}
.btn-orange {
    background: var(--orange);
    color: #fff;
    border: 1px solid var(--orange);
}
.btn-orange:hover {
    background: var(--orange-dark);
    border-color: var(--orange-dark);
    color: #fff;
}
.btn-outline-orange {
    border: 1px solid var(--orange);
    color: var(--orange);
    background: #fff;
}
.btn-outline-orange:hover {
    background: var(--orange);
    color: #fff;
}
.btn-outline-dark {
    border-color: #d0d5dd;
    color: #1d2939;
}
.btn-outline-dark:hover {
    background: #111827;
    color: #fff;
}
.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mobile-inquiry-btn {
    background: var(--orange);
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 800;
}
.mobile-inquiry-btn:hover {
    color: #fff;
    background: var(--orange-dark);
}
.navbar-toggler {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    padding: 8px 10px;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(244, 122, 32, 0.18);
}
.has-mega {
    position: static;
}
.mega-menu {
    width: min(1180px, calc(100vw - 32px));
    left: 50% !important;
    transform: translateX(-50%);
    top: 72px;
    border-radius: 20px;
    overflow: visible;
    padding: 0;
    border: 1px solid var(--line) !important;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12) !important;
}
.mega-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}
.mega-menu > .row {
    overflow: hidden;
    border-radius: 20px;
}
.mega-intro {
    background: #fff8f2;
    padding: 34px;
    border-right: 1px solid var(--line);
}
.mega-intro.orange-soft {
    background: #fff3ea;
}
.mega-intro h5 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 8px 0 12px;
}
.mega-intro p {
    color: var(--muted);
    margin-bottom: 18px;
}
.mini-cta {
    font-weight: 800;
    color: var(--orange);
}
.mega-links {
    background: #fff;
    padding: 26px;
}
.mega-link {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 13px;
    border-radius: 14px;
    color: var(--dark);
    border: 1px solid transparent;
    height: 100%;
}
.mega-link:hover {
    background: #fff8f2;
    border-color: #ffe0cc;
    color: var(--dark);
}
.mega-link i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 16px;
    flex: 0 0 auto;
}
.mega-link b {
    display: block;
    font-size: 15px;
}
.mega-link small {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
}
section {
    padding: 92px 0;
}
.section-white {
    background: #fff;
}
.section-orange-soft {
    background: var(--orange-soft);
}
.section-orange-clean {
    background: var(--orange);
    color: #fff;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
}
.eyebrow.light {
    color: #fff;
}
h1,
h2,
h3 {
    letter-spacing: -0.045em;
}
h1 {
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.02;
    margin: 14px 0 20px;
}
h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    margin: 10px 0 14px;
}
h3 {
    font-size: 21px;
    font-weight: 800;
}
.lead {
    font-size: 20px;
    color: var(--muted);
    max-width: 620px;
}
.section-orange-clean p {
    color: #fff8f2;
}
.section-heading {
    max-width: 800px;
}
.section-heading p,
.section-text {
    color: var(--muted);
    font-size: 18px;
}
.hero-section {
    padding-top: 110px;
    background: url("../images/index-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-media-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.09);
}
.media-toolbar {
    height: 42px;
    border-bottom: 1px solid var(--line);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
}
.media-toolbar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f47a20;
}
.video-placeholder {
    height: 390px;
    border-radius: 22px;
    background: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #98a2b3;
    text-align: center;
}
.video-placeholder i {
    font-size: 70px;
    color: var(--orange);
}
.video-placeholder p {
    font-weight: 700;
    color: #667085;
}
.floating-card {
    position: absolute;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
    font-weight: 800;
}
.floating-card i {
    color: var(--orange);
    margin-right: 7px;
}
.card-one {
    left: -24px;
    bottom: 70px;
}
.card-two {
    right: -18px;
    top: 105px;
}
.impact-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 620px;
}
.impact-item {
    background: #fff;
    border: 1px solid #ffe1cf;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 16px 45px rgba(17, 24, 39, 0.06);
    position: relative;
    overflow: hidden;
}
.impact-item:after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -30px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #fff3ea;
}
.impact-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.impact-item b {
    display: block;
    font-size: 32px;
    line-height: 1;
    font-weight: 850;
    color: var(--dark);
    position: relative;
    z-index: 1;
}
.impact-item small {
    display: block;
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
    margin-top: 6px;
    position: relative;
    z-index: 1;
}
.impact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 55px rgba(244, 122, 32, 0.13);
}
.growth-board {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.growth-card {
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 24px;
    padding: 24px;
    min-height: 188px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.04);
}
.growth-card.featured {
    grid-column: 1/-1;
    min-height: auto;
    align-items: center;
}
.growth-card i {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 24px;
    flex: 0 0 auto;
}
.growth-card b {
    display: block;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 6px;
}
.growth-card span {
    display: block;
    color: var(--muted);
    font-size: 15px;
}
.growth-card:hover {
    border-color: #ffc49d;
    transform: translateY(-3px);
}
.service-card {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    padding: 30px;
    transition: 0.25s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    border-color: #ffd4b8;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}
.service-card > i {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.service-card p {
    color: var(--muted);
    margin-bottom: 22px;
}
.service-card a {
    font-weight: 800;
    color: var(--orange);
}
.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.solution-grid div {
    background: #fff;
    color: var(--dark);
    border-radius: 24px;
    padding: 28px;
}
.solution-grid i {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 16px;
}
.solution-grid b {
    display: block;
    font-size: 18px;
}
.solution-grid span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    margin-top: 4px;
}
.case-card {
    border: 1px solid var(--line);
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: 0.25s;
}
.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}
.case-image {
    height: 210px;
    background: #f3f4f6;
    display: grid;
    place-items: center;
    color: #98a2b3;
    font-weight: 800;
}
.case-body {
    padding: 26px;
}
.case-body span {
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.case-body p {
    color: var(--muted);
}
.step-card {
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 22px;
    padding: 26px;
    height: 100%;
}
.step-card span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: var(--orange);
    color: #fff;
    border-radius: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}
.step-card p {
    color: var(--muted);
    margin: 0;
}
.contact-box {
    background: #111827;
    color: #fff;
    border-radius: 32px;
    padding: 46px;
}
.contact-box p {
    color: #d0d5dd;
}
.contact-points {
    display: grid;
    gap: 10px;
}
.contact-points span {
    font-weight: 700;
}
.contact-points i {
    color: var(--orange);
    margin-right: 8px;
}
.inquiry-form {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
}
.form-control,
.form-select {
    border-radius: 13px;
    border: 1px solid #e4e7ec;
    padding: 13px 15px;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 0.2rem rgba(244, 122, 32, 0.12);
}
.floating-inquiry {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    background: var(--orange);
    color: #fff;
    border-radius: 999px;
    padding: 13px 18px;
    font-weight: 800;
    box-shadow: 0 16px 40px rgba(244, 122, 32, 0.35);
    display: flex;
    gap: 8px;
    align-items: center;
}
.floating-inquiry:hover {
    color: #fff;
    background: var(--orange-dark);
}
.footer {
    background: #0b1220;
    color: #fff;
    padding: 64px 0 28px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 850;
    margin-bottom: 14px;
}
.footer-brand:hover {
    color: #fff;
}
.footer p {
    color: #aab3c2;
    max-width: 520px;
}
.footer h5 {
    font-weight: 800;
    margin-bottom: 16px;
}
.footer a {
    display: block;
    color: #ffffff;
    margin: 9px 0;
}
.footer a:hover {
    color: #fff;
}
.footer-cta-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.footer-cta-box span {
    font-weight: 800;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    color: #fff;
    margin: 0;
}
.social-icons a:hover {
    background: var(--orange);
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 34px;
    padding-top: 20px;
    color: #aab3c2;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 14px;
}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu,
    .navbar .dropdown > .dropdown-menu:hover {
        display: block;
    }
    .navbar .dropdown:hover > .nav-link {
        color: var(--orange) !important;
    }
    .dropdown-toggle::after {
        transition: 0.2s;
    }
    .has-mega:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}
@media (max-width: 991.98px) {
    section {
        padding: 66px 0;
    }
    .navbar-collapse {
        padding-top: 16px;
    }
    .nav-link {
        padding: 10px 0 !important;
    }
    .navbar-nav {
        align-items: stretch !important;
    }
    .mega-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        box-shadow: none !important;
        border: 1px solid var(--line) !important;
        border-radius: 18px;
        margin: 8px 0 14px;
        overflow: hidden;
    }
    .mega-menu:before {
        display: none;
    }
    .mega-menu .row {
        border-radius: 18px;
    }
    .mega-intro {
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }
    .mega-intro h5 {
        font-size: 20px;
    }
    .mega-links {
        padding: 16px;
    }
    .mega-link {
        padding: 11px;
    }
    .mega-link i {
        width: 32px;
        height: 32px;
    }
    .hero-section {
        padding-top: 70px;
    }
    .video-placeholder {
        height: 300px;
    }
    .floating-card {
        display: none;
    }
    .impact-strip {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .growth-board {
        grid-template-columns: 1fr;
    }
    .growth-card.featured {
        grid-column: auto;
    }
    .solution-grid {
        grid-template-columns: 1fr;
    }
    .contact-box {
        padding: 28px;
        border-radius: 24px;
    }
    .footer-top,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-cta-box {
        width: 100%;
        justify-content: space-between;
    }
    .brand-text {
        font-size: 15px;
    }
}
@media (max-width: 575.98px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }
    h1 {
        font-size: 38px;
    }
    .lead {
        font-size: 17px;
    }
    .hero-actions .btn {
        width: 100%;
    }
    .impact-strip {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .impact-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px;
    }
    .impact-icon {
        margin-bottom: 0;
    }
    .growth-card {
        padding: 20px;
        min-height: auto;
    }
    .growth-card {
        flex-direction: column;
    }
    .client-note > div > div,
    .service-card,
    .solution-grid div,
    .step-card {
        padding: 22px;
    }
    .floating-inquiry span {
        display: none;
    }
    .floating-inquiry {
        border-radius: 50%;
        width: 54px;
        height: 54px;
        justify-content: center;
        padding: 0;
    }
    .contact-box {
        margin: 0 -4px;
    }
    .inquiry-form {
        padding: 18px;
    }
    .footer-cta-box {
        display: block;
    }
    .footer-cta-box .btn {
        margin-top: 12px;
        width: 100%;
    }
}

/* v3 refinements */
.container,
.container-wide {
    max-width: 1360px;
}
.trust-performance-section {
    position: relative;
    overflow: hidden;
}
.trust-performance-section h2 {
    max-width: 650px;
}
.performance-panel {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 18px;
    align-items: stretch;
}
.performance-card {
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 26px;
    padding: 26px;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.045);
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-height: 178px;
    transition: 0.25s ease;
}
.performance-card:hover {
    transform: translateY(-3px);
    border-color: #ffc49d;
    box-shadow: 0 24px 60px rgba(244, 122, 32, 0.1);
}
.stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 25px;
    flex: 0 0 auto;
}
.stat-card {
    align-items: center;
}
.stat-card b {
    display: block;
    font-size: 46px;
    line-height: 0.95;
    font-weight: 850;
    letter-spacing: -0.06em;
    color: #111827;
}
.stat-card small {
    display: block;
    color: var(--muted);
    font-size: 15px;
    font-weight: 800;
    margin-top: 8px;
    line-height: 1.35;
}
.primary-stat {
    background: #fff;
    border-color: #ffcba8;
    min-height: 374px;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.primary-stat:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    width: 86px;
    height: 86px;
    border-radius: 24px;
    background: #fff3ea;
}
.primary-stat .stat-icon {
    position: absolute;
    top: 26px;
    left: 26px;
    background: var(--orange);
    color: #fff;
}
.primary-stat b {
    font-size: 76px;
}
.wide-card {
    grid-column: 1/-1;
    min-height: 150px;
    align-items: center;
}
.wide-card b {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}
.wide-card small {
    display: block;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}
.footer {
    background: #0f172a;
}
.footer-top {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 28px;
    margin-bottom: 38px;
}
.footer-links-row h5 {
    color: #fff;
}
.footer a {
    transition: 0.2s ease;
}
.social-icons a {
    font-size: 18px;
}
.about-hero {
    padding-top: 98px;
    background: url("../images/bg-creative-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.about-visual {
    min-height: 430px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
    padding: 18px;
    position: relative;
}
.about-visual-inner {
    height: 100%;
    min-height: 390px;
    border-radius: 22px;
    background: #f7f8fa;
    display: grid;
    place-items: center;
    text-align: center;
    color: #98a2b3;
    font-weight: 800;
}
.about-floating {
    position: absolute;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 16px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
    font-weight: 800;
}
.about-floating i {
    color: var(--orange);
    margin-right: 8px;
}
.about-floating.one {
    left: -20px;
    bottom: 50px;
}
.about-floating.two {
    right: -20px;
    top: 80px;
}
.trust-card,
.model-card,
.expertise-card,
.industry-card {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    padding: 28px;
    transition: 0.25s ease;
}
.trust-card:hover,
.model-card:hover,
.expertise-card:hover,
.industry-card:hover {
    transform: translateY(-4px);
    border-color: #ffd4b8;
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.08);
}
.trust-card i,
.model-card i,
.expertise-card i {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 23px;
    margin-bottom: 18px;
}
.trust-card p,
.model-card p,
.expertise-card p,
.industry-card p {
    color: var(--muted);
    margin-bottom: 0;
}
.number-band {
    background: #111827;
    color: #fff;
    border-radius: 32px;
    padding: 34px;
}
.number-band .number-item {
    padding: 18px;
}
.number-band b {
    font-size: 44px;
    line-height: 1;
    font-weight: 850;
    display: block;
}
.number-band span {
    color: #d0d5dd;
    font-weight: 700;
}
.engagement-section {
    background: #fff;
}
.process-line {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}
.process-pill {
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    font-weight: 800;
}
.process-pill span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--orange);
    color: #fff;
    margin: 0 auto 12px;
}
.cta-banner {
    background: var(--orange);
    color: #fff;
    border-radius: 32px;
    padding: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.cta-banner h2 {
    margin: 0;
    color: #fff;
}
.cta-banner p {
    color: #fff8f2;
    margin: 8px 0 0;
}
.cta-banner .btn {
    background: #fff;
    color: var(--orange);
    border-color: #fff;
}
@media (max-width: 991.98px) {
    .container,
    .container-wide {
        max-width: 100%;
    }
    .performance-panel {
        grid-template-columns: 1fr;
    }
    .primary-stat {
        min-height: 220px;
    }
    .primary-stat b {
        font-size: 58px;
    }
    .wide-card {
        align-items: flex-start;
    }
    .about-floating {
        display: none;
    }
    .process-line {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta-banner {
        display: block;
    }
    .cta-banner .btn {
        margin-top: 18px;
    }
    .footer-top {
        padding: 24px;
    }
    .mega-menu {
        max-height: 72vh;
        overflow-y: auto;
    }
    .mega-links .row {
        --bs-gutter-y: 0.65rem;
    }
}
@media (max-width: 575.98px) {
    .performance-card {
        min-height: auto;
        padding: 22px;
    }
    .primary-stat {
        min-height: 200px;
    }
    .primary-stat:before {
        width: 60px;
        height: 60px;
    }
    .primary-stat b {
        font-size: 50px;
    }
    .stat-card b {
        font-size: 38px;
    }
    .wide-card {
        flex-direction: column;
    }
    .number-band {
        border-radius: 24px;
        padding: 22px;
    }
    .process-line {
        grid-template-columns: 1fr;
    }
    .cta-banner {
        padding: 28px;
        border-radius: 24px;
    }
    .about-visual {
        min-height: 310px;
    }
    .about-visual-inner {
        min-height: 270px;
    }
}

/* v4 refinements */
.choose-section {
    position: relative;
    overflow: hidden;
}
.choose-section h2 {
    max-width: 650px;
}
.choose-points {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}
.choose-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #344054;
    font-weight: 700;
}
.choose-points i {
    color: var(--orange);
    font-size: 20px;
}
.choose-metrics-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 18px;
    align-items: stretch;
}
.metric-card {
    height: 100%;
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.045);
    position: relative;
    overflow: hidden;
    transition: 0.25s ease;
}
.metric-card:hover {
    transform: translateY(-4px);
    border-color: #ffc49d;
    box-shadow: 0 24px 60px rgba(244, 122, 32, 0.1);
}
.metric-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 22px;
}
.metric-card b {
    display: block;
    color: #111827;
    font-size: 46px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -0.06em;
}
.metric-card h3 {
    font-size: 21px;
    margin: 12px 0 8px;
    letter-spacing: -0.03em;
}
.metric-card p {
    color: var(--muted);
    margin: 0;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}
.metric-large {
    grid-row: span 2;
    background: #111827;
    color: #fff;
    border-color: #111827;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 390px;
}
.metric-large .metric-icon {
    position: absolute;
    top: 28px;
    left: 28px;
    background: var(--orange);
    color: #fff;
}
.metric-large b,
.metric-large h3 {
    color: #fff;
}
.metric-large p {
    color: #d0d5dd;
}
.metric-wide {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: auto 90px 1fr;
    gap: 20px;
    align-items: center;
}
.metric-wide .metric-icon {
    margin: 0;
}
.metric-wide h3 {
    margin: 0 0 6px;
}
.modern-work-section {
    overflow: hidden;
}
.work-flow-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    position: relative;
}
.work-step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 24px;
    min-height: 250px;
    position: relative;
    box-shadow: 0 14px 38px rgba(17, 24, 39, 0.04);
    transition: 0.25s ease;
}
.work-step:hover,
.work-step.active {
    border-color: #ffc49d;
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(244, 122, 32, 0.1);
}
.work-step span {
    font-size: 13px;
    font-weight: 850;
    color: var(--orange);
    letter-spacing: 0.08em;
}
.work-step i {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 24px;
    margin: 22px 0;
}
.work-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.work-step p {
    color: var(--muted);
    margin: 0;
    line-height: 1.55;
}
.work-step.active {
    background: #fff8f2;
}
.web-hero {
    padding-top: 98px;
    background: url("../images/bg-web-development.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.web-visual {
    min-height: 430px;
    border: 1px solid #ffe0cc;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
    padding: 18px;
}
.web-visual-inner {
    height: 100%;
    min-height: 390px;
    border-radius: 24px;
    background: #f7f8fa;
    display: grid;
    place-items: center;
    text-align: center;
    color: #98a2b3;
    font-weight: 800;
}
.feature-list {
    display: grid;
    gap: 12px;
}
.feature-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #344054;
    font-weight: 700;
}
.feature-list i {
    color: var(--orange);
}
.web-service-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 28px;
    transition: 0.25s ease;
}
.web-service-card:hover {
    transform: translateY(-4px);
    border-color: #ffd4b8;
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.08);
}
.web-service-card i {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 23px;
    margin-bottom: 18px;
}
.web-service-card p {
    color: var(--muted);
    margin-bottom: 0;
}
@media (max-width: 1199.98px) {
    .work-flow-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991.98px) {
    .choose-metrics-grid {
        grid-template-columns: 1fr;
    }
    .metric-large {
        min-height: 260px;
    }
    .metric-wide {
        grid-template-columns: 1fr;
    }
    .work-flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.98px) {
    .metric-card {
        padding: 22px;
        border-radius: 24px;
    }
    .metric-large {
        min-height: 230px;
    }
    .metric-card b {
        font-size: 40px;
    }
    .work-flow-grid {
        grid-template-columns: 1fr;
    }
    .work-step {
        min-height: auto;
    }
    .web-visual {
        min-height: 310px;
    }
    .web-visual-inner {
        min-height: 270px;
    }
}

.creative-bg-2 {
    padding-top: 98px;
    background: url("../images/bg-creative-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.creative-bg-3 {
    padding-top: 98px;
    background: url("../images/bg-creative-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.creative-home-2 {
    padding-top: 98px;
    background: url("../images/bg-hero-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* v7 solution + contact refinements */
.contact-hero {
    padding-top: 98px;
}
.lead-form-card {
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 32px;
    padding: 30px;
    box-shadow: 0 28px 80px rgba(17, 24, 39, 0.09);
}
.form-title {
    margin-bottom: 22px;
}
.form-title h2 {
    margin-bottom: 8px;
}
.clean-form {
    padding: 0;
    background: transparent;
    border: 0;
}
.clean-form label {
    font-size: 13px;
    font-weight: 800;
    color: #344054;
    margin-bottom: 8px;
}
.clean-form .form-control,
.clean-form .form-select {
    height: 54px;
    border-radius: 14px;
    border-color: #e5e7eb;
    font-weight: 600;
}
.clean-form textarea.form-control {
    height: auto;
}
.clean-form .form-control:focus,
.clean-form .form-select:focus {
    border-color: #f47a20;
    box-shadow: 0 0 0 0.22rem rgba(244, 122, 32, 0.12);
}
.contact-info-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 30px;
    transition: 0.25s ease;
}
.contact-info-card:hover {
    transform: translateY(-4px);
    border-color: #ffd4b8;
    box-shadow: 0 22px 55px rgba(17, 24, 39, 0.08);
}
.contact-info-card i {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #fff3ea;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-size: 25px;
    margin-bottom: 18px;
}
.contact-info-card p {
    color: var(--muted);
    margin: 0;
}
.map-frame {
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 32px;
    padding: 14px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
    overflow: hidden;
}
.map-frame iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border-radius: 24px;
}
.web-hero h1,
.contact-hero h1 {
    max-width: 740px;
}
.footer-links-row a[href="#solutions"] {
    pointer-events: auto;
}
@media (max-width: 991.98px) {
    .lead-form-card {
        padding: 24px;
    }
    .map-frame iframe {
        min-height: 360px;
    }
    .contact-hero {
        padding-top: 72px;
    }
}
@media (max-width: 575.98px) {
    .lead-form-card {
        padding: 20px;
        border-radius: 24px;
    }
    .map-frame {
        border-radius: 24px;
    }
    .map-frame iframe {
        min-height: 320px;
        border-radius: 18px;
    }
    .contact-info-card {
        padding: 24px;
    }
}

/* v8 testimonials and internal service pages */
.testimonial-section {
    position: relative;
    overflow: hidden;
}
.testimonial-wrap {
    background: #fff;
    border: 1px solid #f2e5d6;
    border-radius: 34px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(33, 33, 33, 0.06);
}
.testimonial-card {
    min-height: 310px;
    display: flex;
    align-items: center;
}
.testimonial-quote {
    font-size: 1.35rem;
    line-height: 1.65;
    color: #222;
    font-weight: 500;
    margin-bottom: 26px;
}
.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff3e6;
    border: 1px solid #ffd7ae;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f47a20;
    font-size: 1.65rem;
    overflow: hidden;
}
.testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-profile h4 {
    font-size: 1.05rem;
    margin: 0;
    font-weight: 800;
    color: #111827;
}
.testimonial-profile p {
    margin: 3px 0 0;
    color: #6b7280;
    font-size: 0.95rem;
}
.testimonial-metrics {
    background: #fff7ef;
    border: 1px solid #ffd9b7;
    border-radius: 26px;
    padding: 26px;
    height: 100%;
}
.testimonial-metrics .metric-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #f5d7bd;
}
.testimonial-metrics .metric-row:last-child {
    border-bottom: 0;
}
.testimonial-metrics i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff;
    color: #f47a20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 10px 24px rgba(244, 122, 32, 0.12);
}
.testimonial-metrics b {
    display: block;
    color: #111827;
    font-size: 1rem;
}
.testimonial-metrics span {
    display: block;
    color: #6b7280;
    font-size: 0.92rem;
    margin-top: 3px;
}
.carousel-control-clean {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #111827;
    opacity: 1;
    top: auto;
    bottom: 0;
}
.carousel-control-clean.carousel-control-prev {
    left: auto;
    right: 58px;
}
.carousel-control-clean.carousel-control-next {
    right: 0;
}
.carousel-control-clean i {
    color: #fff;
    font-size: 1.15rem;
}
.service-detail-hero {
    padding: 86px 0;
    background: #fff7ef;
    border-bottom: 1px solid #f5dfca;
    background: url("../images/bg-creative-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ffd7ae;
    border-radius: 999px;
    padding: 8px 14px;
    color: #d76108;
    font-weight: 800;
    font-size: 0.82rem;
    margin-bottom: 16px;
}
.service-detail-card {
    background: #fff;
    border: 1px solid #f1e4d8;
    border-radius: 28px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 16px 42px rgba(31, 41, 55, 0.055);
    transition: 0.25s ease;
}
.service-detail-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(31, 41, 55, 0.08);
    border-color: #ffc999;
}
.service-detail-card i {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #fff3e8;
    color: #f47a20;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 18px;
}
.service-detail-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.service-strip {
    background: #111827;
    color: #fff;
    border-radius: 32px;
    padding: 34px;
}
.service-strip h2,
.service-strip p {
    color: #fff;
}
.service-strip .btn {
    white-space: nowrap;
}
.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.check-item {
    background: #fff;
    border: 1px solid #f0e3d6;
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #374151;
}
.check-item i {
    color: #f47a20;
}
@media (max-width: 991px) {
    .testimonial-wrap {
        padding: 24px;
    }
    .testimonial-card {
        min-height: auto;
        padding-bottom: 62px;
    }
    .testimonial-quote {
        font-size: 1.08rem;
    }
    .carousel-control-clean {
        bottom: 0;
    }
    .check-grid {
        grid-template-columns: 1fr;
    }
    .service-strip {
        padding: 26px;
    }
    .service-detail-hero {
        padding: 58px 0;
    }
}

/* v9 alignment + contact refinements */
.service-card,
.web-service-card,
.service-detail-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
}
.service-card p,
.web-service-card p,
.service-detail-card p {
    flex: 1 1 auto;
}
.service-card a,
.web-service-card .mini-cta,
.service-detail-card .mini-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.web-service-card.text-decoration-none:hover {
    color: var(--dark) !important;
}
.footer-contact-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    color: #aab3c2;
    font-size: 14px;
    line-height: 1.55;
}
.footer-contact-list span {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.footer-contact-list i {
    color: var(--orange);
    margin-top: 3px;
}
.contact-info-card a {
    color: var(--dark);
    font-weight: 800;
}
.contact-info-card .small-line {
    display: block;
    color: var(--muted);
    font-size: 14px;
    margin-top: 6px;
}
@media (max-width: 991.98px) {
    .web-service-card,
    .service-card {
        min-height: auto;
    }
    .mega-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        box-shadow: none !important;
        border-radius: 16px;
        margin-top: 8px;
    }
    .mega-menu > .row {
        border-radius: 16px;
    }
    .mega-intro {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 22px;
    }
    .mega-links {
        padding: 18px;
    }
    .mega-link {
        padding: 12px;
    }
}

/* Requested refinements */
h2 {
    text-transform: capitalize;
}
.web-service-card .mini-cta,
.service-detail-card .mini-cta {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 16px;
    margin-top: 18px;
}
.service-card .mini-cta {
    align-self: stretch;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 16px;
    margin-top: 18px;
}

/* v10 case study UI + impact card refinement */
.impact-item:after {
    display: none !important;
    content: none !important;
}
.impact-item {
    isolation: isolate;
    background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
    border-color: #ffe4d1;
}
.impact-item:before {
    content: "";
    position: absolute;
    inset: auto 16px 14px 16px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--orange), #ffbd8a);
    opacity: 0.95;
    transition: 0.25s ease;
}
.impact-item:hover:before {
    height: 6px;
    inset: auto 12px 12px 12px;
}
.case-card.dynamic-case-card {
    display: flex;
    flex-direction: column;
}
.case-card .case-image {
    overflow: hidden;
    text-decoration: none;
}
.case-card .case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease;
}
.case-card:hover .case-image img {
    transform: scale(1.04);
}
.case-placeholder {
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
    gap: 8px;
    text-align: center;
    color: #98a2b3;
    background: #f7f8fa;
}
.case-placeholder i {
    font-size: 34px;
    color: var(--orange);
}
.case-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.case-body h3 a {
    color: var(--dark);
}
.case-body h3 a:hover {
    color: var(--orange);
}
.case-body p {
    flex: 1;
}
.case-read {
    margin-top: auto;
    font-weight: 800;
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.case-detail-hero {
    padding: 96px 0 190px;
    background: #fff7ef;
    border-bottom: 1px solid #ffe2cc;
    position: relative;
    overflow: hidden;
}
.case-detail-hero:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -160px;
    transform: translateX(-50%);
    width: 840px;
    height: 300px;
    border-radius: 50%;
    background: rgba(244, 122, 32, 0.1);
    filter: blur(8px);
}
.blog-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #ffd6b7;
    color: var(--orange-dark);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 850;
    margin-bottom: 18px;
}
.case-detail-hero h1 {
    font-size: clamp(36px, 5vw, 62px);
    letter-spacing: -0.055em;
    max-width: 920px;
    margin: 0 auto 18px;
}
.case-detail-hero p {
    font-size: 20px;
    color: #5f6673;
    max-width: 820px;
    margin: 0 auto 22px;
    line-height: 1.75;
}
.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    color: #667085;
    font-weight: 750;
    font-size: 14px;
}
.blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.blog-meta i {
    color: var(--orange);
}
.case-detail-main {
    padding-top: 0;
}
.case-cover-wrap {
    margin-top: -130px;
    background: #fff;
    border: 1px solid #ffe0cc;
    border-radius: 34px;
    padding: 14px;
    box-shadow: 0 28px 90px rgba(17, 24, 39, 0.12);
    position: relative;
    z-index: 2;
}
.case-cover-wrap img,
.case-cover-placeholder {
    width: 100%;
    height: 470px;
    border-radius: 24px;
    object-fit: cover;
    display: grid;
    place-items: center;
    background: #f4f5f7;
    color: #98a2b3;
    font-weight: 850;
}
.case-cover-placeholder i {
    font-size: 54px;
    color: var(--orange);
    display: block;
    margin-bottom: 10px;
}
.blog-detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 44px;
    box-shadow: 0 18px 60px rgba(17, 24, 39, 0.055);
}
.blog-content {
    font-size: 18px;
    color: #344054;
    line-height: 1.85;
}
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: #111827;
    letter-spacing: -0.035em;
    margin-top: 1.6em;
    margin-bottom: 0.55em;
    text-transform: none;
}
.blog-content h2 {
    font-size: 34px;
}
.blog-content h3 {
    font-size: 26px;
}
.blog-content p {
    margin-bottom: 1.15em;
}
.blog-content ul,
.blog-content ol {
    padding-left: 22px;
    margin-bottom: 1.4em;
}
.blog-content li {
    margin-bottom: 10px;
}
.blog-content blockquote {
    border-left: 5px solid var(--orange);
    background: #fff7ef;
    border-radius: 0 18px 18px 0;
    padding: 22px 26px;
    margin: 28px 0;
    color: #1f2937;
    font-weight: 650;
}
.case-sidebar {
    top: 95px;
}
.sidebar-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 26px;
    margin-bottom: 20px;
    box-shadow: 0 16px 44px rgba(17, 24, 39, 0.045);
}
.sidebar-box h3 {
    font-size: 21px;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
}
.cta-sidebar {
    background: #111827;
    color: #fff;
    border-color: #111827;
}
.cta-sidebar h3,
.cta-sidebar p {
    color: #fff;
}
.cta-sidebar p {
    opacity: 0.78;
}
.case-capability-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 13px;
    color: #4b5563;
    font-weight: 700;
}
.case-capability-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.case-capability-list i {
    color: var(--orange);
    margin-top: 2px;
}
.related-case-list {
    display: grid;
    gap: 12px;
}
.related-case-list a {
    display: block;
    border: 1px solid #f0e3d6;
    border-radius: 18px;
    padding: 15px;
    color: var(--dark);
    background: #fffaf6;
    transition: 0.2s ease;
}
.related-case-list a:hover {
    border-color: #ffc99f;
    transform: translateY(-2px);
}
.related-case-list b {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.related-case-list span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .case-detail-hero {
        padding: 70px 0 140px;
    }
    .case-cover-wrap {
        margin-top: -105px;
    }
    .case-cover-wrap img,
    .case-cover-placeholder {
        height: 340px;
    }
    .blog-detail-card {
        padding: 28px;
    }
    .blog-content {
        font-size: 16px;
    }
    .blog-content h2 {
        font-size: 28px;
    }
    .case-sidebar {
        position: static !important;
    }
    .case-detail-hero p {
        font-size: 17px;
    }
}
@media (max-width: 575.98px) {
    .case-detail-hero {
        padding: 54px 0 110px;
    }
    .case-cover-wrap {
        margin-top: -82px;
        border-radius: 24px;
        padding: 8px;
    }
    .case-cover-wrap img,
    .case-cover-placeholder {
        height: 230px;
        border-radius: 18px;
    }
    .blog-detail-card {
        padding: 22px;
        border-radius: 22px;
    }
    .sidebar-box {
        padding: 22px;
        border-radius: 22px;
    }
    .blog-meta {
        font-size: 13px;
        gap: 9px 12px;
    }
    .case-detail-hero h1 {
        font-size: 34px;
    }
}


.tech-wrap {
    background: #fff;
    padding: 70px 45px;
    border-radius: 2px;
    overflow: hidden;
    margin-top:90px;
    border-radius: 32px;
  }
  .section-title {
    font-weight: 800;
    color: #111827;
    margin-bottom: 45px;
  }
  .tech-card {
    height: 125px;
    background: #fff;
    border: 1px solid #edf0f5;
    border-top: 4px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: 0.25s ease;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.035);
  }
  .tech-card:hover {
    transform: translateY(-5px);
    border-top-color: #ff7a00;
    box-shadow: 0 16px 35px rgba(255, 122, 0, 0.12);
  }
  .tech-card i {
    font-size: 34px;
    color: #ff7a00;
  }
  .tech-card span {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    white-space: nowrap;
  }
  @media (max-width: 767px) {
    .tech-wrap {
      padding: 45px 18px;
    }
    .tech-card {
      height: 105px;
    }
    .tech-card span {
      font-size: 17px;
    }
  }


   .linkedin-page .linkedin-hero-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, .08);
    position: relative;
    overflow: hidden
  }

  .linkedin-page .linkedin-hero-card:before {
    content: "";
    position: absolute;
    inset: auto -40px -50px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff3e8;
    z-index: 0
  }

  .linkedin-page .linkedin-visual-inner {
    position: relative;
    z-index: 1;
    background: #fafafa;
    border: 1px solid rgba(17, 24, 39, .06);
    border-radius: 24px;
    padding: 24px
  }

  .linkedin-page .profile-preview {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 14px;
    box-shadow: 0 12px 35px rgba(17, 24, 39, .06)
  }

  .linkedin-page .profile-top {
    display: flex;
    align-items: center;
    gap: 14px
  }

  .linkedin-page .avatar-placeholder {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ff7a1a;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px
  }

  .linkedin-page .profile-lines span {
    display: block;
    height: 9px;
    border-radius: 20px;
    background: #e5e7eb;
    margin: 7px 0
  }

  .linkedin-page .profile-lines span:first-child {
    width: 170px;
    background: #111827
  }

  .linkedin-page .profile-lines span:last-child {
    width: 230px
  }

  .linkedin-page .signal-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
  }

  .linkedin-page .signal-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 16px;
    padding: 16px;
    text-align: center
  }

  .linkedin-page .signal-card strong {
    display: block;
    font-size: 25px;
    color: #ff6b00;
    line-height: 1
  }

  .linkedin-page .signal-card span {
    font-size: 12px;
    color: #6b7280
  }

  .linkedin-page .li-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 22px;
    padding: 28px;
    transition: .25s ease;
    box-shadow: 0 12px 35px rgba(17, 24, 39, .04)
  }

  .linkedin-page .li-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(17, 24, 39, .08);
    border-color: rgba(255, 107, 0, .25)
  }

  .linkedin-page .li-card i {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #fff2e8;
    color: #ff6b00;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 18px
  }

  .linkedin-page .li-card h3 {
    font-size: 20px;
    margin-bottom: 10px
  }

  .linkedin-page .li-card p {
    color: #5f6673;
    margin-bottom: 0
  }

  .linkedin-page .linkedin-strip {
    background: #111827;
    color: #fff;
    border-radius: 30px;
    padding: 36px;
    position: relative;
    overflow: hidden
  }

  .linkedin-page .linkedin-strip:after {
    content: "";
    position: absolute;
    right: -30px;
    top: -30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 28px solid rgba(255, 122, 26, .18)
  }

  .linkedin-page .linkedin-strip h2,
  .linkedin-page .linkedin-strip p {
    position: relative;
    z-index: 1
  }

  .linkedin-page .pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
  }

  .linkedin-page .pill-list span {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 14px;
    color: #111827
  }

  .linkedin-page .process-card {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 22px;
    padding: 24px;
    height: 100%;
    position: relative
  }

  .linkedin-page .process-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff7a1a;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    margin-bottom: 16px
  }

  .linkedin-page .lead-box {
    background: #fff7f0;
    border: 1px solid rgba(255, 107, 0, .18);
    border-radius: 26px;
    padding: 30px
  }

  .linkedin-page .lead-box ul {
    padding-left: 0;
    list-style: none;
    margin: 0
  }

  .linkedin-page .lead-box li {
    display: flex;
    gap: 10px;
    margin: 13px 0;
    color: #343a46
  }

  .linkedin-page .lead-box li i {
    color: #ff6b00;
    margin-top: 2px
  }

  .linkedin-page .content-split {
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(17, 24, 39, .08);
    padding: 34px;
    box-shadow: 0 16px 45px rgba(17, 24, 39, .05)
  }

  .linkedin-page .mini-metric {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(17, 24, 39, .08);
    padding: 18px
  }

  .linkedin-page .mini-metric strong {
    display: block;
    color: #ff6b00;
    font-size: 28px
  }

  .linkedin-page .faq-item {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 18px;
    padding: 22px;
    height: 100%
  }

  @media(max-width:991px) {
    .linkedin-page .linkedin-strip {
      padding: 28px
    }

    .linkedin-page .signal-row {
      grid-template-columns: 1fr
    }

    .linkedin-page .content-split {
      padding: 24px
    }

    .linkedin-page .linkedin-hero-card {
      margin-top: 20px
    }
  }

  @media(max-width:575px) {
    .linkedin-page .linkedin-strip {
      border-radius: 22px;
      padding: 24px
    }

    .linkedin-page .li-card,
    .linkedin-page .process-card,
    .linkedin-page .lead-box {
      padding: 22px
    }

    .linkedin-page .profile-lines span:last-child {
      width: 180px
    }
  }