/**
* Template Name: DevFolio - v2.3.0
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0e7490;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0e7490;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow, .paralax-mf, .service-box, .work-box, .card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a, .button:hover {
  box-shadow: 0 0 0 4px #cffafe;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: #011d3d;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
  text-align: center;
  display: block;
  width: 100%;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0e7490;
  margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0e7490;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0e7490;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0e7490;
  color: #fff;
  box-shadow: 0 0 0 3px #cffafe;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect, .socials ul, .list-ico, .blog-wrapper .post-meta ul, .box-comments .list-comments, .widget-sidebar .list-sidebar, .widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0e7490;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0e7490;
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cffafe;
  border: 0px solid #cffafe;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cffafe;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0e7490;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/*------/ Back to top button /------*/
/* Remove back-to-top button */
.back-to-top { display: none !important; }

/*------/ Branded entrance (replaces spinner preloader) /------*/
#preloader,
.brand-entrance {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(14, 116, 144, 0.28), transparent 55%),
    linear-gradient(165deg, #031525 0%, #062033 45%, #0a1a28 100%);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

#preloader:before {
  display: none;
}

.brand-entrance-inner {
  text-align: center;
  padding: 1.5rem;
  animation: brand-entrance-in 0.55s ease both;
}

.brand-entrance-name {
  margin: 0;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f8fafc;
  line-height: 1.15;
}

.brand-entrance-tag {
  margin: 0.65rem 0 0;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(165, 243, 252, 0.78);
}

.brand-entrance-bar {
  width: 88px;
  height: 1px;
  margin: 1.5rem auto 0;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  border-radius: 1px;
}

.brand-entrance-bar span {
  display: block;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #67e8f9, transparent);
  animation: brand-entrance-bar 1.1s ease-in-out infinite;
}

#preloader.is-done,
.brand-entrance.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes brand-entrance-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes brand-entrance-bar {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(280%);
  }
}

/*------/ Button /------*/
.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #155e75;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0e7490;
  color: #fff;
  border-color: #cffafe;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/*--------------------------------------------------------------
# Nav Bar
--------------------------------------------------------------*/
.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before, .navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

@media (min-width: 768px) {
  .navbar-b.navbar-trans .nav-link:before, .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before, .navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before, .navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #0e7490;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #0e7490;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #0e7490;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #0e7490;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #0e7490;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar-b .nav-link {
  text-decoration: none;
}

body.project-detail-page .navbar-b,
body.project-detail-page .navbar-b.navbar-trans,
body.project-detail-page .navbar-b.navbar-reduce {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e3e8ef;
  box-shadow: 0 8px 24px rgba(18, 24, 38, 0.08);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.project-detail-page .navbar-b.navbar-trans .navbar-brand,
body.project-detail-page .navbar-b.navbar-reduce .navbar-brand,
body.project-detail-page .navbar-b .navbar-brand {
  color: #121826;
}

body.project-detail-page .navbar-b.navbar-trans .nav-link,
body.project-detail-page .navbar-b.navbar-reduce .nav-link,
body.project-detail-page .navbar-b .nav-link {
  color: #155e75;
}

body.project-detail-page .navbar-b.navbar-trans .nav-link:before,
body.project-detail-page .navbar-b.navbar-reduce .nav-link:before {
  background-color: #155e75;
}

body.project-detail-page .navbar-b.navbar-trans .nav-link:hover,
body.project-detail-page .navbar-b.navbar-reduce .nav-link:hover,
body.project-detail-page .navbar-b.navbar-trans .nav-link.active,
body.project-detail-page .navbar-b.navbar-reduce .nav-link.active {
  color: #0e7490;
}

body.project-detail-page .navbar-b .navbar-toggler span,
body.project-detail-page .navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #121826;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #0e7490;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0e7490;
}

/*--/ Hamburger Navbar /--*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

.trust-mobile-menu-toggle {
  position: fixed;
  top: 1.25rem;
  right: 1rem;
  z-index: 1101;
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--trust-radius);
  background: rgba(3, 9, 23, 0.42);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 12px 24px rgba(3, 9, 23, 0.18);
}

.trust-mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 3px 0;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.trust-mobile-menu-toggle:not(.collapsed) span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.trust-mobile-menu-toggle:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.trust-mobile-menu-toggle:not(.collapsed) span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

@media (min-width: 992px) {
  .trust-mobile-menu-toggle {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .intro .intro-title {
    font-size: 4.5rem;
  }
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .intro-single .intro-title {
    font-size: 3.5rem;
  }
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0e7490;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cffafe;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cffafe;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cffafe;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #0e7490;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0e7490;
  box-shadow: 0 0 0 10px #cffafe;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #000000;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cffafe;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0e7490;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0e7490;
  float: right;
}

.work-content .w-like a {
  color: #0e7490;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/* Equal-height project cards (homepage + projects page) */
.project-grid {
  row-gap: 2rem;
}

.project-grid .work-box {
  margin-bottom: 0;
}

.project-grid > [class*="col-"] {
  display: flex;
  align-items: stretch;
}

.project-grid > [class*="col-"] > .work-box {
  flex: 1 1 auto;
  width: 100%;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0e7490 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-collapse:not(.collapse) {
    display: none !important;
  }

  .intro-single {
    height: auto;
    min-height: 320px;
    padding: 6.5rem 0 2.75rem;
  }

  .intro-single .intro-content {
    position: relative;
    width: 100%;
    margin-top: 0;
    inset: auto;
  }

  .intro-single .display-table,
  .intro-single .table-cell {
    display: block;
    height: auto;
  }

  .intro-single .intro-title {
    font-size: 2.1rem;
    line-height: 1.12;
    text-transform: none;
    overflow-wrap: anywhere;
  }

  .intro-single .breadcrumb {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .portfolio-details {
    padding-top: 0;
  }

  .portfolio-details[style*="margin-top"] {
    margin-top: 32px !important;
  }

  body:not(.trust-home):not(.case-studies-page):not(.practice-site):not(.project-detail-page) .navbar-b {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: rgba(3, 9, 23, 0.94);
  }

  body:not(.trust-home):not(.case-studies-page):not(.practice-site):not(.project-detail-page) .navbar-b .navbar-collapse {
    flex-basis: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--trust-line);
    border-radius: var(--trust-radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--trust-shadow);
  }

  body:not(.trust-home):not(.case-studies-page):not(.practice-site):not(.project-detail-page) .navbar-b.navbar-trans .navbar-collapse .nav-link,
  body:not(.trust-home):not(.case-studies-page):not(.practice-site):not(.project-detail-page) .navbar-b.navbar-reduce .navbar-collapse .nav-link {
    color: var(--trust-blue);
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0e7490;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

.testimonial-box .description {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

@media (min-width: 768px) {
  .testimonial-box .description {
    padding: 0 5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

@media (min-width: 767px) {
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #0e7490;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #0e7490;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input::focus, .php-email-form textarea::focus {
  background-color: #0e7490;
}

.php-email-form input {
  padding: 20px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
  margin-bottom: 0;
}

.php-email-form button[type="submit"] {
  background: #0e7490;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.php-email-form button[type="submit"]:hover {
  background: #0891b2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0e7490;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0e7490;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0e7490;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0e7490;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0e7490;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/
.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0e7490;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0e7490;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0e7490;
  border-color: #0e7490;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0e7490;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #155e75;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}
/* === Portfolio Polish: Fonts, Colors, Spacing, Photo, Chatbot, RAG Card === */

/* Fonts */
body {
  font-family: 'Inter', Arial, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1A1A1A;
  background: #FAFAFA;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', Arial, system-ui, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #1A1A1A;
}

/* Links */
a {
  color: #0e7490;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #155e75;
}

/* Borders */
hr, .box-shadow-full, .card, .about-mf, .portfolio-details, .work-box, .contact-mf {
  border-color: #E5E5E5 !important;
}

/* Section Spacing */
h2 {
  margin-top: 40px !important;
}
section, .section, .about-mf, .portfolio-mf, .contact-mf {
  padding: 24px 0;
}
@media (max-width: 768px) {
  section, .section, .about-mf, .portfolio-mf, .contact-mf {
    padding: 16px 0;
  }
}

/* Paragraph Readability */
p, ul, ol {
  max-width: 65ch;
  margin-bottom: 1.5em;
}

/* Photo Styling */
.about-profile-img, .about-img img {
  max-width: 200px;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Chatbot Widget */
.chatbot-sidebar {
  opacity: 0.95 !important;
  border: 1.5px solid #E5E5E5 !important;
  background: #fff !important;
}

/* Responsive Padding */
@media (max-width: 768px) {
  .about-profile-img, .about-img img {
    max-width: 100%;
  }
}

/* === Trust-first UX system === */
:root {
  --trust-ink: #121826;
  --trust-muted: #5f6b7a;
  --trust-line: #e3e8ef;
  --trust-panel: #ffffff;
  --trust-panel-soft: #f7fafc;
  --trust-blue: #0e7490;
  --trust-cyan: #0891b2;
  --trust-accent: #155e75;
  --trust-amber: #b45309;
  --trust-red: #b42318;
  --trust-shadow: 0 18px 40px rgba(18, 24, 38, 0.12);
  --trust-radius: 8px;
  --chatbot-width: 380px;
  --chatbot-top: 90px;
}

/* Practice-site: hide legacy portfolio search; calm chatbot proof framing */
.practice-home .navbar-search {
  display: none !important;
}
.practice-home .chatbot-subtitle {
  font-size: 0.72rem;
  line-height: 1.35;
  opacity: 0.9;
}
.practice-home .service-card .service-icon {
  display: none;
}
.practice-home .trust-hero-video {
  display: none;
}

.trust-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/home-hero-bg-960.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .trust-hero-bg {
    background-image: url("../img/home-hero-bg-1600.webp");
  }
}

html,
body {
  overflow-x: hidden;
}

body.trust-home,
body.case-studies-page {
  color: var(--trust-ink);
  background: #f8fafc;
}

body.trust-home h1,
body.trust-home h2,
body.trust-home h3,
body.trust-home h4,
body.trust-home h5,
body.trust-home h6,
body.case-studies-page h1,
body.case-studies-page h2,
body.case-studies-page h3,
body.case-studies-page h4 {
  letter-spacing: 0;
}

body.trust-home p,
body.trust-home ul,
body.trust-home ol,
body.case-studies-page p,
body.case-studies-page ul,
body.case-studies-page ol {
  max-width: none;
}

.trust-home .navbar-b .navbar-brand,
.trust-home .navbar-b .nav-link,
.case-studies-page .navbar-b .navbar-brand,
.case-studies-page .navbar-b .nav-link {
  text-decoration: none;
}

.trust-home .navbar-b.navbar-reduce,
.case-studies-page .navbar-b.navbar-reduce {
  border-bottom: 1px solid rgba(18, 24, 38, 0.08);
}

.trust-home .navbar-search {
  display: flex;
  align-items: center;
}

.trust-home .search-container {
  position: relative;
  width: 250px;
  margin-left: 20px;
}

.trust-home .search-container .form-control {
  border-radius: var(--trust-radius) 0 0 var(--trust-radius);
  border-color: rgba(255, 255, 255, 0.65);
  min-height: 40px;
}

.trust-home .navbar-reduce .search-container .form-control {
  border-color: var(--trust-line);
}

.trust-home .search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 1100;
  display: none;
  max-height: 360px;
  overflow-y: auto;
  background: var(--trust-panel);
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  box-shadow: var(--trust-shadow);
}

.trust-home .search-result-item {
  padding: 10px 12px;
  border-bottom: 1px solid var(--trust-line);
  cursor: pointer;
}

.trust-home .search-result-item:hover,
.trust-home .search-result-item:focus {
  background: #ecfeff;
}

.trust-home .search-result-item:last-child {
  border-bottom: 0;
}

.trust-home .search-result-title {
  color: var(--trust-ink);
  font-weight: 700;
  line-height: 1.3;
}

.trust-home .search-result-category {
  color: var(--trust-muted);
  font-size: 0.82rem;
}

.trust-home .search-result-type {
  color: var(--trust-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-home .work-box.hidden {
  display: none;
}

.trust-home .work-box.highlight {
  animation: trust-card-highlight 1.8s ease-in-out;
}

@keyframes trust-card-highlight {
  0%,
  100% {
    box-shadow: var(--trust-shadow);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(14, 116, 144, 0.18), var(--trust-shadow);
    transform: translateY(-2px);
  }
}

.trust-hero {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding: 7.5rem 0 5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.trust-hero-video,
.trust-hero-overlay,
.trust-hero .overlay-itro {
  position: absolute;
  inset: 0;
}

.trust-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.trust-hero-overlay,
.trust-hero .overlay-itro {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 9, 23, 0.95), rgba(3, 9, 23, 0.88) 48%, rgba(3, 9, 23, 0.76)),
    rgba(0, 0, 0, 0.24);
  opacity: 1;
}

.trust-hero-content {
  position: relative !important;
  z-index: 2;
  text-align: left !important;
  width: 100%;
  height: auto;
  inset: auto;
}

.trust-hero .display-table,
.trust-hero .table-cell {
  display: block;
  height: auto;
}

.trust-hero-copy {
  max-width: 640px;
  color: #ffffff;
  text-align: left;
}

.trust-hero-brand {
  margin: 0 0 1.15rem;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.15;
}

.trust-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--trust-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-hero-title {
  margin: 0;
  color: #ffffff;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5vw, 3.35rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.trust-hero-subtitle {
  max-width: 34rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
}

.trust-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.trust-hero-actions .btn {
  min-height: 48px;
  border-radius: var(--trust-radius);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 600;
}

.trust-hero-proof-line {
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
  max-width: 760px;
}

.trust-proof-item {
  min-height: 90px;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--trust-radius);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
}

.trust-proof-value,
.trust-proof-label {
  display: block;
}

.trust-proof-value {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.trust-proof-label {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.35;
}

.trust-architecture {
  padding: 4.5rem 0 2rem;
  background: #ffffff;
}

.trust-section-header {
  max-width: 760px;
  margin-bottom: 2rem;
}

.trust-section-header h2 {
  margin: 0 0 0.75rem !important;
  color: var(--trust-ink);
  font-size: 2rem;
  line-height: 1.18;
}

.trust-section-header p:not(.trust-eyebrow) {
  margin: 0;
  color: var(--trust-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.trust-architecture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card {
  min-height: 260px;
  padding: 1.25rem;
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  background: var(--trust-panel);
  box-shadow: 0 12px 24px rgba(18, 24, 38, 0.06);
  display: flex;
  flex-direction: column;
}

.trust-card-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--trust-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--trust-blue);
  background: #ecfeff;
  font-size: 1.2rem;
}

.trust-card h3 {
  margin: 1rem 0 0.55rem;
  color: var(--trust-ink);
  font-size: 1.05rem;
}

.trust-card p {
  color: var(--trust-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.trust-status-badge {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.65rem;
  border-radius: var(--trust-radius);
  color: var(--trust-accent);
  background: #ecfeff;
  border: 1px solid #bae6fd;
  font-size: 0.76rem;
  font-weight: 800;
}

.trust-home .title-box {
  margin-bottom: 2.5rem;
}

.trust-home .title-a {
  letter-spacing: 0;
  text-transform: none;
}

body.practice-projects .title-a {
  text-transform: none;
}

.trust-home .subtitle-a {
  max-width: 700px;
  margin: 0.65rem auto 0;
  color: var(--trust-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.project-grid {
  row-gap: 1.5rem;
}

.trust-home .work-box,
.case-studies-page .work-box {
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  overflow: hidden;
  background: var(--trust-panel);
  box-shadow: 0 12px 28px rgba(18, 24, 38, 0.08);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.trust-home .work-box:hover,
.trust-home .work-box:focus,
.case-studies-page .work-box:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 116, 144, 0.28);
  box-shadow: var(--trust-shadow);
  color: inherit;
  text-decoration: none;
}

.trust-home .work-box:hover img,
.case-studies-page .work-box:hover img {
  transform: scale(1.04);
}

.trust-home .work-img {
  aspect-ratio: 16 / 10;
  background: #0f172a;
}

.trust-home .work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-home .work-content {
  flex: 1 1 auto;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
}

.trust-home .w-title {
  min-height: 0;
  margin: 0;
  color: var(--trust-ink);
  font-size: 1.05rem;
  line-height: 1.35;
}

.project-card-blurb {
  min-height: 1.35rem;
  margin: 0.55rem 0 0;
  color: var(--trust-muted);
  font-size: 0.9rem;
  line-height: 1.5;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}

.trust-home .w-more {
  margin-top: 0.75rem;
  color: var(--trust-muted);
  line-height: 1.45;
}

body.practice-projects .navbar-b > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

body.practice-projects .navbar-b .navbar-brand {
  margin: 0;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  line-height: 1.2;
  float: none;
}

body.practice-projects .navbar-b .navbar-collapse {
  flex-grow: 0;
}

body.practice-projects .navbar-b .navbar-nav {
  align-items: center;
}

body.practice-projects .navbar-b .nav-link {
  line-height: 1.2;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

body.practice-projects .projects-hero-bg {
  background-image: url("../img/projects-hero-bg-1280.webp");
  background-position: center center;
}

body.practice-projects .projects-hero-bg .overlay-mf {
  background: linear-gradient(90deg, rgba(6, 20, 28, 0.76), rgba(15, 30, 38, 0.62), rgba(6, 20, 28, 0.76));
  opacity: 1;
}

@media (min-width: 1200px) {
  body.practice-projects .projects-hero-bg {
    background-image: url("../img/projects-hero-bg-1980.webp");
  }
}

body.practice-projects .intro-single .intro-content .container,
body.practice-projects .intro-single .projects-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body.practice-projects .intro-single .intro-title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

body.practice-projects .projects-hero-lead {
  max-width: 34rem;
  width: 100%;
  margin: 0.85rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}

body.practice-projects .intro-single .breadcrumb {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

body.practice-projects .projects-index-section {
  margin-top: 80px;
}

body.practice-projects .title-box {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

body.practice-projects .title-box .subtitle-a {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
  text-wrap: balance;
}

body.practice-projects .project-tier-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5f6b7a;
  margin: 2.75rem 0 1rem;
  text-align: left;
  padding-left: 15px;
}

body.practice-projects .work-box {
  overflow: hidden;
  background: #fff;
}

body.practice-projects .work-box:hover {
  transform: translateY(-3px);
  transition: 0.2s;
}

body.practice-projects .work-img {
  aspect-ratio: 16 / 10;
  background: #0f172a;
  overflow: hidden;
}

body.practice-projects .work-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.practice-projects .work-content {
  flex: 1 1 auto;
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}

body.practice-projects .w-title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #121826;
  text-align: left;
}

body.practice-projects .project-card-blurb {
  margin: 0.5rem 0 0;
  color: #5f6b7a;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  min-height: 0;
}

body.practice-projects .w-more {
  margin-top: auto;
  padding-top: 0.75rem;
  color: #5f6b7a;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: left;
}

body.practice-projects .projects-cta {
  text-align: center;
  padding: 2.75rem 1rem 4rem;
}

body.practice-projects .projects-cta-title {
  margin: 0;
  font-weight: 700;
}

body.practice-projects .projects-cta p {
  color: #5f6b7a;
  max-width: 32rem;
  margin: 0.5rem auto 1.25rem;
  line-height: 1.55;
  text-wrap: balance;
}

body.practice-projects .projects-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.trust-home .box-shadow-full,
.trust-home .service-card,
.case-studies-page .case-card {
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  box-shadow: 0 12px 28px rgba(18, 24, 38, 0.08);
}

.trust-home .stat-number {
  letter-spacing: 0;
}

.trust-home .about-info p {
  margin-bottom: 0.6rem;
}

.trust-home .about-info p,
.trust-home .about-info span,
.trust-home .about-info a {
  font-size: 1.05rem;
  line-height: 1.6;
}

.trust-home .about-profile-img,
.trust-home .about-img img {
  width: 210px;
  max-width: 90%;
  height: auto;
  border-radius: var(--trust-radius) !important;
}

.trust-home .about-stats {
  border-top: 1px solid rgba(18, 24, 38, 0.08);
  padding-top: 1.5rem;
  margin-top: 1.75rem;
}

.trust-home .stat-card {
  text-align: center;
  padding: 0.75rem 0.5rem;
}

.trust-home .stat-number {
  display: block;
  color: var(--trust-blue);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
}

.trust-home .stat-label {
  display: block;
  margin-top: 0.3rem;
  color: var(--trust-ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-home .stat-sublabel {
  display: block;
  margin-top: 0.2rem;
  color: var(--trust-muted);
  font-size: 0.68rem;
  line-height: 1.35;
}

.trust-home .about-me code {
  padding: 0.15rem 0.45rem;
  border-radius: var(--trust-radius);
  color: #0e7490;
  background: #ecfeff;
  font-size: 0.86rem;
}

.trust-home .hire-mf {
  background: #ffffff;
  padding-bottom: 4rem;
}

.trust-home .hire-services {
  margin-bottom: 2.5rem;
}

.fit-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: 1.25rem;
  align-items: stretch;
  margin-top: 0.75rem;
  padding: 1.35rem;
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  background: #f8fafc;
}

.fit-panel-copy {
  padding-right: 0.25rem;
}

.fit-eyebrow {
  margin: 0 0 0.45rem;
  color: var(--trust-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fit-panel h4,
.fit-panel h5 {
  color: var(--trust-ink);
}

.fit-panel h4 {
  margin: 0 0 0.65rem !important;
  font-size: 1.35rem;
  line-height: 1.22;
}

.fit-panel-copy p:not(.fit-eyebrow) {
  margin: 0;
  color: var(--trust-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.fit-grid article {
  padding: 1rem;
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  background: #ffffff;
}

.fit-grid h5 {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  line-height: 1.25;
}

.fit-grid ul {
  margin: 0;
  padding-left: 1.05rem;
}

.fit-grid li {
  margin-bottom: 0.45rem;
  color: var(--trust-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.fit-grid li:last-child {
  margin-bottom: 0;
}

.trust-home .service-card {
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  border-top: 3px solid var(--trust-cyan);
  margin-bottom: 1.5rem;
}

.trust-home .service-icon {
  margin-bottom: 0.75rem;
  color: var(--trust-cyan);
  font-size: 2rem;
}

.trust-home .service-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.6rem;
  border-radius: var(--trust-radius);
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trust-home .service-card h4 {
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.trust-home .service-price {
  margin-bottom: 0.65rem !important;
  color: #0e7490;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.trust-home .service-card p {
  margin-bottom: 0;
  color: var(--trust-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.trust-home .service-card-action {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.trust-home .service-card-action a {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0e7490;
  text-decoration: none;
  border-bottom: 1px solid rgba(14, 116, 144, 0.35);
}

.trust-home .service-card-action a:hover {
  color: #0f766e;
  border-bottom-color: #0f766e;
}

.trust-home .approach-cta {
  margin-top: 2rem;
  padding-top: 0.5rem;
}

.trust-home .approach-cta-lead {
  margin-bottom: 0.85rem;
  color: var(--trust-ink);
  font-size: 1.05rem;
  font-weight: 700;
}

.trust-home .approach-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.trust-home .approach-cta-note {
  margin: 0.85rem 0 0;
  color: var(--trust-muted);
  font-size: 0.86rem;
}

.trust-home .hire-form-section .form-label {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--trust-ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.trust-home .hire-form-section .form-control:focus {
  border-color: var(--trust-cyan);
  box-shadow: 0 0 0 3px rgba(14, 165, 183, 0.18);
}

.trust-home .hire-response-note {
  margin-bottom: 1.25rem;
  color: var(--trust-muted);
  font-size: 0.84rem;
}

.trust-home #hire-success,
.trust-home #hire-error {
  display: none;
  padding: 1rem 1.1rem;
  border-radius: var(--trust-radius);
  text-align: center;
  font-weight: 700;
}

.trust-home #hire-success {
  color: #155e75;
  background: #ecfeff;
  border: 1px solid #bae6fd;
}

.trust-home #hire-error {
  color: var(--trust-red);
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.trust-home input,
.trust-home textarea,
.trust-home select,
.case-studies-page input,
.case-studies-page textarea,
.case-studies-page select {
  font-size: 16px;
}

.trust-home .btn,
.case-studies-page .btn {
  border-radius: var(--trust-radius);
  text-decoration: none;
}

.trust-home .btn-primary,
.case-studies-page .btn-primary {
  color: #ffffff !important;
  background-color: var(--trust-blue) !important;
  background-image: none !important;
  border-color: var(--trust-blue) !important;
  box-shadow: 0 12px 24px rgba(14, 116, 144, 0.22);
}

.trust-home .btn-primary:hover,
.trust-home .btn-primary:focus,
.case-studies-page .btn-primary:hover,
.case-studies-page .btn-primary:focus {
  color: #ffffff !important;
  background-color: var(--trust-accent) !important;
  background-image: none !important;
  border-color: var(--trust-accent) !important;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.22), 0 14px 28px rgba(21, 94, 117, 0.22);
}

.trust-home .chatbot-sidebar {
  width: var(--chatbot-width);
  background: var(--trust-panel) !important;
  border: 1px solid var(--trust-line) !important;
  border-radius: var(--trust-radius);
  box-shadow: var(--trust-shadow);
  opacity: 1 !important;
  position: fixed;
  top: var(--chatbot-top);
  right: 16px;
  height: calc(100vh - var(--chatbot-top) - 16px);
  max-height: calc(100vh - var(--chatbot-top) - 16px);
  z-index: 1030;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.trust-home .chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem;
  border-bottom: 1px solid var(--trust-line);
  background: #fbfcfd;
}

.trust-home .chatbot-header-text {
  min-width: 0;
  flex: 1 1 auto;
}

.trust-home .chatbot-title {
  margin: 0;
  color: var(--trust-ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

.trust-home .chatbot-min-label {
  display: none;
  margin: 0;
  color: var(--trust-ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.trust-home .chatbot-subtitle {
  margin: 0.35rem 0 0;
  color: var(--trust-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.trust-home .chatbot-toggle {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  background: #ffffff;
  color: var(--trust-ink);
  cursor: pointer;
}

.trust-home .chatbot-toggle:focus,
.trust-home .chatbot-prompt:focus,
.trust-home .chatbot-stop:focus,
.trust-home .chatbot-send:focus,
.trust-home .project-card-click:focus,
.trust-home .search-result-item:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.22);
}

.trust-home .chatbot-messages {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.95rem;
  background: #f8fafc;
}

.trust-home .chatbot-msg {
  display: flex;
  margin: 0.55rem 0;
}

.trust-home .chatbot-msg.user {
  justify-content: flex-end;
}

.trust-home .chatbot-msg.assistant {
  flex-direction: column;
  align-items: flex-start;
}

.trust-home .chatbot-msg.status {
  justify-content: center;
}

.trust-home .chatbot-bubble {
  max-width: 92%;
  padding: 0.72rem 0.82rem;
  border-radius: var(--trust-radius);
  line-height: 1.45;
  font-size: 0.9rem;
  white-space: pre-wrap;
  word-break: break-word;
}

.trust-home .chatbot-bubble.user {
  color: #ffffff;
  background: var(--trust-blue);
}

.trust-home .chatbot-bubble.assistant {
  color: var(--trust-ink);
  background: #ffffff;
  border: 1px solid var(--trust-line);
  box-shadow: 0 1px 0 rgba(18, 24, 38, 0.04);
}

.trust-home .chatbot-bubble.status {
  color: var(--trust-muted);
  background: transparent;
  font-size: 0.78rem;
  font-style: normal;
  text-align: center;
}

.trust-home .chatbot-bubble.assistant.is-thinking {
  min-height: 2.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.trust-home .chatbot-typing {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.1rem 0.05rem;
}

.trust-home .chatbot-typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--trust-muted);
  opacity: 0.28;
  animation: chatbot-typing 1.2s ease-in-out infinite;
}

.trust-home .chatbot-typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.trust-home .chatbot-typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes chatbot-typing {
  0%,
  80%,
  100% {
    opacity: 0.22;
    transform: translateY(0);
  }
  40% {
    opacity: 0.9;
    transform: translateY(-2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-home .chatbot-typing span {
    animation: none;
    opacity: 0.55;
  }
}

.trust-home .chatbot-bubble.error {
  color: var(--trust-red);
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.trust-home .chatbot-prompt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.trust-home .chatbot-prompt {
  min-height: 34px;
  padding: 0.38rem 0.58rem;
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  background: #ffffff;
  color: var(--trust-blue);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.trust-home .chatbot-prompt:hover {
  background: #ecfeff;
  border-color: #bae6fd;
}

.trust-home .chatbot-input {
  flex: 0 0 auto;
  padding: 0.75rem;
  border-top: 1px solid var(--trust-line);
  background: #ffffff;
}

.trust-home .chatbot-form {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.trust-home .chatbot-textarea {
  flex: 1 1 auto;
  width: 0;
  min-height: 44px;
  max-height: 130px;
  resize: none;
}

.trust-home .chatbot-send,
.trust-home .chatbot-stop {
  min-height: 44px;
  min-width: 66px;
  white-space: nowrap;
}

.trust-home .chatbot-dots span {
  background: rgba(255, 255, 255, 0.9);
}

.trust-home .chatbot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.6rem;
}

.trust-home .chatbot-link-btn {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.3rem 0.55rem;
  border: 1px solid #bae6fd;
  border-radius: var(--trust-radius);
  background: #ecfeff;
  color: var(--trust-blue);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.trust-home .chatbot-bubble.assistant.has-metrics {
  position: relative;
  padding-right: 2.2rem;
}

.trust-home .chatbot-metrics-toggle {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 22px;
  height: 22px;
  border: 1px solid var(--trust-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--trust-muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.trust-home .chatbot-metrics-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 4;
  display: none;
  width: min(300px, calc(100vw - 56px));
  max-width: 300px;
  padding: 0.75rem;
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  background: #ffffff;
  box-shadow: var(--trust-shadow);
  color: var(--trust-ink);
  white-space: normal;
}

.trust-home .chatbot-metrics-popover.is-visible {
  display: block;
}

.trust-home .chatbot-metrics-popover.is-above {
  top: auto;
  bottom: calc(100% + 8px);
}

.trust-home .chatbot-metrics-title {
  margin-bottom: 0.45rem;
  color: var(--trust-ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.trust-home .chatbot-metrics-pre {
  max-height: 260px;
  margin: 0;
  overflow: auto;
  padding: 0.65rem;
  border-radius: var(--trust-radius);
  background: #f8fafc;
  color: var(--trust-muted);
  font-size: 0.72rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.trust-home .chatbot-sidebar.is-minimized {
  width: 250px;
  height: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  border-radius: var(--trust-radius);
}

.trust-home .chatbot-sidebar.is-minimized .chatbot-messages,
.trust-home .chatbot-sidebar.is-minimized .chatbot-input,
.trust-home .chatbot-sidebar.is-minimized .chatbot-subtitle,
.trust-home .chatbot-sidebar.is-minimized .chatbot-title {
  display: none;
}

.trust-home .chatbot-sidebar.is-minimized .chatbot-min-label {
  display: block;
}

.case-studies-page .case-hero {
  min-height: 420px;
  height: auto;
  padding: 8rem 0 4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.case-studies-page .case-hero .intro-title {
  text-transform: none;
}

.case-studies-page .case-hero .intro-content {
  position: relative !important;
  z-index: 2;
  width: 100%;
  height: auto;
  inset: auto;
  text-align: center;
}

.case-studies-page .case-hero .display-table,
.case-studies-page .case-hero .table-cell {
  display: block;
  height: auto;
}

.case-studies-page .case-hero-copy {
  max-width: 640px;
  margin: 0 auto 1.4rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.65;
}

.case-studies-page .case-hub {
  padding: 4rem 0;
  background: #ffffff;
}

.case-studies-page .case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.case-studies-page .case-card {
  min-height: 260px;
  padding: 1.25rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.case-studies-page .case-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
}

.case-studies-page .case-card p {
  color: var(--trust-muted);
  line-height: 1.65;
}

.case-studies-page .case-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 1199px) {
  .trust-proof-grid,
  .trust-architecture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 991px) {
  .trust-home .navbar-b > .container,
  .case-studies-page .navbar-b > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .trust-home .navbar-b .navbar-toggler,
  .case-studies-page .navbar-b .navbar-toggler {
    display: none !important;
  }

  .trust-mobile-menu-toggle {
    display: inline-flex;
    position: fixed;
    top: 1.25rem;
    right: 1rem;
    z-index: 1101;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: var(--trust-radius);
    background: rgba(3, 9, 23, 0.42);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 12px 24px rgba(3, 9, 23, 0.18);
  }

  .navbar-b.navbar-reduce + .trust-mobile-menu-toggle {
    top: 0.65rem;
  }

  .trust-home .navbar-collapse,
  .case-studies-page .navbar-collapse {
    flex-basis: 100%;
  }

  .trust-home .navbar-collapse {
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--trust-line);
    border-radius: var(--trust-radius);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--trust-shadow);
  }

  .trust-home .navbar-b.navbar-trans .navbar-collapse .nav-link {
    color: var(--trust-blue);
  }

  .trust-home .navbar-search {
    width: 100%;
    margin-top: 0.6rem;
  }

  .trust-home .search-container {
    width: 100%;
    margin-left: 0;
  }

  .trust-home .chatbot-sidebar {
    left: 12px;
    right: 12px;
    top: auto;
    bottom: 12px;
    width: auto;
    height: calc(100vh - 96px);
    max-height: calc(100vh - 96px);
  }

  .trust-home .chatbot-sidebar.is-minimized {
    left: auto;
    right: 12px;
    bottom: 12px;
    width: 56px;
  }

  .trust-home .chatbot-sidebar.is-minimized .chatbot-header {
    padding: 0.5rem;
  }

  .trust-home .chatbot-sidebar.is-minimized .chatbot-header-text {
    display: none;
  }

  .trust-home .chatbot-form {
    flex-wrap: nowrap;
  }

  .trust-home .chatbot-textarea {
    flex: 1 1 auto;
    width: 0;
  }

  .fit-panel {
    grid-template-columns: 1fr;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  body.practice-projects .navbar-b > .container {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .trust-hero {
    min-height: auto;
    padding: 6.5rem 0 3rem;
  }

  .trust-hero-overlay,
  .trust-hero .overlay-itro {
    background: rgba(3, 9, 23, 0.96);
  }

  .trust-hero-title {
    font-size: 2.15rem;
    line-height: 1.12;
  }

  .trust-hero-subtitle {
    font-size: 1rem;
    line-height: 1.6;
  }

  .trust-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-hero-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .trust-architecture-grid,
  .case-studies-page .case-grid {
    grid-template-columns: 1fr;
  }

  .trust-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .trust-proof-item {
    min-height: 76px;
    padding: 0.75rem;
  }

  .trust-architecture {
    padding: 3rem 0 1rem;
  }

  .trust-section-header h2 {
    font-size: 1.55rem;
  }

  .trust-card {
    min-height: auto;
  }

  .trust-home .title-a {
    font-size: 1.75rem !important;
    line-height: 1.2;
  }

  .trust-home .subtitle-a {
    font-size: 0.95rem !important;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .trust-home .work-content {
    padding: 1rem;
  }

  .trust-home .w-title {
    min-height: 0;
  }

  .trust-home .box-shadow-full {
    padding: 1.25rem;
  }

  .trust-home .hire-mf .row,
  .trust-home .hire-services,
  .trust-home .hire-services > [class*="col-"],
  .trust-home .service-card {
    min-width: 0;
    max-width: 100%;
  }

  .trust-home .hire-services {
    margin-left: 0;
    margin-right: 0;
  }

  .trust-home .hire-services > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .trust-home .stat-card {
    padding: 0.55rem 0.25rem;
  }

  .trust-home .stat-number {
    font-size: 1.12rem;
  }

  .trust-home .about-profile-img,
  .trust-home .about-img img {
    max-width: 160px;
  }

  .trust-home .about-info p {
    overflow-wrap: anywhere;
  }

  .trust-home .hire-form-section .btn {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .fit-panel {
    padding: 1rem;
  }

  body.practice-projects .projects-index-section {
    margin-top: 32px;
  }

  body.practice-projects .project-tier-label {
    text-align: left;
    padding-left: 15px;
  }

  .case-studies-page .case-hero {
    min-height: auto;
    padding: 7rem 0 3rem;
  }

}

@media (max-width: 430px) {
  .trust-home .container,
  .case-studies-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .trust-hero-title {
    font-size: 1.95rem;
  }

  .trust-hero-subtitle {
    font-size: 0.96rem;
  }

  .trust-home .chatbot-header {
    padding: 0.8rem;
  }

  .trust-home .chatbot-messages,
  .trust-home .chatbot-input {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .trust-home .chatbot-send,
  .trust-home .chatbot-stop {
    flex: 0 0 auto;
  }
}

@media (max-width: 600px) {
  .trust-home .trust-hero .container,
  .trust-home .trust-architecture .container,
  .trust-home #work .container,
  .case-studies-page .case-hero .container,
  .case-studies-page .case-hub .container {
    max-width: 375px;
    margin-left: 0;
    margin-right: auto;
  }

  .trust-home .trust-hero-copy,
  .trust-home .trust-section-header,
  .case-studies-page .trust-section-header {
    max-width: 343px;
  }
}

/* === Practice site (specialist one-pager) === */
body.practice-site {
  --practice-paper: #faf9f7;
  --practice-ink: #141414;
  --practice-muted: #5c5c5c;
  --practice-line: #e6e2dc;
  --practice-accent: #0e7490;
  --practice-accent-dark: #155e75;
  --practice-radius: 7px;
  --practice-max: 760px;
  background: var(--practice-paper);
  color: var(--practice-ink);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.65;
}

body.practice-site h1,
body.practice-site h2,
body.practice-site h3,
body.practice-site h4 {
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-weight: 600;
  color: var(--practice-ink);
  letter-spacing: -0.01em;
}

body.practice-site .navbar-b .navbar-brand {
  font-family: "Source Serif 4", serif;
  font-weight: 600;
  font-size: 1.2rem;
}

body.practice-site .navbar-b.navbar-trans {
  background: transparent !important;
}

body.practice-site .navbar-b.navbar-reduce {
  background: rgba(250, 249, 247, 0.96) !important;
  box-shadow: none;
  border-bottom: 1px solid var(--practice-line);
}

body.practice-site .navbar-b .nav-link {
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

body.practice-site .navbar-b.navbar-trans .nav-link {
  color: var(--practice-ink) !important;
}

body.practice-site .navbar-b.navbar-reduce .nav-link {
  color: var(--practice-ink) !important;
}

body.practice-site .navbar-b .nav-link:hover,
body.practice-site .navbar-b .nav-link.active {
  color: var(--practice-accent) !important;
}

body.practice-site .btn-primary {
  background: var(--practice-accent) !important;
  border-color: var(--practice-accent) !important;
  border-radius: var(--practice-radius);
  font-weight: 600;
  box-shadow: none !important;
}

body.practice-site .btn-primary:hover,
body.practice-site .btn-primary:focus {
  background: var(--practice-accent-dark) !important;
  border-color: var(--practice-accent-dark) !important;
  box-shadow: none !important;
}

.practice-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--practice-accent);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.practice-hero {
  position: relative;
  min-height: 92vh;
  padding: 7.5rem 0 4rem;
  display: flex;
  align-items: center;
  background: var(--practice-paper);
  overflow: hidden;
}

.practice-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(14, 116, 144, 0.06), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(21, 94, 117, 0.04), transparent 50%),
    linear-gradient(180deg, #faf9f7 0%, #f3f1ec 100%);
  opacity: 1;
}

.practice-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  pointer-events: none;
}

.practice-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.practice-hero .display-table,
.practice-hero .table-cell {
  display: block;
  height: auto;
}

.practice-hero-copy {
  max-width: var(--practice-max);
}

.practice-hero-title {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
  color: var(--practice-ink);
}

.practice-hero-subtitle {
  max-width: 640px;
  margin: 1.25rem 0 0;
  color: var(--practice-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.practice-hero-promise {
  max-width: 640px;
  margin: 1rem 0 0;
  color: var(--practice-ink);
  font-size: 1.02rem;
  line-height: 1.65;
}

.practice-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.85rem;
}

.practice-hero-actions .btn {
  min-height: 48px;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.practice-text-link {
  color: var(--practice-accent);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.practice-text-link:hover,
.practice-text-link:focus {
  color: var(--practice-accent-dark);
  border-bottom-color: var(--practice-accent-dark);
  text-decoration: none;
}

.practice-hero-cred {
  margin: 1.5rem 0 0;
  color: var(--practice-muted);
  font-size: 0.88rem;
}

.practice-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
  max-width: 640px;
}

.practice-chip {
  display: inline-block;
  padding: 0.4rem 0.7rem;
  border: 1px solid var(--practice-line);
  border-radius: var(--practice-radius);
  background: #fff;
  color: var(--practice-ink);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.35;
}

.practice-section {
  padding: 5rem 0;
}

.practice-section-header {
  max-width: var(--practice-max);
  margin-bottom: 2.5rem;
}

.practice-section-header h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  line-height: 1.2;
}

.practice-section-header p:not(.practice-eyebrow) {
  margin: 0;
  max-width: 640px;
  color: var(--practice-muted);
  font-size: 1.02rem;
}

.practice-engagements {
  background: #fff;
  border-top: 1px solid var(--practice-line);
  border-bottom: 1px solid var(--practice-line);
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.practice-engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.practice-engagement-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.65rem 1.5rem;
  border: 1px solid var(--practice-line);
  border-radius: var(--practice-radius);
  background: var(--practice-paper);
}

.practice-engagement-card.is-featured {
  border-color: rgba(14, 116, 144, 0.35);
  background: #fff;
  box-shadow: 0 1px 0 rgba(14, 116, 144, 0.08);
}

.practice-engagement-label {
  margin: 0 0 0.65rem;
  color: var(--practice-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.practice-engagement-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
}

.practice-engagement-price {
  margin: 0 0 1.25rem;
  color: var(--practice-ink);
  font-weight: 600;
  font-size: 0.95rem;
}

.practice-engagement-meta {
  margin: 0 0 1.5rem;
  flex: 1 1 auto;
}

.practice-engagement-meta div {
  margin-bottom: 0.9rem;
}

.practice-engagement-meta dt {
  margin: 0 0 0.2rem;
  color: var(--practice-muted);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.practice-engagement-meta dd {
  margin: 0;
  color: var(--practice-ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.practice-approach {
  background: var(--practice-paper);
}

.practice-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 720px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--practice-line);
}

.practice-steps li {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--practice-line);
}

.practice-step-num {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--practice-accent);
  letter-spacing: 0.04em;
}

.practice-steps h3 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
}

.practice-steps p {
  margin: 0;
  color: var(--practice-muted);
  font-size: 0.98rem;
}

.practice-proof {
  background: #fff;
  border-top: 1px solid var(--practice-line);
}

.practice-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.practice-proof-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--practice-line);
  border-radius: var(--practice-radius);
  background: var(--practice-paper);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.practice-proof-card:hover,
.practice-proof-card:focus {
  border-color: rgba(14, 116, 144, 0.4);
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}

.practice-proof-card h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.practice-proof-card p {
  margin: 0 0 0.65rem;
  color: var(--practice-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.practice-proof-card p strong {
  color: var(--practice-ink);
  font-weight: 600;
}

.practice-card-link {
  margin-top: auto;
  padding-top: 0.85rem;
  color: var(--practice-accent);
  font-size: 0.88rem;
  font-weight: 600;
}

.practice-credentials {
  padding: 2rem 0;
  background: var(--practice-ink);
  color: rgba(255, 255, 255, 0.88);
}

.practice-cred-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.75rem;
  text-align: center;
}

.practice-cred-strip li {
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
}

.practice-about {
  background: var(--practice-paper);
}

.practice-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  max-width: 920px;
}

.practice-about-portrait img {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: var(--practice-radius);
  display: block;
  border: 1px solid var(--practice-line);
}

.practice-about-copy {
  max-width: var(--practice-max);
}

.practice-about-copy h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  line-height: 1.25;
}

.practice-about-copy p {
  margin: 0 0 1rem;
  color: var(--practice-muted);
  font-size: 1.02rem;
  max-width: 640px;
}

.practice-about-links {
  margin-top: 1.5rem !important;
  color: var(--practice-ink) !important;
  font-weight: 500;
}

.practice-about-links a {
  color: var(--practice-accent);
  font-weight: 600;
}

.practice-contact {
  background: #fff;
  border-top: 1px solid var(--practice-line);
}

.practice-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  max-width: 920px;
}

.practice-contact-email {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
}

.practice-contact-email a {
  color: var(--practice-accent);
  font-weight: 600;
  word-break: break-word;
}

.practice-contact-note {
  margin: 0;
  color: var(--practice-muted);
  font-size: 0.9rem;
}

.practice-contact-form-wrap {
  padding: 1.75rem;
  border: 1px solid var(--practice-line);
  border-radius: var(--practice-radius);
  background: var(--practice-paper);
}

.practice-contact-form-wrap .form-label {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--practice-ink);
}

.practice-contact-form-wrap .form-control {
  border-radius: var(--practice-radius);
  border-color: var(--practice-line);
  min-height: 44px;
  background: #fff;
}

.practice-contact-form-wrap .form-control:focus {
  border-color: var(--practice-accent);
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.15);
}

body.practice-site #hire-success,
body.practice-site #hire-error {
  display: none;
  padding: 0.85rem 1rem;
  border-radius: var(--practice-radius);
  font-size: 0.95rem;
}

body.practice-site #hire-success {
  background: #ecfeff;
  color: var(--practice-accent-dark);
  border: 1px solid #a5f3fc;
}

body.practice-site #hire-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.practice-footer {
  padding: 2rem 0 2.5rem;
  background: var(--practice-paper);
  border-top: 1px solid var(--practice-line);
  text-align: center;
}

.practice-footer-primary {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  color: var(--practice-ink);
  font-weight: 500;
}

.practice-footer-secondary {
  margin: 0;
  font-size: 0.8rem;
  color: var(--practice-muted);
}

/* Case study pages — practice tone */
body.practice-case {
  background: var(--practice-paper, #faf9f7);
  color: #141414;
  font-family: "IBM Plex Sans", sans-serif;
}

body.practice-case h1,
body.practice-case h2,
body.practice-case h3,
body.practice-case h4 {
  font-family: "Source Serif 4", serif;
}

.practice-case-nav {
  background: #faf9f7 !important;
  border-bottom: 1px solid #e6e2dc;
}

.practice-case-nav .navbar-brand,
.practice-case-nav .nav-link {
  color: #141414 !important;
}

.practice-case-main {
  padding: 7rem 0 4rem;
}

.practice-case-main .container {
  max-width: 760px;
}

.practice-case-kicker {
  margin: 0 0 0.75rem;
  color: #0e7490;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.practice-case-main h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.85rem, 4vw, 2.4rem);
  line-height: 1.15;
}

.practice-case-block {
  margin-bottom: 1.75rem;
}

.practice-case-block h2 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
}

.practice-case-block p,
.practice-case-block li {
  color: #5c5c5c;
  font-size: 1.02rem;
  line-height: 1.65;
}

.practice-case-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border: 1px solid #e6e2dc;
  border-radius: 7px;
  background: #fff;
}

.practice-case-cta p {
  margin: 0 0 1rem;
  color: #141414;
  font-weight: 500;
}

body.practice-site .chatbot-sidebar {
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.1);
}

body.practice-site .chatbot-title,
body.practice-site .chatbot-min-label {
  font-weight: 600;
}

body.practice-site .trust-mobile-menu-toggle {
  border-color: #e6e2dc;
  background: rgba(250, 249, 247, 0.95);
}

body.practice-site .trust-mobile-menu-toggle span {
  background: #141414;
}

@media (max-width: 991px) {
  .practice-engagement-grid {
    grid-template-columns: 1fr;
  }

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

  .practice-about-layout,
  .practice-contact-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .practice-hero {
    min-height: auto;
    padding: 6.5rem 0 3.25rem;
  }

  body.practice-site .navbar-collapse {
    background: #faf9f7 !important;
  }
}

@media (max-width: 767px) {
  .practice-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .practice-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .practice-cred-strip {
    flex-direction: column;
    gap: 0.55rem;
  }

  .practice-section {
    padding: 3.5rem 0;
  }

  .practice-engagements {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  body.practice-site .chatbot-sidebar.is-minimized {
    bottom: 12px;
    right: 12px;
  }
}

/* Quiet fade-in on scroll */
.practice-section,
.practice-credentials,
.practice-footer {
  animation: practice-fade-in 0.7s ease both;
}

@keyframes practice-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .practice-section,
  .practice-credentials,
  .practice-footer,
  .practice-proof-card {
    animation: none;
    transition: none;
  }
}

/* === Exclusive practice polish (site-wide) === */
body.practice-home,
body.trust-home,
body.practice-projects,
body.project-detail-page,
body.case-studies-page {
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--trust-ink);
  background:
    radial-gradient(ellipse 90% 50% at 10% -10%, rgba(14, 116, 144, 0.07), transparent 50%),
    radial-gradient(ellipse 70% 40% at 100% 20%, rgba(8, 47, 73, 0.05), transparent 45%),
    linear-gradient(180deg, #f4f7f9 0%, #eef2f5 48%, #f7f9fb 100%);
}

body.practice-home h1,
body.practice-home h2,
body.practice-home h3,
body.practice-home h4,
body.practice-home h5,
body.practice-home .title-a,
body.practice-home .title-left,
body.trust-home h1,
body.trust-home h2,
body.trust-home h3,
body.trust-home h4,
body.trust-home h5,
body.trust-home .title-a,
body.trust-home .title-left,
body.practice-projects h1,
body.practice-projects h2,
body.practice-projects h3,
body.practice-projects h4,
body.practice-projects h5,
body.practice-projects .title-a,
body.project-detail-page h1,
body.project-detail-page h2,
body.project-detail-page h3,
body.project-detail-page h4,
body.project-detail-page h5,
body.case-studies-page h1,
body.case-studies-page h2,
body.case-studies-page h3,
body.case-studies-page h4,
body.case-studies-page h5 {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.015em;
}

body.practice-home .navbar-brand,
body.trust-home .navbar-brand,
body.practice-projects .navbar-brand,
body.project-detail-page .navbar-brand,
body.case-studies-page .navbar-brand {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.practice-home .nav-link,
body.trust-home .nav-link,
body.practice-home .btn,
body.trust-home .btn,
body.practice-home .subtitle-a,
body.trust-home .subtitle-a,
body.practice-projects .nav-link,
body.practice-projects .btn,
body.practice-projects .subtitle-a,
body.project-detail-page .nav-link,
body.project-detail-page .btn,
body.case-studies-page .nav-link,
body.case-studies-page .btn {
  font-family: "Outfit", system-ui, sans-serif;
}

body.project-detail-page .intro-title,
body.practice-projects .intro-title {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.project-detail-page .portfolio-details {
  padding-bottom: 2rem;
}

body.project-detail-page .portfolio-details .btn {
  border-radius: var(--trust-radius);
  text-decoration: none;
}

body.project-detail-page .project-detail-media {
  border-radius: var(--trust-radius);
  overflow: hidden;
  background: #0f172a;
}

body.project-detail-page .project-detail-media img {
  width: 100%;
  height: auto;
  display: block;
}

body.project-detail-page .case-study-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 2rem;
}

body.project-detail-page .case-study-block {
  min-height: 185px;
  padding: 1rem;
  border: 1px solid var(--trust-line);
  border-radius: var(--trust-radius);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(18, 24, 38, 0.06);
}

body.project-detail-page .case-study-block h4 {
  margin: 0 0 0.55rem !important;
  color: var(--trust-ink);
  font-size: 0.98rem;
  line-height: 1.25;
}

body.project-detail-page .case-study-block p {
  margin: 0;
  color: var(--trust-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

body.project-detail-page .case-study-cta {
  display: flex;
  flex-direction: column;
  background: #0f172a;
  border-color: rgba(15, 23, 42, 0.85);
}

body.project-detail-page .case-study-cta h4,
body.project-detail-page .case-study-cta p {
  color: #ffffff;
}

body.project-detail-page .case-study-cta p {
  color: rgba(255, 255, 255, 0.74);
}

body.project-detail-page .case-study-cta .btn {
  margin-top: auto;
  align-self: flex-start;
  box-shadow: none;
}

@media (max-width: 1199px) {
  body.project-detail-page .case-study-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.project-detail-page .case-study-map {
    grid-template-columns: 1fr;
  }

  body.project-detail-page .case-study-block {
    min-height: auto;
  }
}

body.project-detail-page .intro-single {
  background-size: cover;
  background-position: center;
}

body.project-detail-page .intro-single .overlay-mf {
  background:
    linear-gradient(180deg, rgba(3, 15, 28, 0.82), rgba(3, 15, 28, 0.88));
  opacity: 1;
}

.credentials-eyebrow {
  margin: 0 0 1.25rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--trust-muted);
}

.proof-more a {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--trust-blue);
}

.proof-more a:hover {
  color: var(--trust-accent);
}

.hire-form-title {
  margin: 0 0 0.5rem;
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: 1.65rem;
}

.hire-form-panel .hire-response-note {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  color: var(--trust-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Progressive reveal — visible by default; JS only hides off-screen sections */
.reveal-section {
  opacity: 1;
  transform: none;
}

html.js-reveal .reveal-section:not(.is-visible) {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

html.js-reveal .reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

/* Image skeletons */
.img-skeleton {
  position: relative;
  background: #e8eef2;
  overflow: hidden;
}

.img-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.55) 40%, transparent 55%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.35s ease-in-out infinite;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.img-skeleton img {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  display: block;
  width: 100%;
}

.img-skeleton.is-loaded {
  background: transparent;
}

.img-skeleton.is-loaded::after {
  opacity: 0;
  animation: none;
}

.img-skeleton.is-loaded img {
  opacity: 1;
}

.about-img-skeleton {
  display: inline-block;
  border-radius: var(--trust-radius);
  max-width: 220px;
}

.about-img-skeleton img {
  width: auto;
  max-width: 220px;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* Hire submit loading skeleton */
#hire-submit {
  position: relative;
  min-width: 12.5rem;
}

#hire-submit .hire-submit-skeleton {
  display: none;
  width: 5.5rem;
  height: 0.85rem;
  margin: 0 auto;
  border-radius: 4px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.55) 40%, rgba(255, 255, 255, 0.25) 55%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.1s ease-in-out infinite;
}

#hire-submit.is-loading .hire-submit-label {
  display: none;
}

#hire-submit.is-loading .hire-submit-skeleton {
  display: block;
}

@media (max-width: 767px) {
  .trust-hero {
    min-height: auto;
    padding: 6.5rem 0 3.75rem;
  }

  .trust-hero-proof-line {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-entrance-inner,
  .brand-entrance-bar span,
  .reveal-section,
  .img-skeleton,
  #hire-submit .hire-submit-skeleton {
    animation: none !important;
    transition: none !important;
  }

  html.js-reveal .reveal-section:not(.is-visible),
  html.js-reveal .reveal-section.is-visible,
  .reveal-section {
    opacity: 1 !important;
    transform: none !important;
  }

  .img-skeleton img {
    opacity: 1;
  }

  .img-skeleton::after {
    display: none;
  }

  #preloader,
  .brand-entrance {
    transition: none;
  }
}
