/* =========================================================
   WEBSITE DEVELOPMENT PAGE
========================================================= */

.service-page-banner {
    padding-bottom: 65px;
}


/* =========================================================
   INTRO
========================================================= */

.website-intro {
    padding-top: 90px;
}

.website-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.website-intro-image {
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    border-radius: 30px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.website-intro-image img {
    width: 100%;
    max-width: 450px;
    max-height: 400px;
    object-fit: contain;
}

.website-intro-content h2 {
    max-width: 700px;
    margin: 15px 0 25px;
    font-size: clamp(35px,4vw,55px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.website-intro-content p {
    max-width: 700px;
    color: var(--muted);
    line-height: 1.8;
}

.website-intro-content .intro-large {
    color: #334155;
    font-size: 19px;
    line-height: 1.75;
}

.website-intro-content .btn {
    margin-top: 15px;
}


/* =========================================================
   WEBSITE TYPES
========================================================= */

.website-solutions {
    background: #f8fafc;
}

.website-type-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1px;
    margin-top: 50px;
    background: #dce3eb;
    border: 1px solid #dce3eb;
}

.website-type-card {
    min-height: 300px;
    padding: 30px;
    background: #fff;
}

.website-type-card > span {
    display: block;
    margin-bottom: 65px;
    color: #d97706;
    font-size: 12px;
    font-weight: 900;
}

.website-type-card h3 {
    margin-bottom: 12px;
}

.website-type-card p {
    min-height: 90px;
    color: var(--muted);
    line-height: 1.7;
}

.website-type-card a {
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.website-type-card a:hover {
    color: #d97706;
}


/* =========================================================
   FEATURES
========================================================= */

.website-features-section {
    background: #0f172a;
    color: #fff;
}

.feature-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
}

.feature-heading h2 {
    margin: 15px 0 25px;
    font-size: clamp(38px,4vw,58px);
    line-height: 1.05;
}

.feature-heading p {
    max-width: 550px;
    color: #94a3b8;
    line-height: 1.8;
}

.feature-list {
    border-top: 1px solid rgba(255,255,255,.12);
}

.feature-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.feature-number {
    color: #f59e0b;
    font-size: 12px;
    font-weight: 900;
}

.feature-item h3 {
    margin-bottom: 7px;
}

.feature-item p {
    margin: 0;
    color: #94a3b8;
    line-height: 1.7;
}


/* =========================================================
   PROCESS
========================================================= */

.website-process {
    background: #fff;
}

.website-process-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 50px;
}

.website-process-card {
    min-height: 280px;
    padding: 30px;
    border: 1px solid #dce3eb;
    border-radius: 20px;
    transition: .25s ease;
}

.website-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
}

.process-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
    border-radius: 12px;
    background: #fff3dc;
    color: #d97706;
    font-size: 12px;
    font-weight: 900;
}

.website-process-card h3 {
    margin-bottom: 10px;
}

.website-process-card p {
    color: var(--muted);
    line-height: 1.7;
}


/* =========================================================
   WHY
========================================================= */

.website-why {
    background: #f8fafc;
}

.website-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start;
}

.website-why h2 {
    max-width: 650px;
    margin: 15px 0 25px;
    font-size: clamp(36px,4vw,55px);
    line-height: 1.08;
}

.website-why > .container > .website-why-grid > div > p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.8;
}

.why-points {
    border-top: 1px solid #dce3eb;
}

.why-points div {
    padding: 22px 0;
    border-bottom: 1px solid #dce3eb;
}

.why-points strong,
.why-points span {
    display: block;
}

.why-points strong {
    margin-bottom: 6px;
}

.why-points span {
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   FAQ
========================================================= */

.website-faq {
    background: #fff;
}

.faq-list {
    max-width: 850px;
    margin: 45px auto 0;
    border-top: 1px solid #dce3eb;
}

.faq-item {
    border-bottom: 1px solid #dce3eb;
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary span {
    color: #d97706;
    font-size: 22px;
    font-weight: 400;
}

.faq-item p {
    max-width: 750px;
    margin: 0;
    padding: 0 0 25px;
    color: var(--muted);
    line-height: 1.8;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .website-intro-grid,
    .feature-layout,
    .website-why-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .website-type-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .website-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


@media (max-width: 650px) {

    .website-intro {
        padding-top: 60px;
    }

    .website-intro-image {
        min-height: 300px;
    }

    .website-type-grid,
    .website-process-grid {
        grid-template-columns: 1fr;
    }

    .website-type-card {
        min-height: auto;
    }

    .website-type-card > span {
        margin-bottom: 35px;
    }

    .website-process-card {
        min-height: auto;
    }

    .process-icon {
        margin-bottom: 35px;
    }

}