/* ==========================================================================
   ERINITE SOLUTIONS — WEB DEVELOPMENT PAGE STYLESHEET
   Harmonized with Amazon, Shopify & eBay Design System
   Viewport Aspect & Screen-Fit Optimized with Smooth Visual Blending
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* =========================================
   GLOBAL / RESET FOR WEB DEVELOPMENT PAGE
   ========================================= */

.web-dev-page,
.web-hero,
.web-services-section,
.web-process-section,
.web-cta-section {
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #07182D;
    -webkit-font-smoothing: antialiased;
}

.web-dev-page *,
.web-hero *,
.web-services-section *,
.web-process-section *,
.web-cta-section * {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #07182D;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* =========================================
   COMMON UTILITIES & BADGES
   ========================================= */

.text-blue {
    color: #0D6EFD !important;
}

.web-badge-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
    background: #EBF3FE;
    border: 1px solid #D4E5FC;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0D6EFD;
    margin-bottom: 12px;
}

.web-eyebrow-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.web-eyebrow-text {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0D6EFD;
}

.web-eyebrow-line {
    display: inline-block;
    width: 36px;
    height: 3px;
    background: #0D6EFD;
    border-radius: 2px;
}

/* Common Primary Button */
.web-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #0D6EFD;
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 50px;
    box-shadow: 0 8px 22px rgba(13, 110, 253, 0.28);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    cursor: pointer;
}

.web-btn-primary:hover {
    background: #0B5ED7;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.38);
    color: #FFFFFF !important;
}

.web-btn-arrow {
    display: inline-block;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.web-btn-primary:hover .web-btn-arrow {
    transform: translateX(4px);
}


/* =========================================
   SECTION 01: HERO SECTION (FULL SECTION IMAGE FIT)
   ========================================= */

.web-hero {
    position: relative;
    padding: 50px 0 50px 0;
    min-height: calc(100vh - 85px);
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 80% 35%, rgba(225, 238, 255, 0.45) 0%, rgba(248, 250, 255, 0) 65%), #FFFFFF;
    overflow: hidden;
}

.web-hero-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 0;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    gap: 10px;
}

.web-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    max-width: 530px;
    padding-right: 0;
}

.web-hero-title {
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12;
    color: #07182D;
    letter-spacing: -0.025em;
    margin: 0 0 20px 0;
}

.web-hero-title span {
    color: #0D6EFD;
}

.web-hero-desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #475B78;
    max-width: 480px;
    margin: 0 0 32px 0;
}

.web-hero-cta-wrap {
    margin-bottom: 0;
}

/* Right Visual Column (Fills entire right half) */
.web-hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.web-hero-visual-wrap {
    position: relative;
    width: 100%;
    max-width: 860px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
}

.web-hero-main-img {
    width: 100%;
    max-height: 84vh;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: right center;
    /* Soft left gradient blend matching reference */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 1) 9%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 1) 9%);
    filter: drop-shadow(0 15px 35px rgba(7, 24, 45, 0.08));
    position: relative;
    z-index: 2;
    transform: scale(1.04);
    transform-origin: right center;
}


/* =========================================
   SECTION 02: OUR SERVICES (COMPACT 1-SCREEN FIT)
   ========================================= */

.web-services-section {
    position: relative;
    padding: 40px 40px 45px;
    background-color: #FFFFFF;
}

.web-services-container {
    max-width: 1360px;
    margin: 0 auto;
}

.web-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 24px auto;
}

.web-section-header h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #07182D;
    letter-spacing: -0.02em;
    margin: 0 0 8px 0;
}

.web-section-header h2 span {
    color: #0D6EFD;
}

.web-section-header p {
    font-family: "Inter", sans-serif;
    font-size: 14.5px;
    line-height: 1.5;
    color: #475B78;
    margin: 0;
}

/* 3-Column Layout: Left (3 cards), Center (Browser Showcase), Right (3 cards) */
.web-services-grid {
    display: grid;
    grid-template-columns: 1fr 1.38fr 1fr;
    gap: 16px;
    align-items: center;
}

.web-services-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Service Card */
.web-service-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5EDF7;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 4px 14px rgba(7, 24, 45, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
    color: inherit;
    flex: 1;
}

.web-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.09);
    border-color: #BED8F9;
}

/* Prominent Icon Box for Section 2 Cards */
.web-card-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #EEF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #0D6EFD;
    flex-shrink: 0;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.web-service-card:hover .web-card-icon-box {
    transform: scale(1.05);
    background: #E4EFFF;
}

.web-card-icon-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.web-card-svg {
    width: 28px;
    height: 28px;
    color: #0D6EFD;
}

.web-card-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #07182D;
    margin: 0 0 4px 0;
    line-height: 1.25;
}

.web-card-desc {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5A6E85;
    margin: 0 0 4px 0;
    padding-right: 18px;
}

.web-card-arrow {
    position: absolute;
    right: 16px;
    bottom: 14px;
    color: #0D6EFD;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.2s ease;
}

.web-service-card:hover .web-card-arrow {
    transform: translateX(4px);
}

/* Center Featured Browser Showcase - Image fits 100% cleanly inside */
.web-showcase-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.web-browser-frame {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E1ECF8;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(7, 24, 45, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.web-browser-topbar {
    background: #F4F8FC;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #E5EDF7;
    flex-shrink: 0;
}

.web-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.web-dot.red { background-color: #FF5F56; }
.web-dot.yellow { background-color: #FFBD2E; }
.web-dot.green { background-color: #27C93F; }

.web-browser-content {
    width: 100%;
    position: relative;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.web-center-showcase-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION 03: OUR PROCESS (FULL SECTION IMAGE FIT)
   ========================================= */

.web-process-section {
    position: relative;
    padding: 50px 0 50px 0;
    min-height: calc(100vh - 85px);
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 80% 45%, rgba(225, 238, 255, 0.4) 0%, rgba(248, 250, 255, 0) 65%), #FFFFFF;
    overflow: hidden;
}

.web-process-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 0;
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: center;
    gap: 10px;
}

.web-process-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    max-width: 530px;
    padding-right: 0;
}

.web-process-title {
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: #07182D;
    letter-spacing: -0.025em;
    margin: 0 0 16px 0;
}

.web-process-title span {
    color: #0D6EFD;
}

.web-process-desc {
    font-family: "Inter", sans-serif;
    font-size: 15.5px;
    line-height: 1.6;
    color: #475B78;
    max-width: 480px;
    margin: 0 0 28px 0;
}

/* 3 Vertical Process Items */
.web-process-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 490px;
}

.web-process-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    background: #FFFFFF;
    border: 1px solid #E5EDF7;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(7, 24, 45, 0.03);
    transition: all 0.25s ease;
}

.web-process-item:hover {
    border-color: #BED8F9;
    box-shadow: 0 8px 22px rgba(13, 110, 253, 0.08);
    transform: translateX(4px);
}

/* Step Number */
.web-process-num {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #EBF3FE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0D6EFD;
    flex-shrink: 0;
}

/* Step Icon */
.web-process-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F0F6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D6EFD;
    flex-shrink: 0;
}

.web-process-icon-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.web-process-svg {
    width: 22px;
    height: 22px;
    color: #0D6EFD;
}

.web-process-info {
    flex: 1;
}

.web-process-step-title {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #07182D;
    margin: 0 0 3px 0;
    line-height: 1.3;
}

.web-process-step-desc {
    font-family: "Inter", sans-serif;
    font-size: 13.5px;
    line-height: 1.45;
    color: #5A6E85;
    margin: 0;
}

/* Process Right Visual (Laptop Dashboard Mockup - Fills Right Side) */
.web-process-visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.web-process-visual-wrap {
    position: relative;
    width: 100%;
    max-width: 860px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
}

.web-laptop-dashboard-img {
    width: 100%;
    max-height: 84vh;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: right center;
    /* Soft left gradient blend matching reference */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 1) 9%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 1) 9%);
    filter: drop-shadow(0 15px 35px rgba(7, 24, 45, 0.08));
    position: relative;
    z-index: 2;
    transform: scale(1.04);
    transform-origin: right center;
}


/* =========================================
   SECTION 04: CTA BANNER
   ========================================= */

.web-cta-section {
    position: relative;
    padding: 20px 40px 50px;
    background-color: #FFFFFF;
}

.web-cta-container {
    max-width: 1240px;
    margin: 0 auto;
}

.web-cta-card {
    background: linear-gradient(135deg, #07182D 0%, #0B1F3B 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 30px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 16px 40px rgba(7, 24, 45, 0.16);
}

.web-cta-left {
    flex: 1;
}

.web-cta-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.web-cta-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 14.5px;
    color: #94A3B8;
    margin: 0;
    line-height: 1.5;
}

.web-cta-center {
    flex-shrink: 0;
}

.web-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0D6EFD;
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.35);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.web-cta-btn:hover {
    background: #0B5ED7;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.45);
    color: #FFFFFF !important;
}

.web-cta-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.web-cta-badge-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.web-cta-badge-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.web-cta-badge-text {
    font-family: "Poppins", sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.3;
    color: #F1F5F9;
}


/* =========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================= */

@media (max-width: 1100px) {
    .web-hero,
    .web-process-section {
        min-height: auto;
        padding: 60px 30px;
    }

    .web-hero-container,
    .web-process-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .web-hero-visual,
    .web-process-visual {
        justify-content: center;
    }

    .web-hero-visual-wrap,
    .web-process-visual-wrap {
        max-width: 100%;
        justify-content: center;
    }

    .web-services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .web-showcase-center {
        order: -1;
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    .web-cta-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .web-cta-right {
        align-self: flex-start;
    }
}

@media (max-width: 768px) {
    .web-hero,
    .web-process-section {
        padding: 40px 20px 30px;
    }

    .web-hero-title,
    .web-process-title {
        font-size: 34px;
    }

    .web-section-header h2 {
        font-size: 28px;
    }

    .web-services-section,
    .web-process-section,
    .web-cta-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .web-cta-card {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .web-hero-title,
    .web-process-title {
        font-size: 28px;
    }
}
