.feature-section + .feature-section {
    border-top: 1px solid var(--color-border);
}

.feature-visual {
    min-height: 340px;
    background: linear-gradient(145deg, #eff6ff, #fff);
    border: 1px solid #dbeafe;
    border-radius: var(--radius-xl);
    padding: 1.2rem;
    display: grid;
    place-items: center;
}

.mini-ui {
    width: 100%;
    max-width: 480px;
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 1rem;
    box-shadow: var(--shadow-md);
    padding: 1.1rem;
}

.mini-ui-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}

.mini-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #dbeafe;
}

.mini-table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 0.6fr;
    gap: 0.6rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.mini-block {
    height: 0.55rem;
    border-radius: 99px;
    background: #e2e8f0;
}

    .mini-block.blue {
        background: #93c5fd;
    }

.service-detail {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    background: #fff;
}

    .service-detail + .service-detail {
        margin-top: 1.5rem;
    }

    .service-detail .icon-box {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.55rem;
    }

.contact-aside {
    background: #0f172a;
    color: #cbd5e1;
    border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    /*height: 100%;*/
}

    .contact-aside h2,
    .contact-aside h3 {
        color: #fff;
    }

.contact-form {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: var(--shadow-sm);
}

.legal-content h2 {
    margin-top: 2.5rem;
    font-size: 1.5rem;
}

.legal-content h3 {
    margin-top: 1.7rem;
    font-size: 1.15rem;
}

.legal-content ul {
    padding-left: 1.15rem;
}

.portrait-placeholder {
    aspect-ratio: 4/5;
    max-height: 520px;
    background: linear-gradient(145deg, #e0e7ff, #eff6ff 50%, #fff);
    border: 1px dashed #93a4ba;
    border-radius: var(--radius-xl);
    display: grid;
    place-items: center;
    text-align: center;
    color: #64748b;
    padding: 2rem;
}

    .portrait-placeholder i {
        font-size: 3rem;
        color: #93c5fd;
    }

.value-row {
    border-top: 1px solid var(--color-border);
    padding: 1.25rem 0;
}

    .value-row:last-child {
        border-bottom: 1px solid var(--color-border);
    }




.contact-form--success {
    height: 100%
}

.contact-success {
    display: flex;
    flex-direction: column;
    height: 100%
}

.contact-success__intro {
    text-align: center;
    max-width: 590px;
    margin-inline: auto
}

    .contact-success__intro p {
        margin: 0 auto
    }

.contact-success__icon {
    position: relative;
    width: 6rem;
    height: 6rem;
    display: grid;
    place-items: center;
    margin: 0 auto 1.35rem;
    border-radius: 50%;
    background: #dcfce7;
    color: var(--color-white)
}

.contact-success__icon-core {
    width: 3.65rem;
    height: 3.65rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #22c55e;
    font-size: 1.75rem;
    box-shadow: 0 8px 22px rgba(22,163,74,.2)
}

.contact-success__spark {
    position: absolute;
    border-radius: 50%;
    background: #bbf7d0
}

.contact-success__spark--one {
    width: .65rem;
    height: .65rem;
    top: .35rem;
    right: -.2rem
}

.contact-success__spark--two {
    width: .42rem;
    height: .42rem;
    bottom: .65rem;
    left: -.3rem
}

.contact-success__spark--three {
    width: .32rem;
    height: .32rem;
    top: 1.1rem;
    left: -.65rem
}

.contact-success__title {
    font-size: clamp(2rem,4vw,3rem);
    margin-bottom: .8rem
}

.contact-success__divider {
    margin: 2rem 0;
    border-color: var(--color-border);
    opacity: 1
}

.contact-success__details {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: clamp(1.25rem,3vw,2rem)
}

.contact-success__detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.contact-success__detail-icon {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: var(--radius-sm);
    background: #eff6ff;
    color: var(--color-primary);
    font-size: 1.15rem
}

.contact-success__detail h3, .contact-success__footer h3 {
    margin-bottom: .45rem
}

.contact-success__detail p, .contact-success__footer p {
    margin-bottom: 0
}

.contact-success__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 1.25rem;
    border: 1px solid #bfdbfe;
    border-radius: var(--radius-md);
    background: #eff6ff
}

.contact-success__footer-copy {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.contact-success__footer-icon {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--color-primary-light);
    color: var(--color-primary-dark);
    font-size: 1.15rem
}

.contact-success__home {
    flex: 0 0 auto;
    white-space: nowrap
}

@media(max-width:767.98px) {
    .contact-success__details {
        grid-template-columns: 1fr
    }

    .contact-success__footer {
        align-items: stretch;
        flex-direction: column
    }

    .contact-success__home {
        align-self: flex-start
    }
}

@media(max-width:575.98px) {
    .contact-success__detail, .contact-success__footer-copy {
        gap: .8rem
    }

    .contact-success__footer {
        padding: 1rem
    }

    .contact-success__home {
        align-self: stretch;
        width: 100%
    }
}





.service-hero {
    padding: clamp(3.75rem,7vw,6.5rem) 0;
    background: linear-gradient(180deg,#eff6ff 0,#fff 96%)
}

    .service-hero h1 {
        font-size: clamp(2.65rem,5vw,4.7rem);
        max-width: 850px
    }

    .service-hero .lead {
        font-size: clamp(1.08rem,1.7vw,1.25rem);
        max-width: 720px
    }

.service-hero__visual {
    margin-left: auto;
    max-width: 570px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.75rem
}

.website-preview {
    background: #fff
}

.website-preview__page {
    padding: 1.1rem;
    background: #fff;
    min-height: 300px
}

.website-preview__nav {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1rem
}

.website-preview__logo {
    width: 24%;
    height: .65rem;
    border-radius: 99px;
    background: #2563eb;
    margin-right: auto
}

.website-preview__link {
    width: 9%;
    height: .38rem;
    border-radius: 99px;
    background: #cbd5e1
}

.website-preview__hero {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 1rem;
    align-items: center;
    padding: 1.4rem;
    border-radius: .8rem;
    background: #eff6ff
}

.website-preview__copy span {
    display: block;
    height: .5rem;
    margin: .55rem 0;
    border-radius: 99px;
    background: #94a3b8
}

    .website-preview__copy span:first-child {
        width: 78%;
        height: .9rem;
        background: #1e293b
    }

    .website-preview__copy span:nth-child(2) {
        width: 92%
    }

    .website-preview__copy span:nth-child(3) {
        width: 66%
    }

.website-preview__button {
    width: 42%;
    height: 1.55rem !important;
    margin-top: .8rem !important;
    background: #2563eb !important
}

.website-preview__image {
    aspect-ratio: 4/3;
    border-radius: .7rem;
    background: linear-gradient(145deg,#bfdbfe,#60a5fa)
}

.website-preview__cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .65rem;
    margin-top: .8rem
}

.website-preview__card {
    height: 58px;
    border: 1px solid #e2e8f0;
    border-radius: .6rem;
    background: #f8fafc
}

.intro-panel {
    max-width: 940px;
    margin-inline: auto;
    text-align: center
}

    .intro-panel p {
        margin-inline: auto;
        font-size: clamp(1.1rem,1.8vw,1.3rem)
    }

.outcome-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .85rem 2rem
}

.outcome-list__item {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .85rem 0;
    border-bottom: 1px solid var(--color-border)
}

    .outcome-list__item i {
        color: var(--color-primary);
        margin-top: .22rem
    }

.personal-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid #bfdbfe;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg,#eff6ff,#fff);
    padding: clamp(2rem,5vw,4rem)
}

    .personal-panel::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        right: -110px;
        bottom: -145px;
        border-radius: 50%;
        background: #dbeafe
    }

    .personal-panel > * {
        position: relative;
        z-index: 1
    }

.project-showcase {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    background: #fff;
    box-shadow: var(--shadow-sm)
}

.project-showcase__visual {
    min-height: 280px;
    display: grid;
    place-items: center;
    padding: 1rem;
    text-align: center;
    color: #64748b;
    background: linear-gradient(145deg,#e2e8f0,#f8fafc);
    border-bottom: 1px dashed #94a3b8
}

    .project-showcase__visual i {
        display: block;
        margin-bottom: .65rem;
        font-size: 2.3rem
    }

.project-showcase__body {
    padding: clamp(1.35rem,3vw,2rem)
}

    .project-showcase__body p:last-child {
        margin-bottom: 0
    }

.project-showcase .project-tag, .case-study .project-tag {
    font-size: .78rem;
    font-weight: 700;
    color: var(--color-primary-dark);
    text-transform: uppercase;
    letter-spacing: .07em
}

.workflow-panel {
    border-radius: var(--radius-xl);
    background: #0f172a;
    color: #cbd5e1;
    padding: clamp(2rem,5vw,4rem)
}

    .workflow-panel h2, .workflow-panel h3 {
        color: #fff
    }

.workflow-points {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem
}

.workflow-point {
    display: flex;
    gap: .8rem;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #334155;
    border-radius: var(--radius-md);
    background: rgba(255,255,255,.035)
}

    .workflow-point i {
        color: #93c5fd;
        margin-top: .2rem
    }

.case-study {
    border: 1px solid #bfdbfe;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg,#fff,#eff6ff);
    padding: clamp(1.5rem,4vw,3.5rem)
}

    .case-study .visual-shell {
        max-width: 590px;
        margin-left: auto
    }

.integration-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem
}

    .integration-cloud .feature-badge i {
        color: var(--color-primary)
    }

.process-list--six {
    grid-template-columns: repeat(6,1fr)
}

@media(max-width:1199.98px) {
    .process-list--six {
        grid-template-columns: repeat(3,1fr)
    }

        .process-list--six::before {
            display: none
        }
}

@media(max-width:991.98px) {
    .service-hero__visual {
        max-width: 620px;
        margin: 2.5rem auto 0
    }

    .outcome-list {
        grid-template-columns: 1fr
    }

    .workflow-points {
        grid-template-columns: 1fr
    }

    .case-study .visual-shell {
        margin: 2rem auto 0
    }

    .process-list--six {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:767.98px) {
    .project-showcase__visual {
        min-height: 220px
    }

    .website-preview__page {
        min-height: 240px
    }

    .website-preview__hero {
        padding: 1rem
    }

    .website-preview__cards {
        gap: .4rem
    }

    .process-list--six {
        grid-template-columns: 1fr
    }
}

@media(max-width:575.98px) {
    .service-hero {
        padding-top: 3.25rem
    }

    .hero-actions {
        display: grid
    }

        .hero-actions .btn {
            width: 100%
        }

    .website-preview__link:nth-of-type(3) {
        display: none
    }

    .website-preview__hero {
        grid-template-columns: 1fr
    }

    .website-preview__image {
        display: none
    }

    .website-preview__page {
        min-height: 215px
    }

    .project-showcase__visual {
        min-height: 190px
    }

    .personal-panel, .workflow-panel, .case-study {
        border-radius: var(--radius-lg)
    }
}



.error-page {
    min-height: calc(100vh - 78px);
    display: flex;
    align-items: center;
    padding-block: clamp(4rem,8vw,7rem);
    background: radial-gradient(circle at 82% 24%,#dbeafe 0,rgba(219,234,254,0) 34%)
}

.error-page__number {
    display: block;
    margin: 1.25rem 0 1rem;
    font-size: clamp(5.5rem,13vw,9rem);
    font-weight: 800;
    line-height: .78;
    letter-spacing: -.08em;
    background: linear-gradient(135deg,var(--color-primary-dark),#60a5fa);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.error-page h1 {
    font-size: clamp(2.35rem,4.5vw,4.25rem);
    max-width: 700px
}

.error-page__intro {
    font-size: clamp(1.05rem,1.6vw,1.18rem);
    max-width: 650px
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.75rem
}

.error-page__links {
    margin-top: 2.25rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--color-border)
}

    .error-page__links h2 {
        font-size: 1rem;
        letter-spacing: -.015em;
        margin-bottom: 1rem
    }

.error-link-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .65rem;
    max-width: 620px
}

.error-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 3rem;
    padding: .65rem .8rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: #fff;
    color: #374151;
    font-size: .9rem;
    font-weight: 650;
    text-decoration: none;
    transition: color var(--transition),background-color var(--transition),border-color var(--transition),transform var(--transition)
}

    .error-link > i:first-child {
        color: var(--color-primary)
    }

    .error-link > i:last-child {
        margin-left: auto;
        font-size: .8rem;
        color: #94a3b8;
        transition: transform var(--transition)
    }

    .error-link:hover, .error-link:focus-visible {
        color: var(--color-primary-dark);
        background: #eff6ff;
        border-color: #bfdbfe;
        transform: translateY(-2px)
    }

        .error-link:hover > i:last-child, .error-link:focus-visible > i:last-child {
            transform: translateX(.18rem)
        }

.missing-browser {
    max-width: 560px;
    margin-left: auto
}

.missing-browser__body {
    position: relative;
    min-height: 360px;
    padding: clamp(1.5rem,4vw,2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f8fafc;
    overflow: hidden
}

    .missing-browser__body::before, .missing-browser__body::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        background: #dbeafe
    }

    .missing-browser__body::before {
        width: 190px;
        height: 190px;
        top: -95px;
        right: -75px;
        opacity: .75
    }

    .missing-browser__body::after {
        width: 110px;
        height: 110px;
        bottom: -65px;
        left: -45px;
        opacity: .55
    }

.missing-browser__path {
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    padding: .3rem .55rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--color-border);
    color: #64748b;
    font-size: .72rem;
    font-weight: 650
}

.missing-browser__icon {
    position: relative;
    z-index: 1;
    width: 5.25rem;
    height: 5.25rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    border-radius: var(--radius-lg);
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: var(--color-primary);
    font-size: 2.35rem;
    box-shadow: var(--shadow-sm)
}

.missing-browser__code {
    position: relative;
    z-index: 1;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
    color: #1e293b;
    letter-spacing: -.05em
}

.missing-browser__line {
    position: relative;
    z-index: 1;
    display: block;
    width: 55%;
    height: .55rem;
    margin-top: 1rem;
    border-radius: 999px;
    background: #cbd5e1
}

.missing-browser__line--short {
    width: 36%;
    margin-top: .55rem;
    background: #dbe3ec
}