
:root {
    --lingaway-bg: linear-gradient(to right, #f0faff, #ffffff);
    --lingaway-text-color: #000000;
    --lingaway-brand-font-size: 1.75rem;
    --lingaway-brand-font-weight: 700;
    --lingaway-link-font-size: 1rem;
    --lingaway-button-bg: #000000;
    --lingaway-button-text: #ffffff;
    --lingaway-button-radius: 50rem;
    --lingaway-button-padding: 0.6rem 1.75rem;
    --bs-body-font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: url("https://lingaway.com/photos/gradient.png");
    background-size: cover
}
body:has(#collapseOne.show) main.container {
    margin-left: 0;
    /* 25rem == szerokość chatu */
    max-width: calc(100vw - 25rem);
}

main.container {
    margin-top: 2rem;
    min-height: 60vh;
}


.navbar.bg-body-tertiary {
    background: var(--lingaway-bg) !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-brand {
    color: var(--lingaway-text-color) !important;
    font-size: var(--lingaway-brand-font-size) !important;
    font-weight: var(--lingaway-brand-font-weight) !important;
}

.navbar-collapse .navbar-nav.me-auto {
    margin-right: 0 !important;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-link {
    color: var(--lingaway-text-color) !important;
    font-size: var(--lingaway-link-font-size) !important;
}

.navbar-nav .nav-item:last-child .nav-link {
    background-color: var(--lingaway-button-bg) !important;
    color: var(--lingaway-button-text) !important;
    border-radius: var(--lingaway-button-radius) !important;
    padding: var(--lingaway-button-padding) !important;
    line-height: 1.5;
    margin-left: 0.5rem;
}

.navbar-nav .nav-item:last-child .nav-link:hover {
    color: var(--lingaway-button-text) !important;
    opacity: 0.9;
}

/* Form Styles */
/*
.form-control, .form-select {
    border-radius: var(--lingaway-button-radius);
    padding: 0.75rem 1.25rem;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
*/

.form-control:focus, .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.form-check {
    margin-left: 0.5rem;
}
.form-check-input {
    border-radius: 0.25em;
}

.form-check-input:checked {
    background-color: var(--lingaway-button-bg);
    border-color: var(--lingaway-button-bg);
}

.form-delete {
    clear: both;
    float: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0 !important;
}

.btn-primary {
    background-color: var(--lingaway-button-bg) !important;
    color: var(--lingaway-button-text) !important;
    border-radius: var(--lingaway-button-radius) !important;
    padding: var(--lingaway-button-padding) !important;
    border: none;
}

.btn-primary:hover {
    opacity: 0.9;
}

/* Add some spacing to form groups */
.mb-3 {
    margin-bottom: 1.5rem !important;
}

footer {
    background-image: linear-gradient(to right, rgb(85, 185, 144), rgb(66, 176, 176));
    height: 300px;

    color: white;

    a {
        color: white;
    }
}

/* ------------------- */
/* Custom Table Styles */
/* ------------------- */

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--lingaway-text-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.02);
    --bs-table-active-color: var(--lingaway-text-color);
    --bs-table-active-bg: transparent;
    --bs-table-hover-color: var(--lingaway-text-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.04);
    color: var(--lingaway-text-color);
}





h1 {
    /*background-color: #4ebca5;*/
    /*padding: 50px;*/
    color: black;
    /*border-radius: 10px;*/
    /*margin-bottom: 30px;*/
    /*font-family: sans-serif;*/
    font-weight: 900;
    margin-bottom: 2rem;
}
h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}
.review-card {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    color: #333;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.avatar-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #84d688, #67bd6d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #1f5c25;
    margin-right: 15px;
    position: relative;
    flex-shrink: 0;
}
.reviewer-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
}
.stars {
    color: #fbc02d;
    font-size: 1.2rem;
}
.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.3s;
}
.nav-btn.prev {
    background-color: rgba(255,255,255,0.3);
    color: #1d5c48;
}
.nav-btn.next {
    background-color: white;
    color: black;
}
.review-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    margin-top: 15px;
}

.row-summary {
    padding: 1rem;
    background-color: rgba(0,0,0,.1);
    margin-bottom: 1rem;
}
.help-text {
    color: #999;
}
table.dostepnosc {
    tbody tr td a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
form.form-quadratic {
    border-radius: 0 !important;
}
form.invisible, form.form-delete {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid red;
}
.req {
    color: #DC0000;
    font-weight: 900;

}

form {
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 4rem;
    margin-top: 2rem;

    .height-select {
        select {
            height: 24rem;
        }
    }

    .form-control,
    .form-select {
        /*border: none;*/
        border: 1px solid #ced4da;
        border-radius: 0;
        background-color: transparent;
        padding-left: 0.75rem;
    }
    .form-control:focus,
    .form-select:focus {
        box-shadow: none;
        border-bottom-color: #4db6ac;
    }
    label {
        font-size: 1.125rem;
        color: #000000;
        font-weight: 600;
        padding-left: 0.75rem;
    }
    /* Clearfix for floated button */
    &::after {
        content: "";
        display: table;
        clear: both;
    }

}
.btn {
    background-color: #4db6ac;
    border: none;
    border-radius: 50px;
    padding: 10px 40px;
    color: white;
    /*float: right;*/
    margin-top: 20px;
    font-weight: 600;
}
.btn:hover {
    background-color: #26a69a;
}

.btn.btn-danger {
    background-color: #ef5350;
    color: white;
}

.btn.btn-danger:hover {
    background-color: #e53935;
    color: white;
}

.btn.btn-new {
    background-color: #b39ddb;
    color: white;
}

.btn.btn-new:hover {
    background-color: #9575cd;
    color: white;
}

.btn.btn-back {
    display: inline-block;
    clear: both;
    background-color: #9e9e9e;
    color: white;
}

.btn.btn-back:hover {
    background-color: #757575;
    color: white;
}

.w-1 {
    width: 1%;

}

/* Inline-only styles for this page (do not modify other files) */
.lp-hero {
    position: relative;
    overflow: hidden;
    padding: 4rem 1rem 2rem;
    /*
    background: radial-gradient(1200px 600px at 50% -100px, rgba(74, 222, 128, 0.20), transparent 60%),
                radial-gradient(1000px 500px at 100% 0, rgba(59, 130, 246, 0.12), transparent 60%),
                #f6fffb;
    */
}
.lp-hero .container {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}
.lp-pill {
    display: inline-block;
    padding: .6rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #5fd1ad, #3ab08f);
    color: #fff;
    font-weight: 500;
    font-size: .95rem;
    box-shadow: 0 6px 16px rgba(28, 147, 116, 0.35);
    margin-bottom: 1.5rem;
}
.lp-title {
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin: 0 auto 1rem;
}
.lp-subtitle {
    max-width: 760px;
    margin: 0.5rem auto 2rem;
    color: #475569;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
}
.lp-stores {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.lp-stores img {
    height: 56px;
    width: auto;
}
.lp-phone-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.lp-phone {
    width: min(520px, 80vw);
    filter: drop-shadow(0 30px 70px rgba(2, 8, 23, 0.25));
    border-radius: 24px;
}

.skip-link {
    position: absolute;
    left: -9999px;
}
.skip-link:focus {
    left: 0;
    top: 0;
    background: #fff;
    padding: 1rem;
    z-index: 1000;
}

/* Below-hero sections (scoped with lp- prefix) */
.lp-section { }
.lp-heading-row { display: flex; align-items: center; justify-content: flex-end; gap: 1rem; margin: 0 0 1rem; }
.lp-heading-row h2 { margin: 0; font-size: clamp(1.4rem, 3.2vw, 2.2rem); letter-spacing: -0.01em; color: #0f172a; text-align: right; }
.lp-icon-dot {
    width: 44px; height: 44px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.12); background: #0f172a; color: white; font-size: 18px;
}
.lp-features-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 0.5rem; }
@media (min-width: 800px) { .lp-features-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.lp-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 1rem;
    box-shadow: 0 8px 30px rgba(2, 8, 23, 0.06);
    border: 1px solid rgba(2, 8, 23, 0.04);
    /*position: relative;*/
    /*min-height: 260px;*/
}
.lp-card.mint { background: linear-gradient(0deg, #d8f3e7, #d8f3e7); }
.lp-card .lp-card-title {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    margin-top: 1.5rem;
    /*position: absolute; top: 16px; right: 16px; text-align: right; color: #0f172a; font-weight: 600;*/
    line-height: 1.2;
}
/*.lp-card .lp-card-badge { position: absolute; top: 16px; left: 16px; width: 28px; height: 28px; border-radius: 999px; background: #0f172a; color:#fff; display: grid; place-items: center; font-size: 14px; }*/
/*.lp-card .lp-card-media { position: absolute; left: 8%; right: 8%; bottom: 16px; display: flex; justify-content: center; }*/
.lp-card img { width: 100%; max-width: 520px; border-radius: 18px; box-shadow: 0 20px 40px rgba(2,8,23,.18); }
.lp-offline-icon { width: 46%; max-width: 220px; opacity: .95; }
/* Two-column copy */
.lp-copy { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; padding-top: 1.5rem; }
.lp-copy h3 { font-size: clamp(1.6rem, 4vw, 2.4rem); line-height: 1.2; margin: 0; color: #0f172a; letter-spacing: -0.01em; }
.lp-copy p { margin: 0; color: #475569; line-height: 2rem; font-size: clamp(1rem, 2vw, 1.1rem); }
@media (min-width: 900px) { .lp-copy { grid-template-columns: 1.2fr 1fr; } }
