/* Commercial Page Styles */

/* Hero Section */
.com-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.com-hero-gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 434px;
    background: linear-gradient(to bottom, rgba(19, 19, 22, 0) 0%, #131316 100%);
    z-index: 2;
}

.com-hero-content {
    padding: 500px 0 80px;
}

.com-hero-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 62px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #eff2f1;
    margin: 0 0 32px 0;
    position: relative;
    z-index: 2;
}

.com-hero-description {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.192px;
    color: #eff2f1;
    margin: 0;
    max-width: 595px;
    position: relative;
    z-index: 2;
}

/* Category Section (Dark) */
.com-category {
    background: #131316;
    padding: 160px 0 140px;
}

.com-category-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.com-category-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.com-category-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 62px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #eff2f1;
    margin: 0;
    max-width: 940px;
}

/* Services List */
.com-services-list {
    display: flex;
    flex-direction: column;
}

.com-service-item {
    display: flex;
    align-items: center;
    gap: 0;
    height: 238px;
    position: relative;
    border-top: 1px solid #bfbfbf;
}

.com-service-item:last-child {
    border-bottom: 1px solid #bfbfbf;
}

.com-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;

    border-radius: 4px;
    flex-shrink: 0;
}

.com-service-icon img {
    width: 62px;
    height: 62px;
}
.com-service-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #eff2f1;
    margin: 0;
    max-width: 459px;
    position: absolute;
    left: 483px;
}

.com-service-desc {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.167;
    letter-spacing: -0.15px;
    color: #eff2f1;
    margin: 0;
    max-width: 318px;
    position: absolute;
    right: 0;
}

/* Commercial New Construction (Light Section) */
.com-construction {
    background: #eff2f1;
    padding: 140px 0;
}

.com-construction-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
}

.com-construction-header {
    display: flex;
    gap: 381px;
    width: 100%;
    max-width: 1424px;
}

.com-construction-label {
    color: #131316;
}

.com-construction-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 62px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 2px;
    color: #131316;
    margin: 0;
}

/* Construction Cards */
.com-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    max-width: 1420px;
    width: 100%;
}

.com-cards-row {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 384px;
}

.com-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 4px;
    overflow: hidden;
}

.com-card-white {
    flex: 1;
    background: #ffffff;
    border: 1px solid rgba(66, 106, 90, 0.5);
}

.com-card-accent {
    flex: 1;

    flex-shrink: 0;
    background-image: url('/wp-content/uploads/2026/02/BackgroundBorderOverlayBlur.png');
    background-size: cover;
    border: 1px solid rgba(66, 106, 90, 0.5);
}

.com-card-desc {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    color: #131316;
    margin: 0;
    max-width: 332px;
}

.com-card-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #131316;
    margin: 0;
}

/* =====================================================
   MOBILE ADAPTIVE (max-width: 767px)
   ===================================================== */

/* Mobile-only elements - hidden by default */
.com-hero-btn {
    display: none;
}

.com-slider-dots {
    display: none;
}
.value-number {
    width: fit-content;
    flex-shrink: 0;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.344px;
    color: #fff;
    display: none;
}

.value-number span {
    font-family: 'Courier New', sans-serif;
    font-size: 20px;
    color: rgba(103, 255, 86, 1);
}
@media (max-width: 767px) {
    .value-number {
        display: block;
    }
    /* Hero Section */

    .com-hero-gradient-bottom {
        display: none;
    }

    .com-hero-content {
        padding: 250px 0px 120px;
    }

    .com-hero-title {
        font-size: 32px;
        line-height: 1;
        letter-spacing: 2px;
        max-width: none;
        margin-bottom: 26px;
    }

    .com-hero-title br {
        display: none;
    }

    .com-hero-description {
        font-size: 16px;
        line-height: 1.4;
        max-width: none;
    }

    .com-hero-btn {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        height: 60px;
        padding: 0 18px 0 30px;
        background: #67ff56;
        border-radius: 4px;
        text-decoration: none;
        margin-top: 52px;
    }

    .com-hero-btn span:first-child {
        font-family: 'Manrope', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #131316;
    }

    .com-hero-btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #67ff56;
    }

    /* Category Section */
    .com-category {
        padding: 70px 0;
    }

    .com-category-container {
        gap: 50px;
    }

    .com-category-header {
        flex-direction: column;
        gap: 40px;
    }

    .com-category-title {
        font-size: 32px;
        line-height: 1;
        max-width: none;
    }

    /* Service Items - vertical list */
    .com-service-item {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        gap: 14px;
        padding: 28px 0;
        border-color: rgba(66, 106, 90, 0.5);
    }

    .com-service-icon,
    .com-service-icon img {
        display: none;
    }

    .com-service-title {
        position: static;
        font-size: 20px;
        max-width: none;
    }

    .com-service-desc {
        position: static;
        max-width: none;
        font-size: 16px;
    }

    /* Construction Section (New Construction) */
    .com-construction {
        padding: 70px 0;
    }

    .com-construction-container {
        gap: 32px;
    }

    .com-construction-header {
        flex-direction: column;
        gap: 40px;
    }

    .com-construction-title {
        font-size: 32px;
        line-height: 1;
    }

    .com-cards-wrapper {
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        scrollbar-width: none;
        align-items: stretch;
        max-width: none;
    }

    .com-cards-wrapper::-webkit-scrollbar {
        display: none;
    }

    .com-cards-row {
        display: contents;
    }

    .com-card-accent {
        display: none;
    }

    .com-card-white {
        min-width: 267px;
        width: 267px;
        height: 230px;
        flex-shrink: 0;
        scroll-snap-align: start;
        padding: 16px 12px;
    }

    .com-card-last {
        flex: 0 0 267px;
    }

    .com-card-desc {
        font-size: 14px;
        max-width: none;
    }

    .com-card-title {
        font-size: 20px;
    }

    /* Slider dots */
    .com-slider-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 32px;
    }

    .com-slider-dots .slider-dot {
        width: 12px;
        height: 12px;
        border-radius: 4px;
        background: #131316;
        opacity: 0.5;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: opacity 0.3s;
    }

    .com-slider-dots .slider-dot.active {
        opacity: 1;
    }

    /* Contact Section - reorder for mobile */
    .contact-left {
        display: contents;
    }

    .contact-left > h2 {
        order: 1;
    }

    .contact-left > .body-md {
        order: 2;
    }

    .contact-form {
        order: 3;
    }

    .contact-info-list {
        order: 4;
    }
}

