/* =========================================================
   PC SECURITY EXPERTS
   CSSBYDSSURYAWANSHI
   SERVICES PAGE
   BODY ONLY
   ========================================================= */

:root {
    --pse-red: #C01818;
    --pse-red-dark: #960F0F;
    --pse-red-light: #E32626;
    --pse-black: #1B1B1B;
    --pse-dark: #101010;
    --pse-white: #FFFFFF;
    --pse-light: #F7F7F7;
    --pse-gray: #666666;
    --pse-border: #E6E6E6;
    --pse-green: #22C55E;
    --pse-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.pse-services-page {
    width: 100%;
    overflow: hidden;
    background: var(--pse-light);
    color: var(--pse-black);
}

.pse-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   COMMON
   ========================================================= */

.pse-section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.pse-small-title {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--pse-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.pse-section-heading h2 {
    margin: 0 0 17px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 850;
}

.pse-section-heading h2 span {
    color: var(--pse-red);
}

.pse-section-heading p {
    margin: 0;
    color: var(--pse-gray);
    font-size: 15px;
    line-height: 1.75;
}


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

.pse-services-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    background:
        radial-gradient(
            circle at 75% 50%,
            rgba(192,24,24,.42),
            transparent 31%
        ),
        linear-gradient(
            120deg,
            #101010 0%,
            #1B1B1B 48%,
            #760B0B 100%
        );
}

.pse-services-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );
    background-size: 50px 50px;
}

.pse-services-hero .pse-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 40px;
}

.pse-services-hero-content {
    padding: 70px 0;
}

.pse-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
    color: rgba(255,255,255,.65);
    font-size: 13px;
}

.pse-breadcrumb a {
    color: white;
    text-decoration: none;
}

.pse-breadcrumb a:hover {
    color: #ffaaaa;
}

.pse-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 16px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50px;
    background: rgba(192,24,24,.18);
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.pse-services-hero h1 {
    margin: 0 0 22px;
    font-size: clamp(40px, 5.5vw, 67px);
    line-height: 1.03;
    font-weight: 900;
}

.pse-services-hero h1 span {
    display: block;
    color: #ff5a5a;
}

.pse-services-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.75;
}

.pse-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pse-primary-button,
.pse-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 23px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: .25s;
}

.pse-primary-button {
    background: var(--pse-red);
    color: white;
    border: 1px solid var(--pse-red);
}

.pse-primary-button:hover {
    background: #9f1111;
    border-color: #9f1111;
}

.pse-secondary-button {
    color: white;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(255,255,255,.07);
}

.pse-secondary-button:hover {
    background: white;
    color: var(--pse-red);
}

.pse-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 28px;
}

.pse-hero-trust div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 600;
}

.pse-hero-trust i {
    color: #ff6969;
}


/* Hero visual */

.pse-services-hero-visual {
    position: relative;
    height: 490px;
}

.pse-security-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
}

.ring-one {
    width: 360px;
    height: 360px;
}

.ring-two {
    width: 260px;
    height: 260px;
}

.pse-hero-shield {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 205px;
    height: 230px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 130px;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,.4));
}

.pse-hero-shield > i {
    color: var(--pse-red);
    -webkit-text-stroke: 2px white;
}

.pse-shield-check {
    position: absolute;
    right: 20px;
    bottom: 32px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pse-green);
    color: white;
    font-size: 19px;
    border: 4px solid white;
}

.pse-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 205px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    background: rgba(20,20,20,.78);
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
    backdrop-filter: blur(10px);
}

.pse-floating-card > i {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(192,24,24,.25);
    color: #ff6b6b;
}

.pse-floating-card strong,
.pse-floating-card span {
    display: block;
}

.pse-floating-card strong {
    font-size: 13px;
    color: white;
}

.pse-floating-card span {
    margin-top: 3px;
    color: rgba(255,255,255,.58);
    font-size: 10px;
}

.card-top {
    top: 70px;
    right: 5px;
}

.card-bottom {
    bottom: 65px;
    left: 20px;
}

.card-bottom > i {
    color: var(--pse-green);
    background: rgba(34,197,94,.12);
}


/* =========================================================
   SERVICES OVERVIEW
   ========================================================= */

.pse-services-overview {
    padding: 90px 0;
    background: white;
}

.pse-services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 17px;
}

.pse-service-card {
    position: relative;
    min-height: 295px;
    padding: 28px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 14px;
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,.045);
    transition: .3s;
    overflow: hidden;
}

.pse-service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: var(--pse-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s;
}

.pse-service-card:hover {
    transform: translateY(-7px);
    border-color: #ddd;
    box-shadow: 0 18px 38px rgba(0,0,0,.1);
}

.pse-service-card:hover::before {
    transform: scaleX(1);
}

.pse-service-number {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #eee;
    font-size: 25px;
    font-weight: 900;
}

.pse-service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        145deg,
        #C01818,
        #960F0F
    );
    color: white;
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(192,24,24,.22);
}

.pse-service-card h3 {
    margin: 0 0 11px;
    font-size: 17px;
    line-height: 1.3;
}

.pse-service-card p {
    min-height: 76px;
    margin: 0 0 17px;
    color: #777;
    font-size: 12px;
    line-height: 1.65;
}

.pse-service-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--pse-red);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.pse-service-link i {
    transition: .2s;
}

.pse-service-link:hover i {
    transform: translateX(4px);
}


/* =========================================================
   SECURITY STRIP
   ========================================================= */

.pse-security-strip {
    padding: 28px 0;
    color: white;
    background:
        linear-gradient(
            110deg,
            #101010,
            #C01818
        );
}

.pse-security-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pse-security-strip-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 25px;
    border-right: 1px solid rgba(255,255,255,.2);
}

.pse-security-strip-item:last-child {
    border-right: 0;
}

.pse-security-strip-item > span {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    color: white;
}

.pse-security-strip-item strong,
.pse-security-strip-item small {
    display: block;
}

.pse-security-strip-item strong {
    font-size: 13px;
}

.pse-security-strip-item small {
    margin-top: 4px;
    color: rgba(255,255,255,.62);
    font-size: 10px;
}


/* =========================================================
   DETAILED SERVICES
   ========================================================= */

.pse-detailed-services {
    padding: 100px 0;
    background: var(--pse-light);
}

.pse-detailed-service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 90px;
    scroll-margin-top: 100px;
}

.pse-detailed-service:last-child {
    margin-bottom: 0;
}

.pse-detailed-service.reverse .pse-detail-visual {
    order: 2;
}

.pse-detailed-service.reverse .pse-detail-content {
    order: 1;
}

.pse-detail-visual {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle,
            rgba(192,24,24,.18),
            transparent 50%
        ),
        #1B1B1B;
}

.pse-detail-bg-circle {
    position: absolute;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
}

.pse-detail-bg-circle::before,
.pse-detail-bg-circle::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
}

.pse-detail-bg-circle::before {
    inset: 35px;
}

.pse-detail-bg-circle::after {
    inset: 75px;
}

.pse-detail-icon {
    position: relative;
    z-index: 2;
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            #C01818,
            #850909
        );
    color: white;
    font-size: 55px;
    box-shadow:
        0 20px 50px rgba(0,0,0,.35),
        0 0 0 12px rgba(192,24,24,.12);
}

.pse-detail-number {
    position: absolute;
    right: 28px;
    bottom: 20px;
    color: rgba(255,255,255,.08);
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
}

.pse-detail-label {
    color: var(--pse-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.pse-detail-content h3 {
    margin: 12px 0 18px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.pse-detail-content > p {
    margin: 0 0 25px;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.pse-detail-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.pse-detail-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
    color: #444;
    font-size: 13px;
}

.pse-detail-features li span {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #DCFCE7;
    color: #16A34A;
    font-size: 9px;
}

.pse-detail-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 47px;
    padding: 0 20px;
    border-radius: 8px;
    color: white;
    background: var(--pse-red);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: .25s;
}

.pse-detail-button:hover {
    background: var(--pse-red-dark);
}

.pse-detail-button i {
    transition: .2s;
}

.pse-detail-button:hover i {
    transform: translateX(4px);
}


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

.pse-service-process {
    padding: 95px 0;
    color: white;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(192,24,24,.3),
            transparent 35%
        ),
        #101010;
}

.pse-dark-heading h2 {
    color: white;
}

.pse-dark-heading p {
    color: rgba(255,255,255,.62);
}

.pse-process-grid {
    display: grid;
    grid-template-columns: 1fr 45px 1fr 45px 1fr 45px 1fr;
    align-items: center;
}

.pse-process-item {
    position: relative;
    text-align: center;
}

.pse-process-number {
    position: absolute;
    top: -18px;
    right: 8px;
    color: rgba(255,255,255,.08);
    font-size: 45px;
    font-weight: 900;
}

.pse-process-icon {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: #C01818;
    color: white;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(192,24,24,.25);
}

.pse-process-item h3 {
    margin: 0 0 9px;
    font-size: 17px;
}

.pse-process-item p {
    margin: 0;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    line-height: 1.7;
}

.pse-process-line {
    height: 1px;
    background:
        repeating-linear-gradient(
            to right,
            #C01818 0,
            #C01818 5px,
            transparent 5px,
            transparent 10px
        );
}


/* =========================================================
   WHY SERVICES
   ========================================================= */

.pse-why-services {
    padding: 100px 0;
    background: white;
}

.pse-why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.pse-why-content h2 {
    margin: 0 0 20px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
}

.pse-why-content h2 span {
    display: block;
    color: var(--pse-red);
}

.pse-why-content > p {
    max-width: 600px;
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.pse-why-list {
    margin-top: 35px;
}

.pse-why-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.pse-why-item > span {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF0F0;
    color: var(--pse-red);
}

.pse-why-item h3 {
    margin: 0 0 5px;
    font-size: 16px;
}

.pse-why-item p {
    margin: 0;
    color: #777;
    font-size: 12px;
    line-height: 1.6;
}

.pse-why-visual {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle,
            rgba(192,24,24,.22),
            transparent 48%
        ),
        #101010;
}

.pse-why-glow {
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.13);
    box-shadow:
        0 0 0 45px rgba(192,24,24,.04),
        0 0 0 90px rgba(192,24,24,.025);
}

.pse-why-shield {
    position: relative;
    z-index: 2;
    color: var(--pse-red);
    font-size: 165px;
    filter: drop-shadow(0 20px 25px rgba(0,0,0,.4));
}

.pse-why-shield > i {
    -webkit-text-stroke: 2px white;
}

.pse-why-check {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    border-radius: 50%;
    background: var(--pse-green);
    color: white;
    font-size: 18px;
}

.pse-security-status {
    position: absolute;
    right: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    background: rgba(255,255,255,.06);
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--pse-green);
    box-shadow: 0 0 12px var(--pse-green);
}

.pse-security-status strong,
.pse-security-status small {
    display: block;
}

.pse-security-status strong {
    color: white;
    font-size: 11px;
}

.pse-security-status small {
    margin-top: 3px;
    color: rgba(255,255,255,.5);
    font-size: 9px;
}


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

.pse-services-faq {
    padding: 95px 0;
    background: var(--pse-light);
}

.pse-faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.pse-faq-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: white;
}

.pse-faq-question {
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    border: 0;
    background: white;
    color: var(--pse-black);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 750;
}

.pse-faq-question i {
    color: var(--pse-red);
    transition: .25s;
}

.pse-faq-item.active .pse-faq-question i {
    transform: rotate(45deg);
}

.pse-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.pse-faq-answer p {
    margin: 0;
    padding: 0 22px 22px;
    color: #666;
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   CTA
   ========================================================= */

.pse-services-cta {
    padding: 65px 0;
    background: white;
}

.pse-cta-box {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 35px 40px;
    border-radius: 16px;
    color: white;
    background:
        linear-gradient(
            120deg,
            #101010,
            #C01818
        );
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.pse-cta-icon {
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    font-size: 25px;
}

.pse-cta-content {
    flex: 1;
}

.pse-cta-content > span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255,255,255,.6);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.pse-cta-content h2 {
    margin: 0 0 8px;
    font-size: 25px;
}

.pse-cta-content p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.6;
}

.pse-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 190px;
}

.pse-cta-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 45px;
    border-radius: 7px;
    background: white;
    color: var(--pse-red);
    text-decoration: none;
    font-size: 12px;
    font-weight: 850;
}

.pse-cta-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

    .pse-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .pse-security-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pse-security-strip-item {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .pse-security-strip-item:nth-child(2) {
        border-right: 0;
    }

    .pse-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 25px;
    }

    .pse-process-line {
        display: none;
    }

}


@media (max-width: 850px) {

    .pse-services-hero .pse-container {
        grid-template-columns: 1fr;
    }

    .pse-services-hero-content {
        padding: 65px 0 20px;
    }

    .pse-services-hero-visual {
        height: 360px;
        margin-bottom: 45px;
    }

    .pse-detailed-service,
    .pse-why-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .pse-detailed-service.reverse .pse-detail-visual,
    .pse-detailed-service.reverse .pse-detail-content {
        order: initial;
    }

    .pse-detail-visual {
        height: 330px;
    }

    .pse-why-visual {
        min-height: 380px;
    }

    .pse-cta-box {
        flex-wrap: wrap;
    }

}


@media (max-width: 650px) {

    .pse-container {
        width: calc(100% - 28px);
    }

    .pse-services-hero {
        min-height: auto;
    }

    .pse-services-hero h1 {
        font-size: 42px;
    }

    .pse-services-hero p {
        font-size: 15px;
    }

    .pse-hero-actions {
        flex-direction: column;
    }

    .pse-primary-button,
    .pse-secondary-button {
        width: 100%;
    }

    .pse-services-hero-visual {
        height: 300px;
    }

    .ring-one {
        width: 250px;
        height: 250px;
    }

    .ring-two {
        width: 180px;
        height: 180px;
    }

    .pse-hero-shield {
        font-size: 90px;
    }

    .pse-shield-check {
        right: 35px;
        bottom: 35px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .pse-floating-card {
        min-width: 160px;
        padding: 10px;
    }

    .pse-floating-card strong {
        font-size: 10px;
    }

    .pse-floating-card span {
        font-size: 8px;
    }

    .card-top {
        top: 15px;
        right: 0;
    }

    .card-bottom {
        bottom: 15px;
        left: 0;
    }

    .pse-services-overview,
    .pse-detailed-services,
    .pse-service-process,
    .pse-why-services,
    .pse-services-faq {
        padding: 65px 0;
    }

    .pse-services-grid {
        grid-template-columns: 1fr;
    }

    .pse-service-card {
        min-height: auto;
    }

    .pse-service-card p {
        min-height: auto;
    }

    .pse-security-strip-grid {
        grid-template-columns: 1fr;
    }

    .pse-security-strip-item {
        border-right: 0;
        padding: 13px 0;
    }

    .pse-process-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pse-detailed-service {
        margin-bottom: 65px;
    }

    .pse-detail-visual {
        height: 285px;
    }

    .pse-detail-icon {
        width: 115px;
        height: 115px;
        font-size: 43px;
    }

    .pse-detail-bg-circle {
        width: 235px;
        height: 235px;
    }

    .pse-detail-number {
        font-size: 75px;
    }

    .pse-why-visual {
        min-height: 320px;
    }

    .pse-why-shield {
        font-size: 115px;
    }

    .pse-why-glow {
        width: 240px;
        height: 240px;
    }

    .pse-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .pse-cta-actions {
        width: 100%;
    }

}

/* =========================================================
   SERVICES SCROLL ANIMATION
   ========================================================= */

.pse-reveal {
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity .65s ease,
        transform .65s ease;
}

.pse-reveal.pse-visible {
    opacity: 1;
    transform: translateY(0);
}

.pse-service-highlight {
    animation: pseServiceHighlight 1.2s ease;
}

@keyframes pseServiceHighlight {

    0% {
        box-shadow: 0 0 0 0 rgba(192,24,24,0);
    }

    40% {
        box-shadow: 0 0 0 7px rgba(192,24,24,.18);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(192,24,24,0);
    }

}