﻿:root {
    --sr-green: #29cf38;
    --sr-green-dark: #16b72b;
    --sr-green-soft: #effbf1;
    --sr-navy: #293145;
    --sr-navy-light: #394258;
    --sr-text: #343b4a;
    --sr-muted: #737b8d;
    --sr-bg: #ffffff;
    --sr-bg-soft: #f7f8fb;
    --sr-border: #e7e9ef;
    --sr-warning: #f4ad3d;
    --sr-shadow: 0 20px 50px rgba(37, 45, 65, .10);
}


/* =========================================================
   GENERAL
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--sr-bg);
    color: var(--sr-text);
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.public-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}


/* =========================================================
   HEADER
   ========================================================= */

.public-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 82px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(231, 233, 239, .8);
    backdrop-filter: blur(12px);
}

    .public-header .public-container {
        width: 100%;
        display: flex;
        align-items: center;
    }

.public-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.public-logo-image {
    display: block;
    width: auto;
    height: 53px;
    object-fit: contain;
}

.public-logo-name {
    font-size: 31px;
    line-height: 27px;
    letter-spacing: -1.7px;
}

    .public-logo-name span {
        color: var(--sr-green);
        font-weight: 500;
    }

    .public-logo-name strong {
        color: var(--sr-navy);
        font-weight: 500;
    }

.public-logo-tagline {
    margin-top: 3px;
    color: #606675;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .1px;
}

.public-nav {
    display: flex;
    gap: 38px;
    margin-left: auto;
    margin-right: 42px;
}

    .public-nav a {
        position: relative;
        color: #626a7a;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: color .15s ease;
    }

        .public-nav a:hover {
            color: var(--sr-green-dark);
        }

.public-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.public-btn-primary {
    padding: 11px 22px;
    background: var(--sr-green);
    border: 1px solid var(--sr-green);
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(41, 207, 56, .16);
    transition: background .15s ease, border .15s ease, transform .15s ease, box-shadow .15s ease;
}

    .public-btn-primary:hover,
    .public-btn-primary:focus {
        background: var(--sr-green-dark);
        border-color: var(--sr-green-dark);
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(41, 207, 56, .22);
    }

.public-btn-login {
    padding: 10px 17px;
    border: 1px solid transparent;
    color: var(--sr-navy);
    font-size: 14px;
    font-weight: 500;
}

    .public-btn-login:hover {
        color: var(--sr-green-dark);
    }

.public-btn-secondary {
    padding: 11px 22px;
    background: #fff;
    border: 1px solid var(--sr-border);
    border-radius: 7px;
    color: var(--sr-navy);
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(37, 45, 65, .05);
}

    .public-btn-secondary:hover {
        border-color: #cfd3dc;
        color: var(--sr-navy);
        transform: translateY(-1px);
    }

.public-btn-large {
    min-height: 51px;
    padding: 13px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
}

.public-btn-white {
    background: #fff;
    color: var(--sr-green-dark);
    border: 1px solid #fff;
    border-radius: 7px;
    font-weight: 600;
}

    .public-btn-white:hover {
        background: #f7fff8;
        color: var(--sr-green-dark);
    }

.public-btn-outline-white {
    border: 1px solid rgba(255,255,255,.65);
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
}

    .public-btn-outline-white:hover {
        background: rgba(255,255,255,.08);
        color: #fff;
        border-color: #fff;
    }


/* =========================================================
   HERO
   ========================================================= */

.public-hero {
    position: relative;
    overflow: hidden;
    padding: 93px 0 105px;
    background: radial-gradient( circle at 88% 20%, rgba(41, 207, 56, .09), transparent 27% ), linear-gradient( 180deg, #fff 0%, #fbfcfd 100% );
}

    .public-hero:after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        left: -210px;
        bottom: -240px;
        border: 60px solid rgba(41, 207, 56, .035);
        border-radius: 50%;
    }

.public-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--sr-green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

    .public-eyebrow i {
        font-size: 13px;
    }

.public-hero h1 {
    max-width: 700px;
    margin: 0;
    color: var(--sr-navy);
    font-size: clamp(46px, 4.6vw, 72px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -2.5px;
}

    .public-hero h1 span {
        color: var(--sr-green);
    }

.public-hero-intro {
    max-width: 650px;
    margin: 28px 0 0;
    color: var(--sr-muted);
    font-size: 19px;
    line-height: 1.7;
}

.public-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.public-hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
    color: #7c8391;
    font-size: 12px;
}

    .public-hero-notes span {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .public-hero-notes i {
        color: var(--sr-green);
    }


/* =========================================================
   ROTA PREVIEW
   ========================================================= */

.rota-preview-wrapper {
    position: relative;
    max-width: 680px;
    margin-left: auto;
    padding: 20px 0 30px;
}

.rota-preview-glow {
    position: absolute;
    width: 520px;
    height: 390px;
    top: 5%;
    left: 10%;
    background: rgba(41, 207, 56, .10);
    filter: blur(60px);
    border-radius: 50%;
}

.rota-preview {
    position: relative;
    z-index: 2;
    padding: 22px;
    background: #fff;
    border: 1px solid #e9ebf0;
    border-radius: 12px;
    box-shadow: 0 30px 65px rgba(41, 49, 69, .14), 0 5px 16px rgba(41, 49, 69, .06);
    transform: rotate(1deg);
}

.rota-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.rota-preview-heading {
    color: var(--sr-navy);
    font-size: 21px;
    font-weight: 600;
}

.rota-preview-date {
    color: #747d8e;
    font-size: 11px;
}

.rota-preview-nav {
    display: flex;
    gap: 6px;
}

    .rota-preview-nav button {
        width: 31px;
        height: 31px;
        border: none;
        border-radius: 50%;
        background: var(--sr-green);
        color: #fff;
        font-size: 11px;
    }

.rota-preview-tabs {
    display: flex;
    margin-bottom: 18px;
    border: 1px solid #dfe3e9;
    border-radius: 5px;
    overflow: hidden;
}

    .rota-preview-tabs span {
        flex: 1;
        padding: 8px 5px;
        color: #7e8491;
        font-size: 10px;
        text-align: center;
        border-right: 1px solid #e2e4e9;
    }

        .rota-preview-tabs span:last-child {
            border-right: none;
        }

    .rota-preview-tabs .active {
        background: var(--sr-green);
        color: #fff;
    }

.rota-preview-days {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.rota-preview-day {
    padding: 12px;
    background: #fafbfc;
    border: 1px solid #edf0f3;
    border-radius: 6px;
}

.rota-preview-day-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
    color: #747b89;
    font-size: 10px;
    font-weight: 500;
}

    .rota-preview-day-title strong {
        color: var(--sr-navy);
        font-size: 13px;
    }

.rota-preview-shift {
    min-height: 139px;
    padding: 12px;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(40, 48, 66, .04);
}

.rota-preview-shift-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 20px;
    margin-bottom: 7px;
}

.rota-preview-shift .status {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 20px;
    background: #07991a;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
}

.rota-preview-shift .warning {
    color: var(--sr-warning);
    font-size: 13px;
}

.rota-preview-shift > strong {
    display: block;
    margin-bottom: 3px;
    color: #404654;
    font-size: 11px;
    font-weight: 500;
}

.rota-preview-shift > small {
    display: block;
    color: #9197a5;
    font-size: 9px;
}

.rota-preview-person {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    color: #606775;
    font-size: 9px;
}

.rota-avatar {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #e8d3cd;
    color: #875e53;
    font-size: 7px;
    font-weight: 700;
}

.avatar-2 {
    background: #d5e4ec;
    color: #4f6f7e;
}

.avatar-3 {
    background: #e7dcf1;
    color: #6e5c81;
}

.rota-preview-add {
    width: 100%;
    margin-top: 8px;
    padding: 7px;
    border: none;
    border-radius: 4px;
    background: var(--sr-green);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
}

.public-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #e9ebef;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(41, 49, 69, .13);
}

    .public-floating-card strong,
    .public-floating-card small {
        display: block;
    }

    .public-floating-card strong {
        margin-bottom: 2px;
        color: #414755;
        font-size: 10px;
    }

    .public-floating-card small {
        color: #9197a3;
        font-size: 8px;
    }

.public-floating-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--sr-green-soft);
    color: var(--sr-green-dark);
}

    .public-floating-icon.warning {
        background: #fff6e5;
        color: var(--sr-warning);
    }

.public-floating-card-leave {
    left: -22px;
    bottom: 7px;
}

.public-floating-card-warning {
    right: -18px;
    top: 82px;
}


/* =========================================================
   BENEFIT STRIP
   ========================================================= */

.public-benefit-strip {
    position: relative;
    z-index: 3;
    background: #fff;
    border-top: 1px solid var(--sr-border);
    border-bottom: 1px solid var(--sr-border);
}

.public-benefit-item {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 25px 32px;
    border-right: 1px solid var(--sr-border);
}

.public-benefit-strip .col-lg-3:last-child .public-benefit-item {
    border-right: none;
}

.public-benefit-item > i {
    color: var(--sr-green);
    font-size: 23px;
}

.public-benefit-item strong,
.public-benefit-item span {
    display: block;
}

.public-benefit-item strong {
    color: var(--sr-navy);
    font-size: 14px;
    font-weight: 600;
}

.public-benefit-item span {
    margin-top: 3px;
    color: var(--sr-muted);
    font-size: 11px;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.public-section {
    padding: 105px 0;
}

.public-section-soft {
    background: var(--sr-bg-soft);
}

.public-section-heading {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

    .public-section-heading .public-eyebrow {
        margin-bottom: 12px;
    }

    .public-section-heading h2,
    .public-content-heading {
        margin: 0;
        color: var(--sr-navy);
        font-size: clamp(34px, 3.4vw, 48px);
        font-weight: 600;
        line-height: 1.18;
        letter-spacing: -1.4px;
    }

        .public-section-heading h2 span,
        .public-content-heading span {
            color: var(--sr-green);
        }

    .public-section-heading > p {
        max-width: 630px;
        margin: 18px auto 0;
        color: var(--sr-muted);
        font-size: 16px;
        line-height: 1.7;
    }


/* =========================================================
   FEATURES
   ========================================================= */

.public-feature-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.public-feature-card {
    height: 100%;
    min-height: 290px;
    padding: 31px;
    position: relative;
    background: #fff;
    border: 1px solid var(--sr-border);
    border-radius: 9px;
    box-shadow: 0 7px 24px rgba(41,49,69,.035);
    transition: transform .15s ease, box-shadow .15s ease, border .15s ease;
}

    .public-feature-card:hover {
        transform: translateY(-4px);
        border-color: rgba(41, 207, 56, .35);
        box-shadow: 0 18px 38px rgba(41,49,69,.08);
    }

.public-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 9px;
    background: var(--sr-green-soft);
    color: var(--sr-green);
    font-size: 20px;
}

.public-feature-card h3 {
    margin: 0 0 12px;
    color: var(--sr-navy);
    font-size: 19px;
    font-weight: 600;
}

.public-feature-card p {
    margin: 0;
    color: var(--sr-muted);
    font-size: 14px;
    line-height: 1.75;
}

.public-feature-footer {
    margin-top: 21px;
    color: var(--sr-green-dark);
    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   PRODUCT / BENEFITS
   ========================================================= */

.public-product-panel {
    max-width: 590px;
    padding: 25px;
    background: #fff;
    border: 1px solid var(--sr-border);
    border-radius: 12px;
    box-shadow: var(--sr-shadow);
}

.public-product-panel-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    color: var(--sr-navy);
    font-size: 13px;
    font-weight: 600;
}

    .public-product-panel-top i {
        margin-right: 6px;
        color: var(--sr-green);
    }

.public-product-live {
    color: var(--sr-green-dark);
    font-size: 11px;
}

.public-product-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--sr-border);
    border-radius: 7px;
    overflow: hidden;
}

.public-product-stat {
    padding: 18px;
    border-right: 1px solid var(--sr-border);
}

    .public-product-stat:last-child {
        border-right: none;
    }

    .public-product-stat span,
    .public-product-stat strong,
    .public-product-stat small {
        display: block;
    }

    .public-product-stat span {
        color: var(--sr-muted);
        font-size: 9px;
        text-transform: uppercase;
    }

    .public-product-stat strong {
        margin: 5px 0 2px;
        color: var(--sr-navy);
        font-size: 28px;
        font-weight: 600;
    }

    .public-product-stat small {
        color: #a0a6b0;
        font-size: 8px;
    }

.public-product-team {
    margin-top: 19px;
}

.public-product-team-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 3px;
    border-bottom: 1px solid #eff1f4;
}

    .public-product-team-row:last-child {
        border-bottom: none;
    }

.public-product-team-person {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .public-product-team-person strong,
    .public-product-team-person small {
        display: block;
    }

    .public-product-team-person strong {
        color: #434a58;
        font-size: 11px;
    }

    .public-product-team-person small {
        color: #959ba7;
        font-size: 9px;
    }

.public-hours {
    padding: 5px 9px;
    background: var(--sr-green-soft);
    border-radius: 15px;
    color: var(--sr-green-dark);
    font-size: 9px;
    font-weight: 600;
}

.public-content-intro {
    margin: 22px 0 0;
    color: var(--sr-muted);
    font-size: 16px;
    line-height: 1.75;
}

.public-check-list {
    display: grid;
    gap: 22px;
    margin-top: 33px;
}

    .public-check-list > div {
        display: flex;
        gap: 14px;
    }

        .public-check-list > div > i {
            width: 25px;
            height: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 1px;
            border-radius: 50%;
            background: var(--sr-green-soft);
            color: var(--sr-green);
            font-size: 10px;
        }

    .public-check-list span {
        color: var(--sr-muted);
        font-size: 13px;
        line-height: 1.65;
    }

    .public-check-list strong {
        display: block;
        margin-bottom: 2px;
        color: var(--sr-navy);
        font-size: 14px;
    }


/* =========================================================
   HOW IT WORKS
   ========================================================= */

.public-step {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 25px 20px;
    text-align: center;
}

.public-step-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border: 2px solid var(--sr-green);
    border-radius: 50%;
    color: var(--sr-green);
    font-size: 18px;
    font-weight: 600;
}

.public-step h3 {
    margin-bottom: 11px;
    color: var(--sr-navy);
    font-size: 19px;
    font-weight: 600;
}

.public-step p {
    color: var(--sr-muted);
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   CTA
   ========================================================= */

.public-cta {
    padding: 0 0 70px;
}

.public-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 55px 65px;
    position: relative;
    overflow: hidden;
    background: linear-gradient( 125deg, var(--sr-green-dark), var(--sr-green) );
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(41,207,56,.18);
}

    .public-cta-inner:after {
        content: "";
        position: absolute;
        width: 300px;
        height: 300px;
        right: -80px;
        top: -160px;
        border: 45px solid rgba(255,255,255,.08);
        border-radius: 50%;
    }

    .public-cta-inner > * {
        position: relative;
        z-index: 2;
    }

.public-cta-eyebrow {
    color: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.public-cta h2 {
    margin: 5px 0 7px;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}

.public-cta p {
    margin: 0;
    color: rgba(255,255,255,.83);
}

.public-cta-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}


/* =========================================================
   FOOTER
   ========================================================= */

.public-footer {
    padding: 55px 0 25px;
    background: var(--sr-navy);
    color: rgba(255,255,255,.7);
}

    .public-footer .public-logo-name strong {
        color: #fff;
    }

    .public-footer .public-logo-tagline {
        color: rgba(255,255,255,.55);
    }

.public-footer-copy {
    margin-top: 15px;
    color: rgba(255,255,255,.48);
    font-size: 12px;
}

.public-footer a {
    margin-left: 25px;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    text-decoration: none;
}

    .public-footer a:hover {
        color: var(--sr-green);
    }

.public-footer-bottom {
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.09);
    color: rgba(255,255,255,.35);
    font-size: 10px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {

    .public-hero {
        padding-top: 75px;
    }

    .public-floating-card-warning {
        right: -5px;
    }

    .public-floating-card-leave {
        left: -5px;
    }
}


@media (max-width: 991px) {

    .public-container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .public-hero {
        padding-top: 65px;
    }

        .public-hero h1 {
            max-width: 780px;
        }

    .rota-preview-wrapper {
        margin: 30px auto 0;
    }

    .public-benefit-item {
        border-bottom: 1px solid var(--sr-border);
    }

    .public-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 45px;
    }
}


@media (max-width: 767px) {

    .public-header {
        height: 70px;
    }

    .public-logo-name {
        font-size: 25px;
    }

    .public-logo-tagline {
        display: none;
    }

    .public-btn-login {
        display: none;
    }

    .public-header-actions .public-btn-primary {
        padding: 9px 13px;
        font-size: 12px;
    }

    .public-hero {
        padding: 55px 0 75px;
    }

        .public-hero h1 {
            font-size: 44px;
            letter-spacing: -1.8px;
        }

    .public-hero-intro {
        font-size: 16px;
    }

    .public-hero-actions {
        flex-direction: column;
    }

        .public-hero-actions .btn {
            width: 100%;
        }

    .public-hero-notes {
        display: grid;
        gap: 8px;
    }

    .rota-preview {
        padding: 15px;
    }

    .rota-preview-days {
        grid-template-columns: repeat(2, 1fr);
    }

    .public-floating-card {
        display: none;
    }

    .public-section {
        padding: 75px 0;
    }

    .public-benefit-item {
        border-right: none;
    }

    .public-product-stat-grid {
        grid-template-columns: 1fr;
    }

    .public-product-stat {
        border-right: none;
        border-bottom: 1px solid var(--sr-border);
    }

        .public-product-stat:last-child {
            border-bottom: none;
        }

    .public-cta {
        padding-bottom: 40px;
    }

    .public-cta-inner {
        padding: 35px 28px;
    }

    .public-cta-actions {
        width: 100%;
        flex-direction: column;
    }

        .public-cta-actions .btn {
            width: 100%;
        }

    .public-cta h2 {
        font-size: 31px;
    }

    .public-footer {
        text-align: center;
    }

        .public-footer .public-logo {
            justify-content: center;
        }

        .public-footer a {
            display: inline-block;
            margin: 5px 9px;
        }
}
