/* =========================================================
   GROWTH DIGITAL STUDIO
   WEB DEVELOPMENT — PREMIUM SERVICE PAGE
========================================================= */


/* =========================================================
   PAGE BASE
========================================================= */

.web-development-page {

    position: relative;

    width: 100%;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(124,92,255,.075),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 38%,
            rgba(45,145,255,.055),
            transparent 30%
        ),
        #08090d;

    color: #fff;
}


/* =========================================================
   GLOBAL SERVICE CONTAINER
========================================================= */

.web-development-page .container {

    width:
        min(1200px, calc(100% - 48px));

    margin-inline: auto;
}


/* =========================================================
   SERVICE EYEBROW
========================================================= */

.web-development-page .service-eyebrow {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 22px;

    color: #a69cff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .22em;

    text-transform: uppercase;
}


.web-development-page .service-eyebrow-line {

    width: 38px;

    height: 1px;

    flex-shrink: 0;

    background:
        linear-gradient(
            90deg,
            #8177ff,
            transparent
        );
}


/* =========================================================
   SECTION HEADING
========================================================= */

.web-development-page .service-section-heading {

    max-width: 900px;

    margin-bottom: 65px;
}


.web-development-page .service-section-heading h2 {

    margin: 0;

    max-width: 850px;

    font-family:
        "Manrope",
        var(--font-heading),
        sans-serif;

    font-size:
        clamp(42px, 5.5vw, 76px);

    line-height: .98;

    letter-spacing: -.055em;

    font-weight: 700;

    color: #fff;
}


.web-development-page .service-section-heading h2 span {

    display: block;

    background:
        linear-gradient(
            110deg,
            #ffffff,
            #aaa4ff 52%,
            #7068ff
        );

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;
}


.web-development-page .service-section-heading > p {

    max-width: 650px;

    margin:
        24px 0 0;

    color:
        rgba(255,255,255,.52);

    font-size: 15px;

    line-height: 1.85;
}


/* =========================================================
   HERO
========================================================= */

.web-development-page .service-hero {

    position: relative;

    min-height: 820px;

    display: flex;

    align-items: center;

    padding:
        150px 0 110px;

    overflow: hidden;

    border-bottom:
        1px solid rgba(255,255,255,.06);
}


.web-development-page .service-hero::before {

    content: "";

    position: absolute;

    width: 700px;
    height: 700px;

    right: -260px;
    top: 5%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(115,95,255,.16),
            transparent 68%
        );

    filter: blur(25px);

    pointer-events: none;
}


.web-development-page .service-hero::after {

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    left: -300px;
    bottom: -180px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(40,130,255,.07),
            transparent 70%
        );

    filter: blur(35px);

    pointer-events: none;
}


.service-hero-container {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(430px, .85fr);

    align-items: center;

    gap: 80px;
}


.service-hero-content {

    position: relative;

    z-index: 3;
}


.service-hero-title {

    max-width: 800px;

    margin: 0;

    font-family:
        "Manrope",
        var(--font-heading),
        sans-serif;

    font-size:
        clamp(54px, 6.4vw, 94px);

    line-height: .94;

    letter-spacing: -.065em;

    font-weight: 700;

    color: #fff;
}


.service-hero-title span {

    display: block;

    margin-top: 7px;

    background:
        linear-gradient(
            110deg,
            #ffffff 5%,
            #aaa4ff 52%,
            #7068ff 100%
        );

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;
}


.service-hero-description {

    max-width: 650px;

    margin:
        30px 0 0;

    color:
        rgba(255,255,255,.55);

    font-size: 16px;

    line-height: 1.85;
}


/* =========================================================
   HERO ACTIONS
========================================================= */

.service-hero-actions {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 13px;

    margin-top: 34px;
}


.service-primary-btn,
.service-secondary-btn {

    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    padding:
        0 20px;

    border-radius: 12px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition:
        transform .35s cubic-bezier(.22,1,.36,1),
        border-color .35s ease,
        background .35s ease,
        box-shadow .35s ease;
}


.service-primary-btn {

    border:
        1px solid rgba(141,124,255,.65);

    background:
        linear-gradient(
            135deg,
            #8175ff,
            #5f56e8
        );

    color: #fff;

    box-shadow:
        0 14px 40px
        rgba(105,88,255,.20);
}


.service-primary-btn:hover {

    transform:
        translateY(-4px);

    box-shadow:
        0 20px 55px
        rgba(105,88,255,.32);
}


.service-primary-btn span:last-child {

    font-size: 17px;

    transition:
        transform .3s ease;
}


.service-primary-btn:hover span:last-child {

    transform:
        translate(3px,-3px);
}


.service-secondary-btn {

    border:
        1px solid rgba(255,255,255,.11);

    background:
        rgba(255,255,255,.035);

    color:
        rgba(255,255,255,.75);

    backdrop-filter:
        blur(12px);

    -webkit-backdrop-filter:
        blur(12px);
}


.service-secondary-btn:hover {

    transform:
        translateY(-4px);

    border-color:
        rgba(141,124,255,.35);

    background:
        rgba(141,124,255,.08);

    color: #fff;
}


/* =========================================================
   HERO META
========================================================= */

.service-hero-meta {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 28px;

    color:
        rgba(255,255,255,.3);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .16em;
}


.service-meta-dot {

    width: 4px;

    height: 4px;

    border-radius: 50%;

    background:
        #8177ff;

    box-shadow:
        0 0 12px
        rgba(129,119,255,.7);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.service-hero-visual {

    position: relative;

    min-height: 540px;

    display: flex;

    align-items: center;

    justify-content: center;
}


.service-visual-glow {

    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(121,102,255,.18),
            transparent 68%
        );

    filter: blur(35px);

    animation:
        serviceGlowFloat
        7s
        ease-in-out
        infinite;
}


.service-browser {

    position: relative;

    width: min(560px, 100%);

    min-height: 360px;

    overflow: hidden;

    border:
        1px solid rgba(255,255,255,.13);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.065),
            rgba(255,255,255,.015)
        ),
        #0b0d12;

    box-shadow:
        0 45px 110px
        rgba(0,0,0,.48),
        0 0 70px
        rgba(106,88,255,.10),
        inset 0 1px 0
        rgba(255,255,255,.06);

    transform:
        perspective(1200px)
        rotateY(-7deg)
        rotateX(3deg);

    transition:
        transform .7s cubic-bezier(.22,1,.36,1);
}


.service-browser:hover {

    transform:
        perspective(1200px)
        rotateY(0)
        rotateX(0)
        translateY(-6px);
}


.service-browser-top {

    height: 48px;

    display: flex;

    align-items: center;

    gap: 18px;

    padding:
        0 16px;

    border-bottom:
        1px solid rgba(255,255,255,.07);

    background:
        rgba(255,255,255,.025);
}


.service-browser-dots {

    display: flex;

    gap: 6px;
}


.service-browser-dots span {

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.25);
}


.service-browser-address {

    flex: 1;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(255,255,255,.07);

    border-radius: 7px;

    background:
        rgba(255,255,255,.025);

    color:
        rgba(255,255,255,.3);

    font-size: 8px;

    letter-spacing: .06em;
}


.service-browser-content {

    position: relative;

    min-height: 310px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 50px;
}


.service-browser-content::before {

    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -80px;
    top: -70px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(128,108,255,.18),
            transparent 70%
        );

    filter: blur(20px);
}


.browser-label {

    position: relative;

    z-index: 2;

    color:
        #958cff;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .2em;
}


.service-browser-content h2 {

    position: relative;

    z-index: 2;

    margin:
        16px 0 0;

    font-size:
        clamp(38px, 5vw, 64px);

    line-height: .95;

    letter-spacing: -.06em;
}


.service-browser-content h2 span {

    display: block;

    background:
        linear-gradient(
            110deg,
            #fff,
            #8177ff
        );

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;
}


.service-browser-content p {

    position: relative;

    z-index: 2;

    margin:
        18px 0 0;

    color:
        rgba(255,255,255,.38);

    font-size: 11px;

    letter-spacing: .08em;
}


.browser-lines {

    display: flex;

    flex-direction: column;

    gap: 8px;

    width: 70%;

    margin-top: 35px;
}


.browser-lines span {

    height: 4px;

    border-radius: 999px;

    background:
        rgba(255,255,255,.08);
}


.browser-lines span:nth-child(1) {
    width: 90%;
}

.browser-lines span:nth-child(2) {
    width: 70%;
}

.browser-lines span:nth-child(3) {
    width: 50%;
}


/* =========================================================
   PROBLEM
========================================================= */

.service-problem {

    position: relative;

    padding:
        145px 0;

    border-bottom:
        1px solid rgba(255,255,255,.055);
}


.service-problem-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    border-top:
        1px solid rgba(255,255,255,.08);

    border-bottom:
        1px solid rgba(255,255,255,.08);
}


.service-problem-grid article {

    position: relative;

    min-height: 310px;

    padding:
        30px 30px 40px;

    border-right:
        1px solid rgba(255,255,255,.07);

    transition:
        background .4s ease,
        transform .45s cubic-bezier(.22,1,.36,1);
}


.service-problem-grid article:last-child {

    border-right: 0;
}


.service-problem-grid article:hover {

    transform:
        translateY(-6px);

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(124,92,255,.07),
            transparent 65%
        );
}


.service-card-number {

    display: block;

    color:
        rgba(255,255,255,.25);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .15em;
}


.service-problem-grid h3 {

    max-width: 320px;

    margin:
        70px 0 18px;

    font-size:
        clamp(25px, 2.5vw, 36px);

    line-height: 1;

    letter-spacing: -.045em;
}


.service-problem-grid p {

    max-width: 310px;

    margin: 0;

    color:
        rgba(255,255,255,.45);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   OFFERINGS
========================================================= */

.service-offerings {

    position: relative;

    padding:
        145px 0;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.008),
            transparent
        );
}


.service-offerings-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 16px;
}


.service-offering-card {

    position: relative;

    min-height: 285px;

    display: flex;

    flex-direction: column;

    padding: 28px;

    overflow: hidden;

    border:
        1px solid rgba(255,255,255,.075);

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.012)
        );

    transition:
        transform .45s cubic-bezier(.22,1,.36,1),
        border-color .4s ease,
        box-shadow .45s ease;
}


.service-offering-card::before {

    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -90px;
    top: -90px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(126,108,255,.13),
            transparent 68%
        );

    transition:
        transform .6s ease;
}


.service-offering-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(141,124,255,.28);

    box-shadow:
        0 30px 70px
        rgba(0,0,0,.3),
        0 0 40px
        rgba(105,88,255,.07);
}


.service-offering-card:hover::before {

    transform:
        scale(1.5);
}


.service-offering-number {

    color:
        rgba(255,255,255,.25);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: .15em;
}


.service-offering-card h3 {

    margin:
        55px 0 13px;

    font-size: 23px;

    line-height: 1.1;

    letter-spacing: -.035em;
}


.service-offering-card p {

    max-width: 330px;

    margin: 0;

    color:
        rgba(255,255,255,.45);

    font-size: 12px;

    line-height: 1.75;
}


.service-offering-arrow {

    margin-top: auto;

    align-self: flex-end;

    color:
        #948aff;

    font-size: 20px;

    transition:
        transform .35s ease;
}


.service-offering-card:hover
.service-offering-arrow {

    transform:
        translate(4px,-4px);
}


/* =========================================================
   PROCESS
========================================================= */

.service-process {

    position: relative;

    padding:
        145px 0;

    border-top:
        1px solid rgba(255,255,255,.05);

    border-bottom:
        1px solid rgba(255,255,255,.05);
}


.service-process-list {

    position: relative;

    border-top:
        1px solid rgba(255,255,255,.08);
}


.service-process-list::before {

    content: "";

    position: absolute;

    left: 17px;

    top: 0;

    bottom: 0;

    width: 1px;

    background:
        linear-gradient(
            180deg,
            rgba(129,119,255,.65),
            rgba(129,119,255,.12),
            transparent
        );
}


.service-process-list article {

    position: relative;

    display: grid;

    grid-template-columns:
        90px 1fr;

    gap: 30px;

    padding:
        38px 0;

    border-bottom:
        1px solid rgba(255,255,255,.07);

    transition:
        background .35s ease,
        padding-left .45s cubic-bezier(.22,1,.36,1);
}


.service-process-list article:hover {

    padding-left: 12px;
}


.service-process-list article > span {

    position: relative;

    z-index: 2;

    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(129,119,255,.3);

    border-radius: 50%;

    background:
        #0a0b0f;

    color:
        #9a91ff;

    font-size: 9px;

    font-weight: 700;
}


.service-process-list h3 {

    margin: 0 0 10px;

    font-size:
        clamp(25px, 3vw, 40px);

    line-height: 1;

    letter-spacing: -.045em;
}


.service-process-list p {

    max-width: 600px;

    margin: 0;

    color:
        rgba(255,255,255,.43);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   WHY GDS
========================================================= */

.service-why {

    padding:
        150px 0;

    background:
        radial-gradient(
            circle at 80% 50%,
            rgba(113,91,255,.065),
            transparent 35%
        );
}


.service-why-grid {

    display: grid;

    grid-template-columns:
        minmax(0,.85fr)
        minmax(0,1.15fr);

    gap: 100px;

    align-items: start;
}


.service-why-grid h2 {

    margin: 0;

    font-size:
        clamp(45px, 5vw, 72px);

    line-height: .95;

    letter-spacing: -.06em;
}


.service-why-grid h2 span {

    display: block;

    background:
        linear-gradient(
            110deg,
            #fff,
            #8177ff
        );

    -webkit-background-clip: text;

    background-clip: text;

    color: transparent;
}


.service-why-lead {

    max-width: 650px;

    margin: 0 0 42px;

    color:
        rgba(255,255,255,.55);

    font-size: 18px;

    line-height: 1.7;
}


.service-benefits {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    border-top:
        1px solid rgba(255,255,255,.08);
}


.service-benefits > div {

    padding:
        25px 20px 25px 0;

    border-bottom:
        1px solid rgba(255,255,255,.08);
}


.service-benefits > div:nth-child(odd) {

    border-right:
        1px solid rgba(255,255,255,.08);

    padding-right: 30px;
}


.service-benefits > div:nth-child(even) {

    padding-left: 30px;
}


.service-benefits span {

    display: block;

    margin-bottom: 18px;

    color:
        #8f86ff;

    font-size: 9px;

    letter-spacing: .15em;
}


.service-benefits strong {

    display: block;

    margin-bottom: 8px;

    font-size: 15px;
}


.service-benefits p {

    margin: 0;

    color:
        rgba(255,255,255,.38);

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   SELECTED WORK
========================================================= */

.service-work {

    padding:
        145px 0;

    border-top:
        1px solid rgba(255,255,255,.05);
}


.service-work-placeholder {

    min-height: 300px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    padding:
        45px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(125,105,255,.10),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            rgba(255,255,255,.04),
            rgba(255,255,255,.01)
        );

    box-shadow:
        0 30px 80px
        rgba(0,0,0,.2);
}


.service-work-placeholder > div > span {

color:
        #8d83ff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .18em;
}


.service-work-placeholder h3 {

    margin:
        15px 0 10px;

    font-size:
        clamp(28px, 4vw, 48px);

    line-height: 1;

    letter-spacing: -.045em;
}


.service-work-placeholder p {

    margin: 0;

    color:
        rgba(255,255,255,.4);

    font-size: 12px;
}


.service-work-placeholder > a {

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding:
        14px 18px;

    border:
        1px solid rgba(141,124,255,.35);

    border-radius: 11px;

    background:
        rgba(126,107,255,.08);

    color: #fff;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}


.service-work-placeholder > a:hover {

    transform:
        translateY(-3px);

    border-color:
        rgba(141,124,255,.65);

    background:
        rgba(126,107,255,.16);
}


/* =========================================================
   FAQ
========================================================= */

.service-faq {

    padding:
        145px 0 160px;
}


.service-faq-list {

    max-width: 950px;

    border-top:
        1px solid rgba(255,255,255,.08);
}


.service-faq-list details {

    border-bottom:
        1px solid rgba(255,255,255,.08);
}


.service-faq-list summary {

    min-height: 80px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    cursor: pointer;

    list-style: none;

    color:
        rgba(255,255,255,.82);

    font-size: 15px;

    font-weight: 600;

    transition:
        color .3s ease;
}


.service-faq-list summary::-webkit-details-marker {

    display: none;
}


.service-faq-list summary:hover {

    color: #fff;
}


.service-faq-list summary span {

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border:
        1px solid rgba(255,255,255,.1);

    border-radius: 50%;

    color:
        rgba(255,255,255,.55);

    font-size: 17px;

    font-weight: 400;

    transition:
        transform .35s ease,
        background .35s ease,
        border-color .35s ease;
}


.service-faq-list details[open]
summary span {

    transform:
        rotate(45deg);

    border-color:
        rgba(141,124,255,.4);

    background:
        rgba(126,107,255,.1);

    color: #a29aff;
}


.service-faq-list details p {

    max-width: 750px;

    margin:
        0 60px 28px 0;

    color:
        rgba(255,255,255,.43);

    font-size: 13px;

    line-height: 1.85;

    animation:
        faqOpen .35s ease both;
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes serviceGlowFloat {

    0%,
    100% {

        transform:
            translate3d(0,0,0)
            scale(1);

        opacity: .8;
    }

    50% {

        transform:
            translate3d(20px,-18px,0)
            scale(1.08);

        opacity: 1;
    }

}


@keyframes faqOpen {

    from {

        opacity: 0;

        transform:
            translateY(-8px);
    }

    to {

        opacity: 1;

        transform:
            translateY(0);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .service-hero {

        min-height: auto;

        padding:
            125px 0 90px;
    }


    .service-hero-container {

        grid-template-columns:
            1fr;

        gap: 70px;
    }


    .service-hero-content {

        max-width: 850px;
    }


    .service-hero-visual {

        min-height: 460px;
    }


    .service-browser {

        width:
            min(650px, 90%);

        margin-inline: auto;
    }


    .service-problem-grid {

        grid-template-columns:
            1fr;
    }


    .service-problem-grid article {

        min-height: auto;

        border-right: 0;

        border-bottom:
            1px solid rgba(255,255,255,.07);
    }


    .service-problem-grid article:last-child {

        border-bottom: 0;
    }


    .service-problem-grid h3 {

        margin-top: 45px;
    }


    .service-offerings-grid {

        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }


    .service-why-grid {

        grid-template-columns:
            1fr;

        gap: 60px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .web-development-page .container {

        width:
            calc(100% - 30px);
    }


    .web-development-page .service-eyebrow {

        font-size: 8px;

        letter-spacing: .18em;
    }


    .web-development-page .service-section-heading {

        margin-bottom: 42px;
    }


    .web-development-page .service-section-heading h2 {

        font-size:
            clamp(39px, 12vw, 58px);
    }


    .web-development-page .service-section-heading > p {

        font-size: 13px;

        line-height: 1.75;
    }


    /* HERO */

    .web-development-page .service-hero {

        padding:
            105px 0 70px;
    }


    .service-hero-container {

        gap: 50px;
    }


    .service-hero-title {

        font-size:
            clamp(45px, 14vw, 66px);

        line-height: .93;
    }


    .service-hero-description {

        margin-top: 24px;

        font-size: 14px;

        line-height: 1.75;
    }


    .service-hero-actions {

        margin-top: 27px;

        align-items: stretch;

        flex-direction: column;
    }


    .service-primary-btn,
    .service-secondary-btn {

        width: 100%;
    }


    .service-hero-meta {

        gap: 9px;

        margin-top: 23px;

        font-size: 7px;
    }


    .service-hero-visual {

        min-height: 330px;
    }


    .service-browser {

        width: 100%;

        min-height: 275px;

        border-radius: 18px;

        transform:
            perspective(900px)
            rotateY(-3deg);
    }


    .service-browser-content {

        min-height: 225px;

        padding: 32px;
    }


    .service-browser-content h2 {

        font-size:
            clamp(35px, 11vw, 50px);
    }


    .browser-lines {

        margin-top: 25px;
    }


    /* SECTIONS */

    .service-problem,
    .service-offerings,
    .service-process,
    .service-why,
    .service-work {

        padding:
            90px 0;
    }


    .service-faq {

        padding:
            90px 0 100px;
    }


    /* OFFERINGS */

    .service-offerings-grid {

        grid-template-columns:
            1fr;

        gap: 12px;
    }


    .service-offering-card {

        min-height: 250px;

        padding: 24px;

        border-radius: 18px;
    }


    .service-offering-card h3 {

        margin-top: 45px;
    }


    /* PROCESS */

    .service-process-list::before {

        left: 16px;
    }


    .service-process-list article {

        grid-template-columns:
            45px 1fr;

        gap: 20px;

        padding:
            30px 0;
    }


    .service-process-list article:hover {

        padding-left: 0;
    }


    .service-process-list h3 {

        font-size: 28px;
    }


    .service-process-list p {

        font-size: 12px;
    }


    /* WHY */

    .service-why-grid {

        gap: 45px;
    }


    .service-why-lead {

        font-size: 15px;

        line-height: 1.75;
    }


    .service-benefits {

        grid-template-columns:
            1fr;
    }


    .service-benefits > div:nth-child(odd) {

        border-right: 0;

        padding-right: 0;
    }


    .service-benefits > div:nth-child(even) {

        padding-left: 0;
    }


    /* WORK */

    .service-work-placeholder {

        min-height: auto;

        flex-direction: column;

        align-items: flex-start;

        padding: 30px 24px;

        border-radius: 19px;
    }


    .service-work-placeholder > a {

        width: 100%;

        justify-content: center;
    }


    /* FAQ */

    .service-faq-list summary {

        min-height: 72px;

        font-size: 13px;
    }


    .service-faq-list summary span {

        width: 27px;
        height: 27px;

        font-size: 15px;
    }


    .service-faq-list details p {

        margin-right: 0;

        margin-bottom: 23px;

        font-size: 12px;

        line-height: 1.8;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .web-development-page .container {

        width:
            calc(100% - 24px);
    }


    .service-hero-title {

        font-size:
            43px;
    }


    .service-browser-content {

        padding: 25px;
    }


    .service-hero-meta {

        flex-direction: column;

        align-items: flex-start;
    }


    .service-meta-dot {

        display: none;
    }


    .service-process-list article {

        grid-template-columns:
            40px 1fr;

        gap: 15px;
    }

}


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .service-visual-glow {

        animation: none !important;
    }


    .service-browser,
    .service-primary-btn,
    .service-secondary-btn,
    .service-problem-grid article,
    .service-offering-card,
    .service-process-list article,
    .service-work-placeholder > a,
    .service-faq-list summary span {

        transition: none !important;
    }


    .service-faq-list details p {

        animation: none !important;
    }

}






/* =========================================================
   OFFERING CARD — MOUSE LIGHT
========================================================= */

.service-offering-card::after {

    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    left: var(--mouse-x, -120px);
    top: var(--mouse-y, -120px);

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(129,119,255,.10),
            transparent 68%
        );

    filter: blur(25px);

    pointer-events: none;

    opacity: 0;

    transition:
        opacity .35s ease;
}

.service-offering-card:hover::after {

    opacity: 1;
}