#pro-services {
background: #efefef;
padding-top: 0;
padding-bottom: 0;
}

#pro-services .section-light {
background: #efefef;
padding: 40px 0;
}

#pro-services .section-dark {
background: #232427;
color: #e9e9e9;
padding: 40px 0;
}

.architects-title {
text-align: center;
font-size: clamp(1.45rem, 2.8vw, 2.15rem);
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #222326;
margin-bottom: 12px;
}

.architects-title-dark {
color: #f2f2f2;
}

.architects-sub {
margin: 10px auto 0 auto;
text-align: center;
font-size: 1.3rem;
line-height: 1.65;
color: #636468;
font-weight: 600;
}

.architects-sub-dark {
color: #c8c8c8;
}

.value-card {
height: 100%;
width: 100%;
max-width: none;
margin: 0 auto;
background: #efefef;
border: 1px solid #9e9e9e;
padding: 14px 10px;
text-align: center;
}

.value-grid {
max-width: 760px;
--bs-gutter-x: 2rem;
--bs-gutter-y: 2rem;
margin-left: auto;
margin-right: auto;
}

.value-icon {
font-size: 1.8rem;
font-weight: 900;
line-height: 1;
color: #222326;
display: block;
margin-bottom: 8px;
}

.value-icon-svg {
width: 2.15rem;
height: 2.15rem;
margin: 0 auto 8px;
color: #222326;
}

.value-icon-svg .icon-check {
fill: none;
stroke: currentColor;
stroke-width: 3.4;
stroke-linecap: butt;
stroke-linejoin: miter;
}

.value-title {
font-size: 1rem;
font-weight: 700;
margin-bottom: 2px;
color: #222326;
}

.value-copy {
font-size: 0.86rem;
margin: 0;
color: #5f6064;
line-height: 1.45;
}

.architects-form-wrap {
padding-top: 0;
}

.architects-form .form-control,
.architects-form .form-select {
min-height: 44px;
border-radius: 0;
border: 1px solid #9b9b9b;
background: #efefef;
font-size: 0.92rem;
}

.architects-form textarea.form-control {
min-height: 136px;
}

.architects-form .form-control:focus,
.architects-form .form-select:focus {
box-shadow: none;
border-color: #4f4f4f;
}

.architects-check .form-check-input {
border-radius: 0;
width: 18px;
height: 18px;
margin-top: 0.15em;
border-color: #8f8f8f;
background-color: transparent;
}

.architects-check .form-check-label {
font-size: 1rem;
color: #2f2f2f;
}

.architects-submit {
display: block;
width: 100%;
max-width: 420px;
margin: 20px auto 0;
border: 1px solid #212225;
background: #212225;
color: #efefef;
border-radius: 0;
padding: 11px 20px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.architects-submit:hover {
background: #efefef;
color: #212225;
}

.why-list {
display: grid;
gap: 16px;
}

.why-item {
position: relative;
display: flex;
align-items: stretch;
border: 1px solid #6a6a6a;
background: #232427;
min-height: 160px;
}

.why-item::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 1px;
background: #6a6a6a;
transform: translateX(-0.5px);
pointer-events: none;
z-index: 2;
}

.why-item > [class*="col-"] {
display: flex;
padding: 0;
margin: 0;
min-height: 160px;
align-self: stretch;
}

.why-media {
position: relative;
overflow: hidden;
display: flex;
}

.why-img-wrap {
position: relative;
width: 100%;
height: 100%;
flex: 1 1 auto;
overflow: hidden;
}

.why-image-object {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left center;
display: block;
}

.why-list .why-item:nth-child(odd) .why-image-object {
object-position: left center;
}

.why-list .why-item:nth-child(even) .why-image-object {
object-position: right center;
}

.why-content {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 160px;
height: auto;
padding: 18px 22px;
background: #232427;
box-sizing: border-box;
}

.why-name {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.5rem;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #f4f4f4;
z-index: 1;
}

.why-text {
font-size: 0.82rem;
line-height: 1.5;
color: #d6d6d6;
border: 0;
padding: 0;
margin: 0;
}

.process-list {
max-width: 780px;
margin: 10px auto 0;
}

.process-step {
text-align: center;
margin-bottom: 12px;
}

.process-step strong {
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
font-size: 1rem;
font-weight: 700;
color: #E8E8E8;
margin-bottom: 4px;
margin-top: 10px;;
}

.process-step strong::before,
.process-step strong::after {
content: "";
display: block;
width: 46px;
border-top: 2px solid #E8E8E8;
opacity: 0.92;
transform: translateY(1px);
}

.process-step span {
display: block;
font-size: 0.88rem;
line-height: 1.45;
color: #c7c7c7;
}

.process-divider {
display: none;
}

.brand-logo {
height: 90px;
border: 1px solid #b4b4b4;
display: flex;
align-items: center;
justify-content: center;
padding: 8px 10px;
background: #f6f6f6;
}

.brand-logo img {
max-width: 100%;
max-height: 60px;
object-fit: contain;
}

.brands-carousel {
max-width: 980px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}

.brands-carousel .swiper-slide {
height: auto;
display: flex;
align-items: stretch;
}

.brands-carousel .brand-logo {
width: 100%;
}

.material-tags {
display: grid;
grid-template-columns: repeat(5, minmax(120px, 1fr));
grid-auto-rows: 1fr;
gap: 12px;
align-items: stretch;
justify-content: center;
}

.material-tag {
border: 1px solid #b3b3b3;
background: #E8E8E8;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 15px 8px;
height: 100%;
font-size: 0.86rem;
font-weight: 600;
color: #4e5056;
}

.tech-list {
padding-left: 18px;
margin-bottom: 0;
}

.tech-list li {
margin-bottom: 8px;
font-size: 0.93rem;
color: #cfcfcf;
}

.tech-image {
border: 1px solid rgba(232, 232, 232, 0.5);
padding: 7px;
}

.tech-image img {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 260px;
}

.app-card {
border: 1px solid #bababa;
background: #f6f6f6;
height: 100%;
max-width: 760px;
margin: 0 auto;
}

.app-card img {
width: 100%;
height: 210px;
object-fit: cover;
}

.app-card-body {
padding: 12px 12px 14px;
text-align: center;
}

.app-card h3 {
font-size: 1rem;
font-weight: 700;
margin-bottom: 4px;
text-transform: uppercase;
color: #25262a;
}

.app-card p {
font-size: 0.84rem;
line-height: 1.45;
color: #67686c;
margin-bottom: 0;
}

.carousel-dots {
position: static;
margin-top: 16px;
margin-bottom: 0;
justify-content: center;
text-align: center;
}

.carousel-dots .swiper-pagination-bullet {
width: 9px;
height: 9px;
border-radius: 50%;
background: #8b8c90;
opacity: 0.6;
margin: 0 4px;
}

.carousel-dots .swiper-pagination-bullet-active {
background: #222326;
opacity: 1;
}

.apps-carousel {
max-width: 980px;
margin: 0 auto;
overflow: visible;
}

.apps-carousel .swiper-slide {
height: auto;
opacity: 0.55;
transform: scale(0.92);
transition: opacity 0.3s ease, transform 0.3s ease;
}

.apps-carousel .swiper-slide-active {
opacity: 1;
transform: scale(1);
}

.showroom-banner {
background: url("../../assets/images/Professionals/Showroom_IMG.png") center/cover;
padding: 82px 0;
text-align: center;
}

.showroom-banner h2 {
font-size: clamp(1.65rem, 3vw, 2.55rem);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
color: #f4f4f4;
}

.showroom-banner p {
max-width: 760px;
margin: 12px auto 0;
font-size: 1.1rem;
line-height: 1.6;
color: #dadada;
}

.showroom-banner ul {
color: #E8E8E8;
display: block;
width: fit-content;
text-align: left;
list-style-position: outside;
padding-left: 1.1rem;
margin: 12px auto 0;
}

.architects-btn-ghost {
display: inline-block;
margin-top: 20px;
border: 1px solid #ececec;
color: #ececec;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
text-decoration: none;
padding: 9px 18px;
}

.architects-btn-ghost:hover {
background: #ececec;
color: #232427;
}

.final-cta {
text-align: center;
}

.final-cta p {
max-width: 860px;
margin: 0 auto;
font-size: 0.95rem;
line-height: 1.65;
color: #626368;
}

.final-cta-list {
width: fit-content;
max-width: min(860px, 100%);
margin: 18px auto 0;
text-align: left;
}

.final-cta-list ul {
margin: 8px 0 0;
padding-left: 1.1rem;
}

@media (min-width: 992px) {
.why-item > .col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
}

@media (max-width: 991.98px) {
.why-img-wrap {
position: relative;
inset: auto;
min-height: 200px;
}

.why-image-object {
width: 100%;
height: 100%;
}

.why-content {
min-height: 140px;
height: auto;
}

.why-item > [class*="col-"] {
height: auto;
}

.why-item::after {
display: none;
}

.material-tags {
grid-template-columns: repeat(2, minmax(140px, 1fr));
}

.section-dark,
#pro-services .section-light {
padding: 56px 0;
}
}

@media (max-width: 575.98px) {
.why-list {
gap: 12px;
}

.process-step strong {
gap: 10px;
}

.process-step strong::before,
.process-step strong::after {
width: 30px;
}

.material-tags {
grid-template-columns: 1fr;
}
}