
/* PreStart360 by Commodo — minimal site stylesheet */
:root {
    --navy: #002E5D;
    --green: #3DBE29;
    --amber: #F5B82E;
    --charcoal: #2B2B2B;
    --light: #F5F7FA;
    --white: #fff;
    --ps360-navy: #002E5D;
    --ps360-green: #3DBE29;
    --ps360-amber: #F5B82E;
    --ps360-charcoal: #2B2B2B;
    --ps360-light: #F5F7FA;
    --ps360-white: #fff;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(0,0,0,.08)
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color: var(--charcoal);
    background: #fff;
    line-height: 1.6
}

a {
    color: var(--navy);
    text-decoration: none
}

.container {
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 20px
}

header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e7ecf3;
    z-index: 10
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0
}

.brand {
    display: flex;
    gap: 12px;
    align-items: center
}

.logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--green);
    color: #fff;
    font-weight: 700
}

.brand h1 {
    font-family: Montserrat,Inter,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--navy);
    margin: 0
}

.brand small {
    display: block;
    font-size: 12px;
    color: #4a5a70;
    margin-top: 2px
}

.nav a.btn {
    margin-left: 12px
}

.btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 600
}

    .btn.primary {
        background: var(--green);
        color: #fff
    }

    .btn.secondary {
        border: 2px solid var(--navy);
        color: var(--navy)
    }



h3.sec {
    font-family: Montserrat,Inter,sans-serif;
    font-size: 28px;
    color: var(--navy);
    margin: 0 0 22px
}

footer {
    background: var(--navy);
    color: #c9d7ea;
    padding: 34px 0
}

    footer a {
        color: #e9f3ff
    }

.footgrid {
    display: grid;
    gap: 18px;
    grid-template-columns: 2fr 1fr 1fr
}

.small {
    font-size: 13px
}

@media (max-width: 980px) {
    .footgrid {
        grid-template-columns: 1fr
    }
}

.hero {
    background: linear-gradient(125deg, #ffffff 0%, #f7fbff 50%, #eef6ff 100%)
}

.eyebrow {
    font-weight: 600;
    color: var(--green);
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 12px
}

.hero h2 {
    font-family: Montserrat,Inter,sans-serif;
    font-size: 42px;
    line-height: 1.15;
    margin: .25rem 0;
    color: var(--navy)
}

.trust {
    font-size: 13px;
    color: #5c6a7c;
    margin-top: 8px
}

.grid-3 {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3,1fr)
}

.card {
    background: #fff;
    border: 1px solid #ecf1f6;
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow)
}

.icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--light);
    display: grid;
    place-items: center;
    margin-bottom: 10px;
    color: var(--navy)
}

.muted {
    color: #5c6a7c
}

.backgroundLight {
    background: var(--light)
}

.tiers {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3,1fr)
}

.tier {
    background: #fff;
    border: 1px solid #e6edf4;
    border-radius: 16px;
    padding: 22px;
    box-shadow: var(--shadow)
}

.price {
    font-family: Montserrat,Inter,sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: var(--navy)
}

details {
    border: 1px solid #e6edf4;
    border-radius: 12px;
    padding: 12px;
    background: #fff
}

    details + details {
        margin-top: 10px
    }

summary {
    font-weight: 600;
    color: var(--navy);
    cursor: pointer
}

@media (max-width:980px) {
    .grid-3, .tiers {
        grid-template-columns: 1fr
    }

    .hero h2 {
        font-size: 34px
    }
}

section {
        padding: 20px 0

}
.sec {
    margin: 20px 0 0 0
}




.ps360 {
    position: relative;
    overflow: hidden;
    background: var(--ps360-navy);
    color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, sans-serif;
}

.ps360-track {
    display: flex;
    transition: transform 0.6s ease;
}

.ps360-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 60px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps360-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
}

.ps360-text {
    flex: 1;
}

.ps360-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

    .ps360-image img {
        width: 100%;
        max-width: 520px;
        border-radius: 12px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
    }

.ps360-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ps360 h1,
.ps360 h2 {
    font-size: clamp(28px, 4vw, 48px);
    margin-bottom: 0.4em;
    font-weight: 800;
}

.ps360 p {
    font-size: clamp(16px, 1.5vw, 20px);
    margin-bottom: 1.2em;
    color: #e8f4ff;
}

.ps360-cta {
    background: var(--ps360-green);
    color: #012b09;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: 0.2s;
}

    .ps360-cta:hover {
        background: #47d333;
        transform: translateY(-2px);
    }

.ps360-cta--ghost {
    background: transparent;
    color: var(--ps360-white);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Controls */
.ps360-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 30px;
    padding: 8px 23px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
}

.ps360-prev {
    left: 10px;
}

.ps360-next {
    right: 10px;
}

.ps360-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

    .ps360-dots button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: none;
        background: rgba(255, 255, 255, 0.4);
        cursor: pointer;
    }

    .ps360-dots .is-active {
        background: var(--ps360-green);
    }

/* Responsive */
@media (max-width: 900px) {
    .ps360-content {
        flex-direction: column;
        text-align: center;
    }

    .ps360-image {
        order: -1;
    }

    .ps360-slide {
        padding: 40px 20px;
    }
}
