/* Obsvice Page Styles */

/* 6% horizontal padding for all sections (match index/footer) – section has padding, container has none */
.obsvice-benefits-section .container,
.obsvice-how-it-works-section .container,
.obsvice-industries-section .container,
.obsvice-process-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Hero & Banner Section (Frame 2 + Image 81) */
.obsvice-hero-wrapper {
    position: relative;
    width: 100%;
    height: 446px; /* Fixed height to match Wizetrace */
    overflow: hidden;
}

/* Banner Image (Image 81) */
.obsvice-banner-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.obsvice-banner-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top; /* Ensure top of image is visible if cropped */
}

/* Hero content over banner with subtle overlay for text contrast */
.obsvice-hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 6%;
    box-sizing: border-box;
}

.obsvice-hero-content-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.obsvice-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.obsvice-logo {
    width: 333px;
    height: auto;
    margin-bottom: 28px;
}

.obsvice-title {
    font-family: 'Inter', sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.obsvice-desc {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    letter-spacing: -0.31px;
    margin-bottom: 32px;
    max-width: 800px;
}

.obsvice-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 12px 31px;
    height: 48px;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.obsvice-btn:hover {
    background-color: #ffffff;
    color: #04419b;
}

.obsvice-btn:hover .obsvice-btn-icon {
    filter: invert(18%) sepia(88%) saturate(3052%) hue-rotate(212deg) brightness(96%) contrast(96%); /* Convert white to #04419b */
}

.obsvice-btn-icon {
    width: 16px;
    height: 16px;
    transition: filter 0.3s ease;
}

/* Asset Management Software Section (Frame 126) – rebuilt with inner container */
.obsvice-software-section {
    background-color: #ffffff;
    padding: 90px 6%;
    box-sizing: border-box;
}

.software-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.obsvice-section-title {
    font-size: 48px;
    font-weight: 700;
    color: #101828;
    text-align: center;
    line-height: 1;
    margin-bottom: 56px;
    letter-spacing: 0.35px;
}

.obsvice-software-layout {
    display: grid;
    grid-template-columns: 2fr 3fr; /* 40% cards, 60% image */
    align-items: center;
    gap: 48px;
}

.software-features-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.software-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.obsvice-software-section .feature-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.obsvice-software-section .bg-orange-pale {
    background-color: rgba(232, 92, 41, 0.125);
}

.obsvice-software-section .software-icon {
    width: 24px;
    height: 24px;
}

.obsvice-software-section .feature-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.obsvice-software-section .feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    line-height: 1.4;
    letter-spacing: -0.45px;
}

.obsvice-software-section .feature-desc {
    font-size: 16px;
    color: #4a5565;
    line-height: 1.5;
    letter-spacing: -0.31px;
    max-width: 100%;
}

.obsvice-software-section .obsvice-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background-color: #e85d2a;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
    height: 48px;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.obsvice-software-section .obsvice-primary-btn:hover {
    background-color: #d64d1f;
}

.software-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.software-laptop-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    line-height: 0;
}

.software-laptop-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 25px 51px rgba(0, 0, 0, 0.25));
}

/* Asset Management – responsive (992px padding via global obsvice section rules below) */
@media (max-width: 1024px) {
    .obsvice-software-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .software-features-col {
        align-items: center;
        text-align: center;
    }

    .software-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 480px;
    }

    .obsvice-software-section .obsvice-primary-btn {
        align-self: center;
    }

    .software-laptop-container {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .obsvice-software-section {
        padding: 60px 20px;
    }

    .obsvice-section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .obsvice-software-layout {
        gap: 32px;
    }

    .software-features-col {
        gap: 24px;
    }

    .obsvice-software-section .feature-title {
        font-size: 18px;
    }

    .obsvice-software-section .feature-desc {
        font-size: 15px;
    }

    .software-laptop-container {
        max-width: 100%;
    }
}

/* Why Choose Obsvice Section */
.obsvice-benefits-section {
    background-color: #0a0a0a;
    color: #f5f5f5;
    padding: 80px 6%;
    box-sizing: border-box;
}

/* How Obsvice Works Section (Frame 942_11312) */
.obsvice-how-it-works-section {
    background-color: #ffffff;
    padding: 90px 6%;
    box-sizing: border-box;
}

.section-title-center {
    font-size: 48px;
    font-weight: 700;
    color: #101828;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.96px;
}

.section-subtitle-center {
    font-size: 18px;
    color: #4a5565;
    text-align: center;
    line-height: 1.6;
    letter-spacing: -0.31px;
    max-width: 600px;
    margin: 0 auto 64px;
}

/* Steps Grid */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 80px;
}

.step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    border: 1px solid #f2f4f7;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    background: #ffffff;
}

.step-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

/* Specific Step Colors */
.bg-blue-pale { background-color: #eff6ff; }
.bg-green-pale { background-color: #ecfdf5; }
.bg-yellow-pale { background-color: #fefce8; }
.bg-red-pale { background-color: #fef2f2; }

.step-icon {
    width: 32px;
    height: 32px;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 12px;
    line-height: 1.4;
    letter-spacing: -0.45px;
}

.step-desc {
    font-size: 16px;
    color: #4a5565;
    line-height: 1.5;
    letter-spacing: -0.31px;
}

/* Mobile Screens Row */
.mobile-screens-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.mobile-screen-wrapper {
    width: 280px;
    height: 580px;
    background: #000000;
    border-radius: 40px;
    padding: 12px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    flex-shrink: 0;
}

/* Mockup Bezel & Content */
.mobile-screen-content {
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Notch Simulation */
.mobile-screen-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 30px;
    background: #000000;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: 10;
}

/* Screen Header */
.screen-header {
    padding: 44px 20px 12px; /* Top padding clears notch */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #101828;
}

.close-icon {
    background: #f3f4f6;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4b5563;
}

/* Screen Body & Common Elements */
.screen-body {
    padding: 0 16px 20px;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.status-text {
    font-size: 12px;
    margin-bottom: 4px;
}

.text-blue { color: #155dfc; }
.text-gray { color: #6b7280; }
.font-bold { font-weight: 700; }

.asset-code-box {
    background: #eff6ff;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.label {
    font-size: 12px;
    color: #101828;
    font-weight: 500;
}

.value {
    font-size: 18px;
    font-weight: 700;
}

.asset-image-card {
    border: 1px solid #f2f4f7;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f9fafb;
}

.asset-thumb {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 12px;
    object-fit: cover;
}

.asset-image-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 4px;
}

.asset-image-card p {
    font-size: 12px;
    color: #667085;
    margin-bottom: 12px;
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.tag {
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
}

.tag-green { background: #ecfdf5; color: #027a48; }
.tag-blue { background: #eff6ff; color: #175cd3; }
.tag-white { background: #ffffff; color: #344054; border: 1px solid #d0d5dd; font-size: 10px; }

.action-buttons {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.btn-blue {
    flex: 1;
    background: #155dfc;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

/* Scoped so footer "Request a quote" button keeps its styling */
.main-content .btn-outline {
    flex: 1;
    background: white;
    color: #344054;
    border: 1px solid #d0d5dd;
    padding: 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

/* Dashboard Specifics */
.dashboard-stats-box {
    background: #eff6ff;
    border-radius: 12px;
    padding: 12px;
}

.stats-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #4a5565;
}

.link-blue {
    color: #155dfc;
    text-decoration: none;
    font-weight: 500;
}

.org-overview h5, .asset-metrics h5 {
    font-size: 12px;
    color: #344054;
    margin-bottom: 8px;
    font-weight: 500;
}

.stat-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fafb;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.arrow-icon { color: #155dfc; }

.asset-metrics h3 {
    font-size: 14px;
    font-weight: 600;
    color: #101828;
}

/* Alert Box */
.alert-box {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 12px;
    padding: 12px;
}

.alert-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.alert-icon {
    color: #b91c1c;
    font-weight: bold;
}

.alert-title {
    color: #b91c1c;
    font-weight: 600;
    font-size: 14px;
}

.alert-msg {
    color: #b91c1c;
    font-size: 12px;
    margin-bottom: 8px;
}

.alert-tags {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.process-item {
    background: #f9fafb;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
}

.info-row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.info-badge {
    background: #e5e7eb;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    color: #374151;
}

.specs {
    font-size: 12px;
    color: #4b5563;
}

/* Who Benefits from Obsvice Section (Frame 944_11860) */
.obsvice-industries-section {
    background-color: #0a0a0a;
    padding: 80px 6%;
    color: #f5f5f5;
    box-sizing: border-box;
}

.industries-header {
    text-align: center;
    margin-bottom: 64px;
}

.industries-title {
    font-size: 49px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.36px;
    margin-bottom: 16px;
}

.text-orange {
    color: #e85c29;
}

.industries-subtitle {
    font-size: 18px;
    color: #a1a1a1;
    line-height: 1.6;
    letter-spacing: -0.44px;
    max-width: 600px;
    margin: 0 auto;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.industry-card {
    background-color: #171717;
    border: 1px solid #262626;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
    border-color: #e85c29;
}

.industry-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

/* Industry Specific Icon Backgrounds */
.bg-red-dark { background-color: rgba(70, 8, 9, 0.4); } /* #46080966 */
.bg-green-dark { background-color: rgba(3, 46, 21, 0.4); } /* #032e1566 */
.bg-blue-dark { background-color: rgba(22, 36, 86, 0.4); } /* #16245666 */
.bg-brown-dark { background-color: rgba(68, 19, 6, 0.4); } /* #44130666 */
.bg-purple-dark { background-color: rgba(60, 3, 102, 0.4); } /* #3c036666 */

.industry-icon {
    width: 32px;
    height: 32px;
}

.industry-title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -0.45px;
    margin-bottom: 12px;
}

.industry-desc {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 1.6;
    letter-spacing: -0.15px;
}

/* Responsive */
@media (max-width: 1024px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }
    
    .industries-title {
        font-size: 36px;
    }
}

.benefits-header {
    text-align: center;
    margin-bottom: 64px;
}

.benefits-title {
    font-size: 44px;
    font-weight: 600;
    color: #f5f5f5;
    line-height: 1.2;
    letter-spacing: 0.07px;
    margin-bottom: 16px;
}

.benefits-subtitle {
    font-size: 16px;
    color: #a0a0a0;
    line-height: 1.5;
    letter-spacing: -0.31px;
    max-width: 600px;
    margin: 0 auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-card {
    background-color: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #e85d2a;
}

.benefit-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.bg-orange-dark {
    background-color: rgba(232, 92, 41, 0.15); /* #e85c2926 */
}

.benefit-icon {
    width: 32px;
    height: 32px;
}

.benefit-card-title {
    font-size: 18px;
    font-weight: 500;
    color: #f5f5f5;
    line-height: 1.5;
    letter-spacing: -0.44px;
    margin-bottom: 16px;
}

.benefit-card-desc {
    font-size: 16px;
    color: #a0a0a0;
    line-height: 1.6;
    letter-spacing: -0.31px;
}

/* Responsive */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-title {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .obsvice-software-section,
    .obsvice-benefits-section,
    .obsvice-how-it-works-section,
    .obsvice-industries-section,
    .obsvice-process-section {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 768px) {
    .obsvice-hero-content-wrapper {
        position: relative;
        height: auto;
        padding: 60px 20px;
    }
    
    .obsvice-banner-container {
        display: none;
    }

    .obsvice-logo {
        width: 200px;
    }

    .obsvice-title {
        font-size: 32px;
    }

    .obsvice-desc {
        font-size: 16px;
    }

    .obsvice-section-title {
        font-size: 32px;
    }

    .obsvice-software-section,
    .obsvice-benefits-section,
    .obsvice-how-it-works-section,
    .obsvice-industries-section,
    .obsvice-process-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* How Does It Work Section (Frame 944_11972) */
.obsvice-process-section {
    background-color: #ffffff;
    padding: 100px 6%;
    box-sizing: border-box;
}

.process-header {
    text-align: center;
    margin-bottom: 80px;
}

.process-steps-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.process-step-wrapper {
    flex: 1;
    max-width: 380px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-number-badge {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    flex-shrink: 0;
    aspect-ratio: 1;
    background-color: #e85c29;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px; /* Space between badge and card */
    z-index: 2;
    box-sizing: border-box;
}

.process-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 48px 32px;
    text-align: center;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); /* Soft shadow */
    border: 1px solid #f2f4f7;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}

.process-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}

.process-title {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 16px;
    line-height: 1.4;
}

.process-desc {
    font-size: 16px;
    color: #4a5565;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .process-steps-row {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .process-steps-row {
        flex-direction: column;
        align-items: center;
    }
    
    .process-step-wrapper {
        width: 100%;
        max-width: 400px;
    }
}