.local-software-page {
    background: #05092b;
}

.local-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 90px;
    background: radial-gradient(circle at 15% 20%, rgba(239, 31, 131, .18), transparent 32%),
        radial-gradient(circle at 85% 25%, rgba(88, 166, 255, .16), transparent 34%),
        linear-gradient(135deg, #070b2d 0%, #10143a 52%, #080b24 100%);
}

.local-hero-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: .32;
    pointer-events: none;
}

.local-hero-grid,
.local-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 44px;
    align-items: center;
}

.local-breadcrumb {
    margin-bottom: 22px;
}

.local-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.local-breadcrumb li,
.local-breadcrumb a {
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.local-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: rgba(255, 255, 255, .28);
}

.local-breadcrumb a:hover {
    color: #ef1f83;
}

.local-eyebrow,
.local-cta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border: 1px solid rgba(239, 31, 131, .32);
    border-radius: 999px;
    background: rgba(239, 31, 131, .12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.local-hero h1 {
    max-width: 760px;
    margin: 18px 0;
    color: #fff;
    font-family: var(--paraFont);
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.05;
}

.local-hero-copy>p {
    max-width: 720px;
    color: rgba(255, 255, 255, .74);
    font-size: 18px;
    line-height: 1.75;
}

.local-hero-actions,
.local-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.local-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.local-btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #ef1f83 0%, #9d42ee 100%);
    box-shadow: 0 12px 28px rgba(239, 31, 131, .28);
}

.local-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(157, 66, 238, .35);
}

.local-btn-ghost {
    color: rgba(255, 255, 255, .86);
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .055);
}

.local-btn-ghost:hover {
    color: #fff;
    border-color: rgba(239, 31, 131, .42);
    background: rgba(239, 31, 131, .12);
    transform: translateY(-2px);
}

.local-hero-panel {
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: rgba(9, 13, 35, .74);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
    overflow: hidden;
    backdrop-filter: blur(18px);
}

.local-panel-header {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .035);
}

.local-panel-header span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.local-panel-header span:nth-child(1) { background: #ff5f56; }
.local-panel-header span:nth-child(2) { background: #ffbd2e; }
.local-panel-header span:nth-child(3) { background: #27ca3f; }

.local-panel-body {
    padding: 26px;
    font-family: Consolas, Monaco, monospace;
}

.local-command,
.local-output {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.local-command {
    color: #58a6ff;
}

.local-command::before {
    content: "$ ";
    color: #27ca3f;
}

.local-output.success {
    color: #27ca3f;
}

.local-output.accent {
    color: #f778ba;
}

.local-main {
    position: relative;
    padding: 72px 0 90px;
    background: #05092b;
}

.local-intro {
    grid-template-columns: minmax(0, 1fr) 320px;
    margin-bottom: 36px;
}

.local-intro h2,
.local-section-heading h2,
.local-cta h2 {
    color: #fff;
    font-family: var(--paraFont);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    margin-bottom: 16px;
}

.local-intro p,
.local-section-heading p,
.local-cta p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.local-office-card {
    border: 1px solid rgba(239, 31, 131, .22);
    border-radius: 18px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(239, 31, 131, .1), rgba(88, 166, 255, .075));
}

.local-office-card i {
    color: #ef1f83;
    font-size: 28px;
    margin-bottom: 14px;
}

.local-office-card span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.local-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 42px 0 62px;
}

.local-service-card,
.local-process-step {
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    padding: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.local-service-card:hover,
.local-process-step:hover {
    transform: translateY(-5px);
    border-color: rgba(239, 31, 131, .35);
    background: linear-gradient(135deg, rgba(239, 31, 131, .09), rgba(88, 166, 255, .045));
}

.local-service-card i {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(239, 31, 131, .13);
    color: #ef1f83;
    font-size: 22px;
}

.local-service-card h3,
.local-process-step h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.local-service-card p,
.local-process-step p {
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.7;
}

.local-process {
    margin-bottom: 64px;
}

.local-section-heading {
    max-width: 850px;
    margin-bottom: 28px;
}

.local-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.local-process-step span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef1f83, #9d42ee);
    color: #fff;
    font-weight: 800;
}

.local-cta {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(239, 31, 131, .25);
    border-radius: 26px;
    padding: 44px;
    background: radial-gradient(circle at 16% 20%, rgba(239, 31, 131, .2), transparent 38%),
        linear-gradient(135deg, rgba(21, 27, 70, .92), rgba(12, 16, 46, .92));
    text-align: center;
}

.local-cta span {
    margin-bottom: 16px;
}

.local-cta-actions {
    justify-content: center;
}

.address_info .address_item .regional-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 9px;
    padding: 7px 11px;
    border: 1px solid rgba(239, 31, 131, .28);
    border-radius: 999px;
    background: rgba(239, 31, 131, .1);
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.address_info .address_item .regional-link::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ef1f83;
}

.address_info .address_item .regional-link:hover {
    color: #fff;
    border-color: rgba(239, 31, 131, .55);
    background: rgba(239, 31, 131, .18);
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .local-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .local-hero {
        padding: 125px 0 70px;
    }

    .local-hero-grid,
    .local-intro {
        grid-template-columns: 1fr;
    }

    .local-hero-panel,
    .local-office-card {
        max-width: 560px;
    }
}

@media (max-width: 767px) {
    .local-hero {
        padding: 112px 0 56px;
    }

    .local-hero h1 {
        font-size: 34px;
    }

    .local-hero-copy>p {
        font-size: 16px;
    }

    .local-service-grid,
    .local-process-grid {
        grid-template-columns: 1fr;
    }

    .local-cta {
        padding: 30px 20px;
    }

    .local-btn {
        width: 100%;
    }
}
