/* Protosoft main site */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');

:root {
    --ps-navy: #062338;
    --ps-navy-deep: #031726;
    --ps-blue: #0a5b83;
    --ps-green: #7cc242;
    --ps-green-soft: #edf8e7;
    --ps-orange: #ff6b2c;
    --ps-orange-dark: #e65318;
    --ps-ink: #102033;
    --ps-text: #526273;
    --ps-muted: #7b8794;
    --ps-border: #e7edf2;
    --ps-bg: #f6f9fb;
    --ps-white: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

a,
.button {
    transition: all .3s ease-out 0s;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

a:focus,
a:hover,
.button:focus {
    text-decoration: none;
    outline: none;
}

button {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin-bottom: 15px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

::selection {
    background: #444444;
    color: #ffffff;
    text-shadow: none;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.ps-page {
    background: var(--ps-bg);
    color: var(--ps-text);
    font-size: 16px;
    line-height: 1.65;
    overflow: hidden;
}

.ps-page h1,
.ps-page h2,
.ps-page h3,
.ps-page h4,
.ps-page h5,
.ps-page h6 {
    color: var(--ps-ink);
    font-weight: 800;
    letter-spacing: -0.025em;
}

.ps-page p {
    color: var(--ps-text);
}

.ps-section {
    padding: 88px 0;
    position: relative;
}

.ps-section-sm {
    padding: 60px 0;
    position: relative;
}

.ps-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--ps-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ps-title {
    margin: 0 0 15px 0;
    font-size: 38px;
    line-height: 1.18;
}

.ps-copy {
    max-width: 760px;
    margin: 0 auto 42px auto;
    color: var(--ps-muted);
    font-size: 17px;
}

.ps-section .ps-title {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.ps-section .ps-copy {
    max-width: 820px;
}

.ps-card {
    height: 100%;
    background: var(--ps-white);
    border: 1px solid var(--ps-border);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(6, 35, 56, .07);
}

.ps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 23px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ps-btn:hover {
    transform: translateY(-1px);
}

.ps-btn-primary {
    color: #ffffff !important;
    background: var(--ps-orange);
    box-shadow: 0 12px 26px rgba(255, 107, 44, .28);
}

.ps-btn-primary:hover {
    background: var(--ps-orange-dark);
}

.ps-btn-secondary {
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.34);
    background: rgba(255,255,255,.08);
}

.ps-btn-light {
    color: var(--ps-orange) !important;
    background: #ffffff;
    border: 1px solid var(--ps-border);
}

/* Hero */

.ps-hero {
    min-height: 620px;
    padding: 122px 0 118px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(0, 12, 22, .99) 0%, rgba(2, 21, 35, .96) 34%, rgba(6, 49, 72, .64) 67%, rgba(90, 147, 171, .24) 100%),
        url('/img/slider/slider1.jpg') center center / cover no-repeat;
}

.ps-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 74% 18%, rgba(180,220,235,.18), transparent 30%),
        linear-gradient(90deg, rgba(0, 14, 26, .44) 0%, rgba(4, 35, 56, .16) 48%, rgba(170, 218, 235, .18) 100%);
    pointer-events: none;
}

.ps-hero::after {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -70px;
    height: 130px;
    background: var(--ps-bg);
    transform: rotate(-3deg);
    border-top: 5px solid var(--ps-green);
}

.ps-hero .container {
    position: relative;
    z-index: 2;
}

.ps-hero h1 {
    max-width: 670px;
    margin: 0 0 18px 0;
    color: #ffffff;
    font-size: 54px;
    line-height: 1.06;
}

.ps-hero h1 span {
    color: var(--ps-orange);
}

.ps-hero-lead {
    max-width: 650px;
    margin-bottom: 28px;
    color: rgba(255,255,255,.82) !important;
    font-size: 18px;
    line-height: 1.7;
}

.ps-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.ps-hero-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 710px;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ps-hero-trust li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 13px 14px;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    color: rgba(255,255,255,.86);
    font-size: 13px;
    font-weight: 800;
}

.ps-hero-trust i {
    color: var(--ps-green);
    font-size: 18px;
}

.ps-hero-trust .ps-aus-icon {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    transform: translateY(1px);
}

/* Services */

.ps-services {
    margin-top: -16px;
    z-index: 3;
}

.ps-services .row:last-child {
    row-gap: 30px;
}

.ps-services .row:last-child > [class*="col-"] {
    display: flex;
}

.ps-service-card {
    width: 100%;
    min-height: 255px;
    padding: 28px 26px;
    margin-bottom: 0;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ps-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(6,35,56,.10);
}

.ps-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--ps-green);
    background: var(--ps-green-soft);
    font-size: 22px;
}

.ps-service-card h4 {
    margin: 0 0 10px 0;
    font-size: 19px;
}

.ps-link {
    display: inline-block;
    margin-top: 12px;
    color: var(--ps-orange);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

/* Story */

.ps-story {
    background:
        radial-gradient(circle at 6% 20%, rgba(124,194,66,.08), transparent 23%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fb 100%);
}

.ps-checks {
    margin: 24px 0 0 0;
    padding: 0;
    list-style: none;
}

.ps-checks li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    color: var(--ps-text);
    font-weight: 700;
}

.ps-checks i {
    margin-top: 5px;
    color: var(--ps-green);
}

.ps-tile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ps-image-tile {
    min-height: 178px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 14px;
    background: var(--ps-navy);
    box-shadow: 0 18px 40px rgba(6,35,56,.15);
}

.ps-image-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3,23,38,.18), rgba(3,23,38,.85)), var(--tile-image);
    background-size: cover;
    background-position: center;
    transition: transform .3s ease;
}

.ps-image-tile:hover::before {
    transform: scale(1.05);
}

.ps-image-tile-content {
    position: relative;
    z-index: 1;
    min-height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ps-image-tile i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: auto;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(124,194,66,.92);
    font-size: 17px;
}

.ps-image-tile h4 {
    margin: 14px 0 4px 0;
    color: #ffffff;
    font-size: 17px;
}

.ps-image-tile p {
    margin: 0;
    color: rgba(255,255,255,.78) !important;
    font-size: 13px;
    line-height: 1.45;
}

/* Products */

.ps-products {
    background: #ffffff;
    padding-bottom: 54px;
}

.ps-products .row:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 30px;
}

.ps-products .row:last-child > [class*="col-"] {
    display: flex;
}

.ps-product-card {
    width: 100%;
    min-height: 305px;
    padding: 30px 28px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.ps-product-card .ps-link {
    margin-top: auto;
    padding-top: 18px;
}

.ps-product-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--ps-green);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ps-product-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 12px;
    background: var(--ps-green-soft);
    color: var(--ps-green);
    font-size: 18px;
}

.ps-product-card h4 {
    margin: 0 0 9px 0;
    font-size: 19px;
}

/* Trust */

.ps-trust-band {
    padding: 48px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 10%, rgba(124,194,66,.18), transparent 28%),
        linear-gradient(135deg, var(--ps-navy-deep) 0%, var(--ps-navy) 100%);
}

.ps-trust-band h2,
.ps-trust-band h3,
.ps-trust-band p {
    color: #ffffff;
}

.ps-stat-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px;
}

.ps-stat {
    text-align: center;
}

.ps-stat i {
    display: block;
    margin-bottom: 10px;
    color: var(--ps-green);
    font-size: 26px;
}

.ps-stat strong {
    display: block;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.ps-stat span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 800;
}

/* Contact */

.ps-contact-strip {
    padding: 24px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--ps-border);
}

.ps-contact-strip h3 {
    margin: 0 0 4px 0;
    font-size: 24px;
}

.ps-contact-strip p {
    margin: 0;
    color: var(--ps-muted);
}

.ps-contact-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ps-contact-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 6px;
    background: var(--ps-bg);
    color: var(--ps-ink);
    font-weight: 800;
    text-decoration: none !important;
}

.ps-contact-chip i {
    color: var(--ps-orange);
}

.ps-contact-form-section {
    scroll-margin-top: 135px;
    padding-bottom: 92px;
    background:
        radial-gradient(circle at 12% 0%, rgba(124,194,66,.08), transparent 24%),
        linear-gradient(180deg, var(--ps-bg) 0%, #eef4f8 100%);
}

.ps-contact-card {
    padding: 34px;
}

.ps-contact-card input,
.ps-contact-card textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid var(--ps-border);
    border-radius: 6px;
    background: #ffffff;
    color: var(--ps-ink);
    box-shadow: none;
}

.ps-contact-card textarea {
    min-height: 145px;
    resize: vertical;
}

.ps-contact-note {
    margin-top: 18px;
    color: var(--ps-muted);
    font-size: 13px;
    text-align: center;
}

.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
    width: 100%;
}

/* Responsive */

@media (max-width: 991px) {
    .ps-hero {
        min-height: auto;
        padding: 106px 0 110px 0;
    }

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

    .ps-hero-trust,
    .ps-tile-grid,
    .ps-stat-row,
    .ps-footer-grid {
        grid-template-columns: 1fr;
    }

    .ps-contact-actions {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .ps-section {
        padding: 58px 0;
    }

    .ps-section-sm {
        padding: 44px 0;
    }

    .ps-hero {
        padding: 68px 0 82px 0;
    }

    .ps-hero h1 {
        margin-bottom: 16px;
        font-size: 33px;
        line-height: 1.12;
    }

    .ps-hero-lead {
        margin-bottom: 24px;
        font-size: 17px;
        line-height: 1.62;
    }

    .ps-hero-actions {
        display: block;
        margin-bottom: 24px;
    }

    .ps-hero-actions .ps-btn {
        width: 100%;
        min-height: 48px;
        margin-bottom: 10px;
    }

    .ps-title {
        font-size: 30px;
    }

}
