
  :root{
    --psn-red-dark:#4a0d0d;
    --psn-red:#c81e2c;
    --psn-red-mid:#8f1620;
    --psn-white:#ffffff;
    --psn-off:#f3d9d4;
    --psn-header-h:64px;
  }

  *{box-sizing:border-box;}

  body{
    font-family:'Poppins', sans-serif;
    margin:0;
    background:#0c0c0c;
  }

  a{text-decoration:none;}

  /* ===== TOP UTILITY BAR ===== */
  .psn-topbar{
    background:linear-gradient(90deg, var(--psn-red-dark) 0%, var(--psn-red-mid) 60%, var(--psn-red) 100%);
    padding:10px 40px;
  }

  .psn-logo-mark{
    width:46px;
    height:46px;
    border:2px solid var(--psn-red);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--psn-red);
    font-weight:800;
    font-size:1.1rem;
    background:#1a1a1a;
  }

  .psn-logo-text{
    color:var(--psn-white);
    font-weight:800;
    letter-spacing:2px;
    font-size:.9rem;
    line-height:1;
  }

  .psn-logo-img{
    height:48px;
    width:auto;
    max-width:180px;
    object-fit:contain;
    display:block;
  }

  .psn-topbar-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--psn-off);
  }

  .psn-topbar-item i{
    color:var(--psn-red);
    font-size:1.2rem;
  }

  .psn-topbar-label{
    font-size:.7rem;
    color:#e8b9b3;
    margin-bottom:2px;
    display:block;
  }

  .psn-topbar-value{
    color:var(--psn-white);
    font-weight:700;
    font-size:.95rem;
  }

  .psn-divider{
    width:1px;
    height:34px;
    background:rgba(255,255,255,.25);
  }

  .psn-catalogue-btn{
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.8rem;
    letter-spacing:.5px;
    padding:12px 24px;
    border-radius:6px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
    transition:background .2s ease;
  }
  .psn-catalogue-btn:hover{
    background:#a8111e;
    color:var(--psn-white);
  }

  /* ===== NAV ===== */
  .psn-nav{
    background:rgba(180,30,38,.55);
    border-top:1px solid rgba(255,255,255,.08);
  }

  .psn-nav-link{
    color:var(--psn-white);
    font-size:.85rem;
    font-weight:600;
    letter-spacing:.5px;
    padding:16px 22px;
    display:inline-block;
    transition:color .2s ease;
  }

  .psn-nav-link.active,
  .psn-nav-link:hover{
    color:var(--psn-red);
  }

  /* ===== PRODUCTS MEGA MENU ===== */
  .psn-nav-item{
    position:relative;
  }

  .psn-nav-link .fa-chevron-down{
    font-size:.6rem;
    margin-left:6px;
    vertical-align:middle;
  }

  .psn-mega{
    position:absolute;
    top:100%;
    left:0;
    z-index:40;
    display:none;
    background:var(--psn-white);
    box-shadow:0 24px 45px -15px rgba(0,0,0,.45);
    border-radius:0 0 8px 8px;
    padding:26px 10px;
    gap:0;
  }

  .psn-nav-item:hover .psn-mega{
    display:flex;
  }

  .psn-mega-col{
    width:320px;
    padding:0 22px;
    border-right:1px solid #eee;
  }
  .psn-mega-col:last-child{
    border-right:none;
  }

  .psn-mega-link{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#2b2b2b;
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.2px;
    line-height:1.4;
    padding:9px 0;
    transition:color .2s ease;
  }
  .psn-mega-link:hover{
    color:var(--psn-red);
  }
  .psn-mega-link i{
    color:var(--psn-red);
    font-size:.7rem;
    margin-top:4px;
    flex:0 0 auto;
  }

  @media (max-width: 1200px){
    .psn-mega{flex-direction:column;}
    .psn-mega-col{width:100%; border-right:none; border-bottom:1px solid #eee;}
  }

  /* ===== INDUSTRY WE SERVE ===== */
  .psn-industry{
    background:#141414;
    padding:70px 40px 90px;
    text-align:center;
  }

  .psn-industry-badge{
    display:inline-block;
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.85rem;
    padding:10px 26px;
    border-radius:30px;
    margin-bottom:22px;
  }

  .psn-industry-title{
    color:var(--psn-white);
    font-weight:800;
    font-size:2.6rem;
    margin-bottom:50px;
  }

  .psn-industry-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:26px;
    max-width:1360px;
    margin:0 auto;
  }

  .psn-industry-card{
    background:var(--psn-white);
    border-radius:10px;
    padding:30px 26px 34px;
    text-align:left;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .psn-industry-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 35px -15px rgba(0,0,0,.5);
  }

  .psn-industry-icon{
    width:64px;
    height:64px;
    border-radius:8px;
    background:#fbe2df;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
  }

  .psn-industry-icon i{
    color:var(--psn-red);
    font-size:1.6rem;
  }

  .psn-industry-card-title{
    font-weight:700;
    font-size:1.15rem;
    color:#1a1a1a;
    margin-bottom:12px;
  }

  .psn-industry-card-text{
    color:#5b6b8c;
    font-size:.92rem;
    line-height:1.6;
  }

  @media (max-width: 1100px){
    .psn-industry-grid{grid-template-columns:repeat(2, 1fr);}
  }
  @media (max-width: 560px){
    .psn-industry-grid{grid-template-columns:1fr;}
    .psn-industry-title{font-size:1.9rem;}
  }

  /* ===== HERO SLIDER ===== */
  .psn-hero{
    position:relative;
    min-height:640px;
  }

  .carousel-item{
    min-height:640px;
  }

  .psn-hero-slide{
    position:relative;
    min-height:640px;
    overflow:hidden;
    padding-bottom:60px;
    display:flex;
    align-items:center;
  }

  .psn-hero-slide-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    z-index:0;
  }

  .psn-hero-slide-bg::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 75% 30%, rgba(0,0,0,.15), transparent 55%),
      linear-gradient(100deg, rgba(74,13,13,.94) 0%, rgba(200,30,44,.88) 48%, rgba(122,18,25,.85) 100%);
  }

  .psn-hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background-image:repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.035) 0px,
      rgba(255,255,255,.035) 2px,
      transparent 2px,
      transparent 26px
    );
    pointer-events:none;
  }

  .psn-hero-content{
    position:relative;
    z-index:2;
    width:100%;
  }

  .psn-hero-title{
    color:var(--psn-white);
    font-weight:800;
    font-size:4rem;
    line-height:1.05;
    letter-spacing:-1px;
  }

  .psn-hero-sub{
    color:#f4dcd9;
    font-size:1.05rem;
    max-width:430px;
    margin-top:24px;
    line-height:1.6;
  }

  .psn-explore-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.85rem;
    letter-spacing:.5px;
    padding:16px 30px;
    border-radius:6px;
    margin-top:32px;
    box-shadow:0 10px 25px -8px rgba(0,0,0,.5);
    transition:transform .2s ease, background .2s ease;
  }
  .psn-explore-btn:hover{
    background:#1a1a1a;
    color:var(--psn-white);
    transform:translateY(-2px);
  }

  .psn-product-wrap{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    min-height:380px;
  }

  .psn-product-photo{
    width:100%;
    max-width:560px;
    height:400px;
    object-fit:contain;
    filter:drop-shadow(0 25px 35px rgba(0,0,0,.45));
  }

  /* slider arrows */
  .psn-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:44px;
    height:44px;
    border-radius:8px;
    background:rgba(0,0,0,.35);
    border:1px solid rgba(255,255,255,.25);
    color:var(--psn-white);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
    cursor:pointer;
    transition:background .2s ease;
    opacity:1;
  }
  .psn-arrow:hover{background:rgba(0,0,0,.6);}
  .psn-arrow-left{left:40px;}
  .psn-arrow-right{right:40px;}

  .psn-hero-indicators{
    z-index:5;
    margin-bottom:26px;
  }
  .psn-hero-indicators [data-bs-target]{
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:rgba(255,255,255,.5);
    border:none;
    margin:0 5px;
  }
  .psn-hero-indicators .active{
    background-color:var(--psn-white);
  }

  /* social rail */
  .psn-social-rail{
    position:fixed;
    left:0;
    bottom:0;
    z-index:50;
    display:flex;
    flex-direction:column;
  }
  .psn-social-rail a{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:1.1rem;
  }
  .psn-social-rail a:nth-child(1){background:#ff0000;}
  .psn-social-rail a:nth-child(2){background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);}
  .psn-social-rail a:nth-child(3){background:#25d366;}
  .psn-social-rail a:nth-child(4){background:#1877f2;}

  @media (max-width: 991px){
    .psn-hero-title{font-size:2.5rem;}
    .psn-topbar{padding:12px 20px;}
    .psn-product-photo{height:260px; margin-top:40px;}
  }


  @media (max-width: 767px){
    .psn-topbar .psn-topbar-item span.psn-topbar-value{font-size:.8rem;}
    .psn-divider{display:none;}
  }

  /* ===== INDUSTRY WE SERVE ===== */
  .psn-industry{
    background:#0e0e0e;
    padding:80px 0 90px;
  }

  .psn-industry-badge{
    display:inline-block;
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.85rem;
    padding:10px 26px;
    border-radius:30px;
  }

  .psn-industry-heading{
    color:var(--psn-white);
    font-weight:800;
    font-size:2.4rem;
    margin-top:18px;
  }

  .psn-industry-head-wrap{
    text-align:center;
    margin-bottom:50px;
  }

  .psn-industry-card{
    background:var(--psn-white);
    border-radius:4px;
    padding:34px 30px 36px;
    height:100%;
  }

  .psn-industry-icon-box{
    width:62px;
    height:62px;
    background:var(--psn-off);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:2px;
  }

  .psn-industry-icon-box i{
    color:var(--psn-red);
    font-size:1.7rem;
  }

  .psn-industry-title{
    font-weight:700;
    font-size:1.15rem;
    color:#1a1a1a;
    margin-bottom:14px;
  }

  .psn-industry-desc{
    color:var(--psn-red);
    font-size:.9rem;
    line-height:1.6;
    margin:0;
  }

  @media (max-width: 991px){
    .psn-industry-heading{font-size:1.8rem;}
  }

  /* ===== OUR CATEGORIES ===== */
  .psn-categories{
    background:var(--psn-white);
    padding:80px 0 90px;
  }

  .psn-cat-badge{
    display:inline-block;
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.85rem;
    padding:10px 26px;
    border-radius:30px;
  }

  .psn-cat-heading{
    color:#1a1a1a;
    font-weight:700;
    font-size:2.4rem;
    line-height:1.3;
    margin-top:18px;
  }

  .psn-cat-head-wrap{
    text-align:center;
    margin-bottom:50px;
  }

  .psn-cat-card{
    position:relative;
    background:var(--psn-white);
    border:1px solid #f0f0f0;
    box-shadow:0 6px 20px -8px rgba(0,0,0,.08);
    overflow:hidden;
  }

  .psn-cat-imgwrap{
    height:280px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px;
    position:relative;
  }

  .psn-cat-imgwrap i.psn-cat-placeholder-icon{
    font-size:3rem;
    color:#d8d8d8;
  }

  .psn-cat-logo{
    position:absolute;
    left:22px;
    bottom:14px;
    display:flex;
    align-items:center;
    gap:6px;
  }

  .psn-cat-logo-mark{
    width:26px;
    height:26px;
    border:1.5px solid var(--psn-red);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--psn-red);
    font-weight:800;
    font-size:.6rem;
  }

  .psn-cat-logo-text{
    color:var(--psn-red);
    font-weight:800;
    font-size:.55rem;
    letter-spacing:1px;
    line-height:1;
  }

  .psn-cat-footer{
    border-top:1px solid #f0f0f0;
    padding:16px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .psn-cat-name{
    font-weight:700;
    font-size:.85rem;
    color:#1a1a1a;
    letter-spacing:.3px;
  }

  .psn-cat-arrow{
    color:var(--psn-red);
    font-size:.85rem;
    transition:transform .2s ease;
  }

  .psn-cat-card:hover .psn-cat-arrow{
    transform:translateX(5px);
  }

  @media (max-width: 991px){
    .psn-cat-heading{font-size:1.8rem;}
  }

  /* ===== YOUTUBE VIDEOS ===== */
  .psn-videos{
    background:#f5f6f8;
    padding:70px 0 80px;
  }

  .psn-videos-label{
    display:block;
    text-align:center;
    color:#2563eb;
    font-weight:600;
    font-size:.95rem;
    margin-bottom:6px;
  }

  .psn-videos-heading{
    text-align:center;
    color:#1a1a1a;
    font-weight:700;
    font-size:2rem;
    margin-bottom:40px;
  }

  .psn-video-thumb{
    background:#111;
    aspect-ratio:16/9;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    cursor:pointer;
    position:relative;
  }

  .psn-video-play{
    width:74px;
    height:74px;
    border-radius:50%;
    border:3px solid var(--psn-red);
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
  }

  .psn-video-play span{
    color:var(--psn-red);
    font-weight:800;
    font-size:1.1rem;
    position:absolute;
    left:14px;
  }

  .psn-video-play i{
    color:var(--psn-white);
    font-size:1rem;
    margin-left:22px;
  }

  .psn-video-brand{
    color:var(--psn-red);
    font-weight:800;
    letter-spacing:2px;
    font-size:.85rem;
  }

  /* ===== USP ===== */
  .psn-usp{
    background:linear-gradient(180deg, #d84656 0%, #c8394a 100%);
    padding:70px 0 90px;
  }

  .psn-usp-label{
    display:block;
    text-align:center;
    color:rgba(255,255,255,.85);
    font-weight:700;
    letter-spacing:1px;
    font-size:.8rem;
    margin-bottom:10px;
  }

  .psn-usp-heading{
    text-align:center;
    color:var(--psn-white);
    font-weight:700;
    font-size:2.1rem;
    line-height:1.4;
    max-width:760px;
    margin:0 auto 50px;
  }

  .psn-usp-card{
    background:var(--psn-white);
    border-radius:6px;
    padding:26px 24px 30px;
    height:100%;
    position:relative;
  }

  .psn-usp-step{
    background:#1a1a1a;
    color:var(--psn-white);
    font-weight:700;
    font-size:.72rem;
    padding:6px 14px;
    border-radius:20px;
    display:inline-block;
    margin-bottom:22px;
  }

  .psn-usp-icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
  }

  .psn-usp-icon i{
    color:var(--psn-red);
    font-size:1.9rem;
  }

  .psn-usp-title{
    font-weight:700;
    font-size:1.05rem;
    color:#1a1a1a;
    margin-bottom:12px;
  }

  .psn-usp-desc{
    color:var(--psn-red);
    font-size:.85rem;
    line-height:1.6;
    margin:0;
  }

  @media (max-width: 991px){
    .psn-usp-heading{font-size:1.5rem;}
  }

  /* ===== WHY CHOOSE US ===== */
  .psn-why{
    background:var(--psn-white);
    padding:80px 0 70px;
  }

  .psn-why-badge{
    display:inline-block;
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.85rem;
    padding:10px 26px;
    border-radius:30px;
  }

  .psn-why-heading{
    color:#1a1a1a;
    font-weight:700;
    font-size:2.3rem;
    line-height:1.3;
    margin-top:18px;
  }

  .psn-why-head-wrap{
    text-align:center;
    margin-bottom:50px;
  }

  .psn-why-card{
    border:1px solid #f1dbdb;
    border-radius:6px;
    padding:34px 24px;
    text-align:center;
    height:100%;
  }

  .psn-why-icon{
    width:60px;
    height:60px;
    background:var(--psn-red);
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 22px;
  }

  .psn-why-icon i{
    color:var(--psn-white);
    font-size:1.5rem;
  }

  .psn-why-title{
    font-weight:700;
    font-size:1rem;
    color:#1a1a1a;
    margin:0;
  }

  /* ===== WHO WE ARE ===== */
  .psn-who{
    background:var(--psn-white);
    padding:20px 0 90px;
  }

  .psn-who-badge{
    display:inline-block;
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.8rem;
    padding:8px 22px;
    border-radius:30px;
    margin-bottom:22px;
  }

  .psn-who-heading{
    color:#1a1a1a;
    font-weight:700;
    font-size:2.1rem;
    line-height:1.35;
    margin-bottom:22px;
  }

  .psn-who-desc{
    color:#6b6b6b;
    font-size:.92rem;
    line-height:1.7;
    max-width:460px;
    margin-bottom:30px;
  }

  .psn-progress-row{
    margin-bottom:22px;
  }

  .psn-progress-label{
    display:flex;
    justify-content:space-between;
    font-weight:700;
    font-size:.85rem;
    color:#1a1a1a;
    margin-bottom:8px;
  }

  .psn-progress-track{
    background:#f1e3e3;
    height:6px;
    border-radius:6px;
    overflow:hidden;
  }

  .psn-progress-fill{
    height:100%;
    background:var(--psn-red);
    border-radius:6px;
  }

  .psn-who-media{
    position:relative;
    min-height:400px;
  }

  .psn-who-badge-stat{
    position:absolute;
    top:20px;
    left:0;
    z-index:3;
    background:var(--psn-red);
    color:var(--psn-white);
    text-align:center;
    padding:18px 22px;
    font-weight:700;
    font-size:.8rem;
    line-height:1.3;
    box-shadow:0 12px 25px -10px rgba(0,0,0,.4);
  }

  .psn-who-badge-stat span{
    display:block;
    font-size:1.6rem;
    font-weight:800;
    margin:2px 0;
  }

  .psn-who-img-main{
    position:absolute;
    top:0;
    right:0;
    width:78%;
    height:340px;
    background:#e8e8e8;
    border:1.5px dashed #c9c9c9;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#999;
    font-size:.8rem;
    text-align:center;
    padding:20px;
  }

  .psn-who-img-sub{
    position:absolute;
    bottom:0;
    right:12%;
    width:56%;
    height:180px;
    background:#dedede;
    border:1.5px dashed #c0c0c0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#999;
    font-size:.75rem;
    text-align:center;
    padding:14px;
    box-shadow:0 10px 25px -8px rgba(0,0,0,.25);
  }

  @media (max-width: 991px){
    .psn-why-heading{font-size:1.7rem;}
    .psn-who-heading{font-size:1.6rem;}
    .psn-who-media{margin-top:60px;}
  }

  /* ===== LATEST NEWS ===== */
  .psn-news{
    background:var(--psn-white);
    padding:60px 0 90px;
  }

  .psn-news-label{
    display:block;
    text-align:center;
    color:var(--psn-red);
    font-weight:700;
    letter-spacing:.5px;
    font-size:.85rem;
    margin-bottom:8px;
  }

  .psn-news-heading{
    text-align:center;
    color:#1a1a1a;
    font-weight:700;
    font-size:2.1rem;
    margin-bottom:45px;
  }

  .psn-news-card{
    background:#f7f8fa;
    height:100%;
    display:flex;
    flex-direction:column;
    text-decoration:none;
  }

  .psn-news-imgwrap{
    height:210px;
    background:var(--psn-white);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
  }

  .psn-news-imgwrap i{
    font-size:2.2rem;
    color:#d8d8d8;
  }

  .psn-news-body{
    padding:20px 22px 26px;
  }

  .psn-news-meta{
    font-size:.75rem;
    font-weight:700;
    letter-spacing:.3px;
    color:#8a8a8a;
    margin-bottom:10px;
  }

  .psn-news-meta span{
    color:var(--psn-red);
  }

  .psn-news-title{
    font-weight:700;
    font-size:1rem;
    color:#1a1a1a;
    line-height:1.4;
    margin:0;
  }

  /* ===== CONTACT CTA + MAP ===== */
  .psn-contact-cta{
    background:#111;
    position:relative;
    overflow:hidden;
  }

  .psn-contact-cta::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,.03) 0px,
      rgba(255,255,255,.03) 1px,
      transparent 1px,
      transparent 22px
    );
    pointer-events:none;
  }

  .psn-contact-cta-inner{
    position:relative;
    z-index:2;
    padding:60px 50px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .psn-contact-cta-heading{
    color:var(--psn-white);
    font-weight:700;
    font-size:2rem;
    line-height:1.3;
    margin-bottom:28px;
  }

  .psn-contact-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:var(--psn-red);
    color:var(--psn-white);
    font-weight:700;
    font-size:.8rem;
    letter-spacing:.5px;
    padding:14px 26px;
    border-radius:6px;
    width:fit-content;
  }

  .psn-map iframe{
    width:100%;
    height:100%;
    min-height:280px;
    border:0;
    display:block;
  }

  /* ===== FOOTER ===== */
  .psn-footer{
    background:#141414;
    padding:60px 0 0;
  }

  .psn-footer-logo-mark{
    width:54px;
    height:54px;
    border:2px solid var(--psn-white);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--psn-white);
    font-weight:800;
    font-size:1.3rem;
    margin-bottom:8px;
  }

  .psn-footer-logo-text{
    color:var(--psn-white);
    font-weight:800;
    letter-spacing:2px;
    font-size:.85rem;
  }

  .psn-footer-desc{
    color:#9a9a9a;
    font-size:.85rem;
    line-height:1.7;
    max-width:280px;
    margin-top:22px;
  }

  .psn-footer-heading{
    color:var(--psn-white);
    font-weight:700;
    font-size:1rem;
    margin-bottom:20px;
  }

  .psn-footer-link{
    display:block;
    color:#b8b8b8;
    font-size:.9rem;
    margin-bottom:16px;
    transition:color .2s ease;
  }
  .psn-footer-link:hover{
    color:var(--psn-red);
  }

  .psn-footer-contact{
    color:var(--psn-white);
    font-weight:700;
    font-size:1rem;
    display:block;
    margin-bottom:6px;
  }

  .psn-footer-addr{
    color:#b8b8b8;
    font-size:.88rem;
    line-height:1.6;
    margin:18px 0 20px;
  }

  .psn-footer-social a{
    width:34px;
    height:34px;
    border-radius:50%;
    background:var(--psn-red);
    color:var(--psn-white);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:.85rem;
    margin-right:10px;
  }

  .psn-footer-divider{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:50px;
  }

  .psn-footer-bottom{
    text-align:center;
    color:#c8c8c8;
    font-size:.85rem;
    font-weight:600;
    padding:22px 0;
  }

  .psn-footer-bottom a{
    color:#e0a83c;
    font-weight:700;
  }

  @media (max-width: 991px){
    .psn-contact-cta-heading{font-size:1.6rem;}
    .psn-contact-cta-inner{padding:50px 30px;}
  }