﻿.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.topbar {
    background: #0F766E;
    color: white;
    padding: 16px 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

    .topbar .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo {
    font-size: 24px;
    font-weight: 700;
}

    .logo i {
        margin-right: 8px;
    }

.topbar nav {
    display: flex;
    gap: 28px;
}

    .topbar nav a {
        color: white;
        text-decoration: none;
        font-weight: 500;
    }

        .topbar nav a.active {
            border-bottom: 2px solid white;
        }

main {
    flex: 1;
    padding: 40px;
    background: #F8FAFC;
}

footer {
    background: #0F766E;
    color: white;
    text-align: center;
    padding: 40px;
}

    footer hr {
        border-color: rgba(255,255,255,.2);
    }


.hero {
    background: linear-gradient(135deg,#0F766E,#14B8A6);
    color: white;
    border-radius: 20px;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 30px;
}

    .hero h1 {
        font-size: 3.2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .hero p {
        max-width: 800px;
        margin: auto;
        font-size: 1.2rem;
        opacity: .95;
    }

.hero-buttons {
    margin-top: 10px;
}

    .hero-buttons .btn {
        margin: 8px;
    }

.product-card {
    background: white;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    text-align: center;
    transition: .3s;
}

    .product-card:hover {
        transform: translateY(-8px);
    }

    .product-card .icon {
        font-size: 50px;
        color: #0F766E;
        margin-bottom: 20px;
    }

    .product-card h3 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .product-card p {
        color: #666;
        min-height: 80px;
    }

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    transition: .3s;
}

    .feature-card:hover {
        transform: translateY(-6px);
    }

.feature-icon {
    font-size: 45px;
    color: #0F766E;
    margin-bottom: 18px;
}

.feature-card h5 {
    font-weight: 600;
}

.feature-card p {
    color: #666;
    margin-top: 10px;
}


/* =========================================================
   PAGE
   ========================================================= */

.pricing-page {
    min-height: 100vh;
    background: #f5f6f8;
    padding: 55px 0 80px;
}


/* =========================================================
   HEADER
   ========================================================= */

.pricing-header {
    text-align: center;
    margin-bottom: 48px;
}

.pricing-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

    .pricing-heading i {
        font-size: 42px;
        color: #1683d8;
    }

    .pricing-heading h1 {
        margin: 0;
        color: #243b53;
        font-size: 42px;
        font-weight: 700;
    }

.pricing-header p {
    margin: 18px 0 0;
    color: #263f5a;
    font-size: 27px;
    font-weight: 400;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.pricing-container {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e1e5e9;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.pricing-section-header {
    padding: 30px 32px 28px;
}

    .pricing-section-header h2 {
        margin: 0 0 10px;
        color: #243b53;
        font-size: 27px;
        font-weight: 700;
    }

    .pricing-section-header p {
        margin: 0;
        color: #183b5b;
        font-size: 16px;
    }

    .pricing-section-header a {
        color: #087fd3;
        text-decoration: none;
        margin-left: 5px;
    }

        .pricing-section-header a:hover {
            text-decoration: underline;
        }


/* =========================================================
   TABLE
   ========================================================= */

.pricing-table {
    width: 100%;
}


/* =========================================================
   TABLE HEADER
   ========================================================= */

.pricing-table-header {
    display: grid;
    /*
       6 columns:

       Software
       Storage
       Users
       Data Transfer
       Price
       Action
    */

    grid-template-columns: 2.1fr 0.9fr 1fr 1.2fr 1.2fr 140px;
    align-items: center;
    min-height: 58px;
    padding: 0 32px;
    border-bottom: 1px solid #dfe3e7;
    color: #173b5d;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   PRODUCT ROW
   ========================================================= */

.pricing-row {
    display: grid;
    grid-template-columns: 2.1fr 0.9fr 1fr 1.2fr 1.2fr 140px;
    align-items: center;
    min-height: 116px;
    padding: 15px 32px;
    border-bottom: 1px solid #dfe3e7;
    color: #163957;
    font-size: 13px;
    transition: background 0.2s ease;
}

    .pricing-row:last-child {
        border-bottom: none;
    }

    .pricing-row:hover {
        background: #fafcfd;
    }


/* =========================================================
   SOFTWARE
   ========================================================= */

.software-column {
    padding-right: 20px;
}

    .software-column strong {
        display: block;
        color: #183c5c;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.45;
    }


/* =========================================================
   NORMAL VALUES
   ========================================================= */

.table-value {
    color: #173b5d;
    font-size: 13px;
}


/* =========================================================
   PRICE
   ========================================================= */

.price-column {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    color: #168b82;
}

.price {
    color: #168b82;
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
}

    .price sup {
        position: relative;
        top: -0.55em;
        margin-left: 2px;
        color: #168b82;
        font-size: 20px;
        font-weight: 700;
    }

.price-period {
    margin-left: 5px;
    color: #173b5d;
    font-size: 11px;
    font-weight: 600;
}


/* =========================================================
   BUTTON
   ========================================================= */

.action-column {
    display: flex;
    justify-content: flex-end;
}

.get-started-btn {
    display: flex;
    width: 108px;
    height: 66px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 34px;
    background: #087fc8;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    box-shadow: 0 3px 8px rgba(8, 127, 200, 0.2);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .get-started-btn:hover {
        background: #066eae;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(8, 127, 200, 0.25);
    }

    .get-started-btn span {
        display: block;
    }


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .pricing-page {
        padding-top: 35px;
    }

    .pricing-header {
        margin-bottom: 30px;
    }

    .pricing-heading h1 {
        font-size: 36px;
    }

    .pricing-header p {
        font-size: 21px;
    }

    .pricing-container {
        width: 95%;
        overflow-x: auto;
    }

    .pricing-table {
        min-width: 950px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .pricing-heading {
        gap: 12px;
    }

        .pricing-heading i {
            font-size: 34px;
        }

        .pricing-heading h1 {
            font-size: 32px;
        }

    .pricing-header p {
        font-size: 18px;
    }

    .pricing-section-header {
        padding: 24px 22px;
    }
}