:root {
    --pcs-navy: #062d57;
    --pcs-navy-deep: #031f3d;
    --pcs-blue: #0d4f87;
    --pcs-orange: #f97316;
    --pcs-orange-dark: #dd5b08;
    --pcs-green: #4c9b42;
    --pcs-ink: #10243e;
    --pcs-muted: #64748b;
    --pcs-border: #dce3eb;
    --pcs-surface: #f5f7f9;
    --pcs-white: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #f5f7fb;
    color: #1d2a35;
}

.public-site {
    margin: 0;
    background: var(--pcs-white);
    color: var(--pcs-ink);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.public-site h1,
.public-site h2,
.public-site h3,
.public-site h4,
.public-site h5,
.public-site h6 {
    color: var(--pcs-ink);
    font-weight: 800;
    line-height: 1.18;
}

.public-site a {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.public-site .container {
    max-width: 1180px;
}

.public-site .card {
    border-radius: 6px;
}

.pcs-topbar {
    background: var(--pcs-navy);
    color: #dbeafe;
    font-size: 11px;
}

.pcs-topbar-inner {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 34px;
}

.pcs-topbar span,
.pcs-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dbeafe;
    text-decoration: none;
}

.pcs-topbar a:hover {
    color: var(--pcs-white);
}

.pcs-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.pcs-language-switcher > i {
    color: #ffb06f;
    font-size: 13px;
}

.pcs-language-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #b9cce0;
    font: inherit;
    font-weight: 700;
}

.pcs-language-btn:hover,
.pcs-language-btn:focus,
.pcs-language-btn.active {
    color: var(--pcs-white);
}

.pcs-language-btn.active {
    text-decoration: underline;
    text-decoration-color: var(--pcs-orange);
    text-underline-offset: 3px;
}

.pcs-translate-credit {
    margin-left: 3px;
    color: #8fa9c3 !important;
    font-size: 8px;
}

.pcs-google-translate-element {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
}

.goog-te-banner-frame.skiptranslate,
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none !important;
}

body.public-site {
    top: 0 !important;
}

.pcs-public-nav {
    min-height: 88px;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid rgba(15, 47, 82, .1);
    box-shadow: 0 7px 24px rgba(15, 47, 82, .08);
}

.pcs-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--pcs-navy);
    text-decoration: none;
    line-height: 1;
}

.pcs-brand:hover {
    color: var(--pcs-navy);
}

.pcs-brand-mark {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border: 2px solid var(--pcs-green);
    border-radius: 50%;
    color: var(--pcs-navy);
    font-size: 21px;
    position: relative;
}

.pcs-brand-mark::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 17px;
    height: 9px;
    border-radius: 50% 50% 50% 0;
    background: var(--pcs-green);
    transform: rotate(-25deg);
}

.pcs-brand strong {
    display: block;
    font-size: 22px;
    letter-spacing: 0;
}

.pcs-brand small {
    display: block;
    margin-top: 5px;
    color: var(--pcs-green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pcs-brand-upload {
    display: block;
    width: auto;
    max-width: 245px;
    height: 58px;
    object-fit: contain;
}

.pcs-public-nav .nav-link {
    margin: 0 7px;
    padding: 32px 4px;
    color: #1f3048;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pcs-public-nav .nav-link:hover,
.pcs-public-nav .nav-link:focus {
    color: var(--pcs-orange);
}

.pcs-nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pcs-phone-link {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--pcs-ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.pcs-phone-link > i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--pcs-orange);
    border-radius: 50%;
    color: var(--pcs-orange);
}

.pcs-phone-link small {
    display: block;
    color: var(--pcs-muted);
    font-size: 9px;
    font-weight: 600;
}

.btn {
    border-radius: 5px;
    font-weight: 800;
}

.btn-pcs-orange {
    border-color: var(--pcs-orange);
    background: var(--pcs-orange);
    color: var(--pcs-white);
}

.btn-pcs-orange:hover,
.btn-pcs-orange:focus {
    border-color: var(--pcs-orange-dark);
    background: var(--pcs-orange-dark);
    color: var(--pcs-white);
    transform: translateY(-1px);
}

.pcs-hero-carousel {
    position: relative;
    overflow: hidden;
    background: var(--pcs-navy-deep);
}

.pcs-hero-carousel .carousel-item {
    transition: opacity .8s ease-in-out;
}

.pcs-hero {
    min-height: 590px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--pcs-navy-deep);
    background-image: url("../images/container-terminal-hero.webp");
    background-position: center;
    background-size: cover;
}

.pcs-hero-control {
    width: 74px;
    opacity: 1;
}

.pcs-hero-control .carousel-control-prev-icon,
.pcs-hero-control .carousel-control-next-icon {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background-size: 18px;
    background-color: rgba(3, 31, 61, .34);
}

.pcs-hero-control:hover .carousel-control-prev-icon,
.pcs-hero-control:hover .carousel-control-next-icon {
    border-color: var(--pcs-orange);
    background-color: var(--pcs-orange);
}

.pcs-hero-indicators {
    bottom: 20px;
    z-index: 3;
    margin-bottom: 0;
}

.pcs-hero-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border: 2px solid var(--pcs-white);
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.pcs-hero-indicators .active {
    border-color: var(--pcs-orange);
    background: var(--pcs-orange);
}

.pcs-hero-shade {
    position: absolute;
    inset: 0;
    background: rgba(3, 24, 46, .42);
}

.pcs-hero-content {
    position: relative;
    z-index: 1;
}

.pcs-hero-copy {
    max-width: 620px;
    padding: 80px 0 100px;
    color: var(--pcs-white);
    text-shadow: 0 2px 20px rgba(0, 0, 0, .35);
}

.pcs-hero-copy h1 {
    max-width: 610px;
    margin: 14px 0 18px;
    color: var(--pcs-white);
    font-size: clamp(2.55rem, 5.3vw, 4.8rem);
}

.pcs-hero-copy p {
    max-width: 580px;
    margin: 0;
    color: #f1f5f9;
    font-size: 1.08rem;
}

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

.pcs-hero-actions .btn {
    min-width: 185px;
    padding: 13px 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.pcs-hero-marker {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 2;
    display: flex;
    gap: 7px;
    transform: translateX(-50%);
}

.pcs-hero-marker span {
    width: 10px;
    height: 10px;
    border: 2px solid var(--pcs-white);
    border-radius: 50%;
    background: var(--pcs-white);
}

.pcs-hero-marker .active {
    border-color: var(--pcs-orange);
    background: var(--pcs-orange);
}

.pcs-eyebrow {
    display: inline-block;
    color: var(--pcs-orange);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.pcs-eyebrow-light {
    color: #ffb06f;
}

.pcs-section {
    padding: 78px 0;
}

.pcs-section-title {
    margin: 9px 0 20px;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
}

.pcs-lead {
    color: #334155;
    font-size: 1rem;
}

.pcs-section-heading {
    max-width: 720px;
    margin-bottom: 35px;
}

.pcs-section-heading.text-center {
    margin-right: auto;
    margin-left: auto;
}

.pcs-section-heading p {
    color: var(--pcs-muted);
}

.pcs-text-link {
    color: var(--pcs-orange);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.pcs-text-link i {
    margin-left: 6px;
}

.pcs-about-image {
    min-height: 390px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 20px 45px rgba(15, 47, 82, .16);
}

.pcs-about-image img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}

.pcs-image-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 220px;
    padding: 13px 16px;
    border-left: 4px solid var(--pcs-orange);
    background: var(--pcs-white);
    color: var(--pcs-ink);
    box-shadow: 0 12px 30px rgba(3, 31, 61, .18);
    font-size: 12px;
}

.pcs-image-badge i {
    color: var(--pcs-orange);
    font-size: 20px;
}

.pcs-image-badge strong {
    display: block;
}

.pcs-counter-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid var(--pcs-border);
    border-radius: 6px;
    background: var(--pcs-white);
    box-shadow: 0 14px 35px rgba(15, 47, 82, .12);
}

.pcs-counter-strip > div {
    display: grid;
    grid-template-columns: 38px auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 19px;
    border-right: 1px solid var(--pcs-border);
}

.pcs-counter-strip > div:last-child {
    border-right: 0;
}

.pcs-counter-strip i {
    grid-row: 1 / 3;
    color: var(--pcs-navy);
    font-size: 24px;
}

.pcs-counter-strip strong {
    color: var(--pcs-orange);
    font-size: 20px;
}

.pcs-counter-strip span {
    color: var(--pcs-muted);
    font-size: 10px;
}

.pcs-services-section {
    border-top: 1px solid #edf1f5;
    background: var(--pcs-surface);
}

.pcs-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pcs-service-tile {
    min-height: 250px;
    padding: 27px 24px;
    border: 1px solid var(--pcs-border);
    border-radius: 6px;
    background: var(--pcs-white);
    box-shadow: 0 8px 22px rgba(15, 47, 82, .06);
}

.pcs-service-tile > i {
    color: var(--pcs-navy);
    font-size: 34px;
}

.pcs-service-tile h3 {
    margin: 22px 0 10px;
    font-size: 17px;
}

.pcs-service-tile p {
    color: var(--pcs-muted);
    font-size: 13px;
}

.pcs-service-tile a {
    color: var(--pcs-orange);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.pcs-service-tile:hover {
    border-color: #bdc9d8;
    transform: translateY(-3px);
    box-shadow: 0 15px 34px rgba(15, 47, 82, .12);
}

.pcs-benefit-band {
    padding: 28px 0;
    background: var(--pcs-navy);
    color: var(--pcs-white);
}

.pcs-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pcs-benefit-grid > div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 24px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.pcs-benefit-grid > div:last-child {
    border-right: 0;
}

.pcs-benefit-grid span {
    display: grid;
    width: 45px;
    min-width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 50%;
    background: var(--pcs-white);
    color: var(--pcs-orange);
}

.pcs-benefit-grid p {
    margin: 0;
    color: #dbeafe;
    font-size: 11px;
    line-height: 1.45;
}

.pcs-benefit-grid strong {
    display: block;
    margin-bottom: 3px;
    color: var(--pcs-white);
    font-size: 14px;
}

.pcs-client-row {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 105px;
    padding: 20px;
    border: 1px solid var(--pcs-border);
    border-radius: 6px;
    background: var(--pcs-white);
}

.pcs-client-row > span {
    display: grid;
    width: 48px;
    min-width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #eaf1f8;
    color: var(--pcs-navy);
    font-size: 20px;
    font-weight: 800;
}

.pcs-client-row h3 {
    margin: 0 0 4px;
    font-size: 15px;
}

.pcs-client-row p {
    margin: 0;
    color: var(--pcs-muted);
    font-size: 11px;
}

.pcs-proof-band {
    padding: 38px 0;
    background-color: var(--pcs-navy-deep);
    background-image: url("../images/container-terminal-hero.webp");
    background-position: center 58%;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(3, 31, 61, .84);
}

.pcs-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: var(--pcs-white);
    text-align: center;
}

.pcs-proof-grid > div {
    padding: 6px 20px;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.pcs-proof-grid > div:last-child {
    border-right: 0;
}

.pcs-proof-grid strong {
    display: block;
    color: var(--pcs-white);
    font-size: 34px;
}

.pcs-proof-grid span {
    color: #dbeafe;
    font-size: 12px;
}

.pcs-enquiry-section {
    background: var(--pcs-surface);
}

.pcs-faq .accordion-item {
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid var(--pcs-border);
    border-radius: 4px;
}

.pcs-faq .accordion-button {
    padding: 13px 15px;
    color: var(--pcs-ink);
    font-size: 12px;
    font-weight: 800;
    box-shadow: none;
}

.pcs-faq .accordion-button:not(.collapsed) {
    background: #eef4f9;
    color: var(--pcs-navy);
}

.pcs-faq .accordion-body {
    color: var(--pcs-muted);
    font-size: 12px;
}

.pcs-quote-panel {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--pcs-border);
    border-radius: 6px;
    background: var(--pcs-white);
}

.pcs-quote-panel h2 {
    margin: 8px 0 22px;
    font-size: 24px;
}

.public-site .form-control,
.public-site .form-select {
    min-height: 45px;
    border-color: #ccd6e1;
    border-radius: 4px;
    font-size: 13px;
}

.public-site textarea.form-control {
    min-height: auto;
}

.public-site .form-control:focus,
.public-site .form-select:focus {
    border-color: var(--pcs-blue);
    box-shadow: 0 0 0 .2rem rgba(13, 79, 135, .12);
}

.pcs-api-panel {
    height: 100%;
    padding: 30px 24px;
    border-radius: 6px;
    background: var(--pcs-navy);
    color: var(--pcs-white);
    text-align: center;
}

.pcs-api-panel > i {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 20px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: var(--pcs-orange);
    font-size: 23px;
}

.pcs-api-panel h2 {
    color: var(--pcs-white);
    font-size: 22px;
}

.pcs-api-panel p {
    color: #dbeafe;
    font-size: 12px;
}

.pcs-api-apply-link {
    display: inline-block;
    margin-top: 18px;
    color: #ffb06f;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.pcs-location-section {
    min-height: 410px;
    position: relative;
}

.pcs-location-section iframe {
    width: 100%;
    height: 410px;
    border: 0;
}

.pcs-location-section > .container {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pcs-location-panel {
    width: min(360px, calc(100% - 30px));
    position: absolute;
    top: 46px;
    left: 15px;
    padding: 28px;
    border-radius: 6px;
    background: var(--pcs-white);
    box-shadow: 0 15px 40px rgba(15, 47, 82, .2);
    pointer-events: auto;
}

.pcs-location-panel h2 {
    margin: 8px 0 20px;
    font-size: 21px;
}

.pcs-location-panel p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 11px;
    color: var(--pcs-muted);
    font-size: 12px;
}

.pcs-location-panel i {
    width: 15px;
    margin-top: 4px;
    color: var(--pcs-navy);
    text-align: center;
}

.pcs-footer {
    padding: 60px 0 0;
    background: var(--pcs-navy-deep);
    color: #d5dfeb;
}

.pcs-brand-footer {
    color: var(--pcs-white);
}

.pcs-brand-footer:hover {
    color: var(--pcs-white);
}

.pcs-brand-footer .pcs-brand-mark {
    border-color: var(--pcs-green);
    color: var(--pcs-white);
}

.pcs-brand-upload-footer {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .96);
}

.pcs-brand-upload-footer .pcs-brand-upload {
    max-width: 230px;
    height: 52px;
}

.pcs-footer-copy {
    max-width: 350px;
    margin: 22px 0;
    color: #aebed0;
    font-size: 12px;
}

.pcs-social-links {
    display: flex;
    gap: 9px;
}

.pcs-social-links a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: var(--pcs-white);
    text-decoration: none;
}

.pcs-social-links a:hover {
    border-color: var(--pcs-orange);
    background: var(--pcs-orange);
}

.pcs-footer-title {
    margin: 0 0 20px;
    color: var(--pcs-white);
    font-size: 13px;
    text-transform: uppercase;
}

.pcs-footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pcs-footer-links a,
.pcs-contact-list a {
    color: #b8c6d6;
    font-size: 12px;
    text-decoration: none;
}

.pcs-footer-links a:hover,
.pcs-contact-list a:hover {
    color: var(--pcs-orange);
}

.pcs-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pcs-contact-list li {
    display: flex;
    gap: 11px;
    margin-bottom: 12px;
    color: #b8c6d6;
    font-size: 12px;
}

.pcs-contact-list i {
    width: 16px;
    margin-top: 4px;
    color: var(--pcs-white);
    text-align: center;
}

.pcs-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 48px;
    padding: 21px 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #8fa3b8;
    font-size: 10px;
}

.pcs-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pcs-footer-bottom a {
    color: #aebed0;
    text-decoration: none;
}

.pcs-whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: var(--pcs-white);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .22);
    font-size: 25px;
    text-decoration: none;
}

.pcs-whatsapp-float:hover {
    color: var(--pcs-white);
    transform: translateY(-2px);
}

/* Existing public inner pages inherit the corporate shell. */
.public-site:not(.page-home) > section:first-of-type {
    position: relative;
    padding-top: 70px !important;
}

.public-site:not(.page-home) > section:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--pcs-orange);
}

.public-site:not(.page-home) > section:first-of-type h1 {
    color: var(--pcs-navy);
    font-size: clamp(2rem, 4vw, 3rem);
}

.public-site .bg-white {
    background-color: var(--pcs-white) !important;
}

.public-site .text-primary {
    color: var(--pcs-orange) !important;
}

.public-site .btn-primary {
    border-color: var(--pcs-navy);
    background: var(--pcs-navy);
}

.public-site .btn-primary:hover {
    border-color: var(--pcs-orange);
    background: var(--pcs-orange);
}

.public-site .shadow-sm {
    box-shadow: 0 10px 28px rgba(15, 47, 82, .08) !important;
}

.login-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #102542 0%, #0a58ca 100%);
}

.card {
    border-radius: 1rem;
}

.timeline {
    position: relative;
    padding-left: 1.5rem;
}

.timeline::before {
    content: "";
    position: absolute;
    left: .35rem;
    top: .3rem;
    bottom: .3rem;
    width: 2px;
    background: #c9d4e5;
}

.timeline-item {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -.08rem;
    top: .3rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #ffb703;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #c9d4e5;
}

code {
    font-size: .875rem;
    color: #8b1e3f;
}

.code-sample-header {
    background: #062d57;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.code-sample {
    padding: 1rem;
    overflow-x: auto;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #0f172a;
    color: #e2e8f0;
}

.code-sample code {
    color: #e2e8f0;
}

.api-doc-tabs .nav-link {
    color: #062d57;
    font-weight: 700;
}

.api-doc-tabs .nav-link.active {
    border-color: #062d57;
    background: #062d57;
    color: #fff;
}

.api-doc-table th {
    white-space: nowrap;
}

.invoice-client-preview {
    min-height: 132px;
}

.admin-brand-preview {
    display: block;
    width: auto;
    max-width: 100%;
    height: 72px;
    object-fit: contain;
}

.admin-favicon-preview {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.hero-slide-form-preview {
    display: block;
    width: 100%;
    max-height: 220px;
    border-radius: 6px;
    object-fit: cover;
}

.hero-slide-list-thumb {
    display: block;
    width: 96px;
    height: 58px;
    border-radius: 5px;
    object-fit: cover;
}

.table td code {
    word-break: break-all;
}

@media (max-width: 1199.98px) {
    .pcs-topbar-inner {
        gap: 18px;
    }

    .pcs-topbar .pcs-translate-credit {
        display: none;
    }

    .pcs-public-nav {
        min-height: 74px;
    }

    .pcs-public-nav .navbar-collapse {
        padding: 15px 0 20px;
        border-top: 1px solid var(--pcs-border);
    }

    .pcs-public-nav .nav-link {
        margin: 0;
        padding: 10px 0;
    }

    .pcs-nav-actions {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
    .pcs-topbar-inner span:first-child {
        display: none;
    }

    .pcs-hero {
        min-height: 510px;
        background-position: 58% center;
    }

    .pcs-hero-control {
        display: none;
    }

    .pcs-hero-shade {
        background: rgba(3, 24, 46, .6);
    }

    .pcs-counter-strip,
    .pcs-benefit-grid,
    .pcs-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcs-counter-strip > div:nth-child(2),
    .pcs-benefit-grid > div:nth-child(2),
    .pcs-proof-grid > div:nth-child(2) {
        border-right: 0;
    }

    .pcs-counter-strip > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--pcs-border);
    }

    .pcs-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcs-benefit-grid > div {
        padding: 14px 22px;
    }

    .pcs-footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .pcs-topbar-inner {
        justify-content: flex-end;
        gap: 12px;
        min-height: 38px;
    }

    .pcs-topbar-inner > a,
    .pcs-topbar-inner > span {
        display: none;
    }

    .pcs-topbar-inner span {
        font-size: 9px;
    }

    .pcs-language-switcher {
        margin-left: auto;
        font-size: 10px;
    }

    .pcs-brand-mark {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .pcs-brand strong {
        font-size: 18px;
    }

    .pcs-brand small {
        font-size: 8px;
    }

    .pcs-brand-upload {
        max-width: 190px;
        height: 48px;
    }

    .pcs-hero {
        min-height: 500px;
        background-position: 64% center;
    }

    .pcs-hero-copy {
        padding: 60px 0 80px;
    }

    .pcs-hero-copy h1 {
        font-size: 2.55rem;
    }

    .pcs-hero-copy p {
        font-size: .95rem;
    }

    .pcs-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pcs-section {
        padding: 58px 0;
    }

    .pcs-about-image,
    .pcs-about-image img {
        min-height: 280px;
    }

    .pcs-counter-strip {
        margin-top: 28px;
        grid-template-columns: 1fr;
    }

    .pcs-counter-strip > div {
        border-right: 0;
        border-bottom: 1px solid var(--pcs-border);
    }

    .pcs-counter-strip > div:last-child {
        border-bottom: 0;
    }

    .pcs-service-grid,
    .pcs-benefit-grid,
    .pcs-proof-grid {
        grid-template-columns: 1fr;
    }

    .pcs-benefit-grid > div,
    .pcs-proof-grid > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .pcs-benefit-grid > div:last-child,
    .pcs-proof-grid > div:last-child {
        border-bottom: 0;
    }

    .pcs-proof-grid > div {
        padding: 15px;
    }

    .pcs-location-section,
    .pcs-location-section iframe {
        min-height: 560px;
        height: 560px;
    }

    .pcs-location-panel {
        top: 26px;
        right: 15px;
        left: 15px;
        width: auto;
    }
}
