* {
    box-sizing: border-box;
}

.prices-page {
    min-width: 320px;
    color: #292522;
    background: #ffffff;
}


/*
 * ΓΙΑΤΙ Η ΤΙΜΗ ΕΙΝΑΙ ΧΑΜΗΛΟΤΕΡΗ
 */

.prices-why {
    padding: 18px 24px 72px;
    background: #ffffff;
}

.prices-why-inner {
    width: min(1440px, 100%);
    margin: 0 auto;
}

.prices-why-heading {
    max-width: 780px;
    margin: 0 auto 30px;

    text-align: center;
}

.prices-why-title {
    margin: 0;

    color: #2f2924;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.prices-why-subtitle {
    margin: 16px 0 0;

    color: #756d67;

    font-size: 16px;
    line-height: 1.65;
}

.prices-why-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.prices-why-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-width: 0;
    min-height: 200px;
    padding: 24px;

    border: 1px solid #eadfd7;
    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 8px 22px rgba(59, 43, 31, 0.06);

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.prices-why-card:hover {
    transform: translateY(-4px);

    border-color: #d8b59f;

    box-shadow:
        0 14px 30px rgba(59, 43, 31, 0.11);
}

.prices-why-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;
    margin-bottom: 18px;

    border: 1px solid #eadfd7;
    border-radius: 12px;

    background: #fff8f1;
}

.prices-why-card-icon img {
    display: block;

    width: 28px;
    height: 28px;

    object-fit: contain;
}

.prices-why-card h3 {
    margin: 0;

    color: #2f2924;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.prices-why-card p {
    margin: 12px 0 0;

    color: #756d67;

    font-size: 14px;
    line-height: 1.6;
}

/*
 * ΣΥΓΚΡΙΣΗ ΜΕ ΠΑΡΑΔΟΣΙΑΚΕΣ ΛΥΣΕΙΣ
 */

.prices-comparison {
    padding: 12px 24px 78px;
    background: #ffffff;
}

.prices-comparison-inner {
    width: min(1440px, 100%);
    margin: 0 auto;
}

.prices-comparison-heading {
    max-width: 820px;
    margin: 0 auto 30px;

    text-align: center;
}

.prices-comparison-title {
    margin: 0;

    color: #2f2924;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.prices-comparison-subtitle {
    margin: 16px 0 0;

    color: #756d67;

    font-size: 16px;
    line-height: 1.65;
}

.prices-comparison-table-wrap {
    width: 100%;
    overflow-x: auto;

    border: 1px solid #eadfd7;
    border-radius: 16px;

    background: #ffffff;

    box-shadow:
        0 10px 30px rgba(59, 43, 31, 0.06);
}

.prices-comparison-table {
    width: 100%;
    min-width: 860px;

    border-collapse: separate;
    border-spacing: 0;

    color: #342d29;
    background: #ffffff;

    font-size: 14px;
    line-height: 1.45;
}

.prices-comparison-table th,
.prices-comparison-table td {
    padding: 17px 22px;

    border-right: 1px solid #eee5de;
    border-bottom: 1px solid #eee5de;

    vertical-align: middle;
}

.prices-comparison-table tr > *:last-child {
    border-right: 0;
}

.prices-comparison-table tbody tr:last-child > * {
    border-bottom: 0;
}

.prices-comparison-table thead th {
    color: #2f2924;
    background: #fbf8f5;

    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.prices-comparison-table thead th:first-child {
    width: 28%;
    text-align: left;
}

.prices-comparison-table tbody th {
    color: #514943;
    background: #ffffff;

    font-size: 13px;
    font-weight: 800;
    text-align: left;
}

.prices-comparison-table tbody td {
    color: #5f5751;
    text-align: center;
}

.prices-comparison-table .is-dream-music {
    position: relative;

    color: #bd673d;
    background: #fffaf5;

    font-weight: 800;
}

.prices-comparison-table thead .is-dream-music {
    border-top: 2px solid #dfa674;
    border-right: 2px solid #dfa674;
    border-left: 2px solid #dfa674;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    color: #a95d36;
    background: #fff7ef;
}

.prices-comparison-table tbody .is-dream-music {
    border-right: 2px solid #dfa674;
    border-left: 2px solid #dfa674;
}

.prices-comparison-table tbody tr:last-child .is-dream-music {
    border-bottom: 2px solid #dfa674;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.comparison-dream-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-right: 7px;

    color: #d69055;

    font-size: 15px;
    line-height: 1;
}

.prices-comparison-table tbody tr {
    transition:
        background-color 0.2s ease;
}

.prices-comparison-table tbody tr:hover th,
.prices-comparison-table tbody tr:hover td {
    background: #fffdfb;
}

.prices-comparison-table tbody tr:hover .is-dream-music {
    background: #fff5eb;
}

/*
 * ΕΝΔΕΙΚΤΙΚΑ ΠΑΡΑΔΕΙΓΜΑΤΑ ΤΙΜΩΝ
 */

.prices-examples {
    padding: 14px 24px 78px;
    background: #ffffff;
}

.prices-examples-inner {
    width: min(1440px, 100%);
    margin: 0 auto;
}

.prices-examples-heading {
    max-width: 820px;
    margin: 0 auto 30px;

    text-align: center;
}

.prices-examples-title {
    margin: 0;

    color: #2f2924;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.prices-examples-subtitle {
    margin: 16px 0 0;

    color: #756d67;

    font-size: 16px;
    line-height: 1.65;
}

.prices-examples-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.prices-example-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    overflow: hidden;

    border: 1px solid #eadfd7;
    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 8px 22px rgba(59, 43, 31, 0.06);

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.prices-example-card:hover {
    transform: translateY(-4px);

    border-color: #d8b59f;

    box-shadow:
        0 14px 30px rgba(59, 43, 31, 0.11);
}

.prices-example-image {
    width: 100%;
    height: 190px;
    overflow: hidden;

    background: #eee7e1;
}

.prices-example-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;
}

.prices-example-card:hover
.prices-example-image img {
    transform: scale(1.04);
}

.prices-example-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;

    padding: 24px;
}

.prices-example-category {
    margin: 0 0 9px;

    color: #c46e43;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.prices-example-content h3 {
    margin: 0;

    color: #2f2924;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
}

.prices-example-size {
    margin: 8px 0 0;

    color: #756d67;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.prices-example-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;

    width: 100%;
    margin-top: 22px;
    padding: 18px 0 16px;

    border-top: 1px solid #eee5de;
    border-bottom: 1px solid #eee5de;
}

.prices-example-currency {
    color: #c46e43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.prices-example-price strong {
    color: #2f2924;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.035em;
}

.prices-example-suffix {
    margin-left: 4px;

    color: #756d67;

    font-size: 12px;
    font-weight: 700;
}

.prices-example-description {
    margin: 16px 0 0;

    color: #756d67;

    font-size: 14px;
    line-height: 1.65;
}

.prices-example-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    min-height: 44px;
    margin-top: auto;
    padding: 0 18px;

    border: 1px solid #c46e43;
    border-radius: 9px;

    color: #ffffff;
    background: #c46e43;

    font-size: 13px;
    font-weight: 800;
    text-decoration: none;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.prices-example-description
+ .prices-example-button {
    margin-top: 22px;
}

.prices-example-button:hover {
    transform: translateY(-2px);

    border-color: #ad5d36;
    background: #ad5d36;

    box-shadow:
        0 8px 18px rgba(161, 93, 29, 0.16);
}

.prices-examples-note {
    max-width: 780px;
    margin: 24px auto 0;

    color: #8a8078;

    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 1000px) {
    .prices-examples-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}



/*
 * RESPONSIVE
 */

@media (max-width: 1100px) {
    .prices-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 700px) {

    /*
    |--------------------------------------------------------------------------
    | Why
    |--------------------------------------------------------------------------
    */

    .prices-why {
        padding: 28px 12px 44px;
    }

    .prices-why-heading {
        margin-bottom: 22px;
    }

    .prices-why-title {
        font-size: 28px;
        line-height: 1.08;
    }

    .prices-why-subtitle {
        margin-top: 12px;

        font-size: 14px;
        line-height: 1.5;
    }

    .prices-why-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }

    .prices-why-card {
        min-height: 0;

        padding: 14px 11px 16px;

        border-radius: 12px;
    }

    .prices-why-card-icon {
        width: 38px;
        height: 38px;

        margin-bottom: 10px;

        border-radius: 9px;
    }

    .prices-why-card-icon img {
        width: 21px;
        height: 21px;
    }

    .prices-why-card h3 {
        font-size: 16px;
        line-height: 1.15;
    }

    .prices-why-card p {
        margin-top: 8px;

        font-size: 12px;
        line-height: 1.4;
    }


    /*
    |--------------------------------------------------------------------------
    | Comparison
    |--------------------------------------------------------------------------
    */

    .prices-comparison {
        padding: 8px 12px 48px;
    }

    .prices-comparison-heading {
        margin-bottom: 22px;
    }

    .prices-comparison-title {
        font-size: 28px;
        line-height: 1.08;
    }

    .prices-comparison-subtitle {
        margin-top: 12px;

        font-size: 14px;
        line-height: 1.5;
    }

    .prices-comparison-table-wrap {
        border-radius: 12px;
    }

    .prices-comparison-table th,
    .prices-comparison-table td {
        padding: 13px 15px;
    }


    /*
    |--------------------------------------------------------------------------
    | Examples
    |--------------------------------------------------------------------------
    */

    .prices-examples {
        padding: 8px 12px 44px;
    }

    .prices-examples-heading {
        margin-bottom: 20px;
    }

    .prices-examples-title {
        font-size: 28px;
        line-height: 1.08;
    }

    .prices-examples-subtitle {
        margin-top: 10px;

        font-size: 14px;
        line-height: 1.5;
    }

    .prices-examples-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .prices-example-card {
        border-radius: 12px;
    }

    .prices-example-image {
        height: 125px;
    }

    .prices-example-content {
        padding: 14px 15px 15px;
    }

    .prices-example-category {
        margin-bottom: 6px;

        font-size: 10px;
    }

    .prices-example-content h3 {
        font-size: 18px;
        line-height: 1.15;
    }

    .prices-example-size {
        margin-top: 5px;

        font-size: 11px;
    }

    .prices-example-price {
        margin-top: 12px;

        padding: 11px 0 10px;
    }

    .prices-example-currency {
        font-size: 20px;
    }

    .prices-example-price strong {
        font-size: 31px;
    }

    .prices-example-suffix {
        font-size: 10px;
    }

    .prices-example-description {
        margin-top: 10px;

        font-size: 12px;
        line-height: 1.45;
    }

    .prices-example-description
    + .prices-example-button {
        margin-top: 14px;
    }

    .prices-example-button {
        min-height: 38px;

        padding: 0 14px;

        font-size: 11px;
    }

    .prices-examples-note {
        margin-top: 18px;

        font-size: 11px;
    }
}