:root {
    --primary-color: #3498db;
    --secondary-color: #2c3e50;
    --accent-color: #e74c3c;
}

/* reset-cursor */
html *{cursor:default}
html a,html a *{cursor:pointer !important}
html input[type="submit"],html input[type="button"],html input[type="radio"],html input[type="checkbox"],html button,html label,html label *{cursor:pointer}
html input[type="text"],
html input[type="number"],
html textarea{cursor:text !important}
html label.nopointer,html label.nopointer *{cursor:default}
.pointer, .pointer *{cursor:pointer}
span[data-bs-original-title], span[data-bs-original-title] *,
*[title]:not([title='']), *[title]:not([title='']) *{cursor:help}
button:not(:disabled),
button:not(:disabled) *,
a[title]:not([title='']){cursor:pointer !important}
/* reset-cursor end */


html, body {
    min-width: 320px;
}

.navbar {
    /*background-color: var(--secondary-color) !important;*/
    background-color: rgba(44, 62, 80, .9) !important;
    padding: 15px 0;
}

.navbar-brand img {
    height: 58px;
    width: 58px;
}

.navbar-toggler,
.navbar-toggler > * {
    cursor: pointer;
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.features-title {
    font-size: 1.3em;
}

.features-desc {
    font-size: .9em;
}

.screenshot-img {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.screenshot-img:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.contact-form {
    padding: 50px 0;
}

.footer {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 30px 0;
}
.footer a {
    color: #fff;
}
.footer h2 {
    font-size: 1.1em;
    padding-bottom: .5em;
}
.footer h2.app-name {
    font-size: 1.7em;
    padding-bottom: 0;
}

.cookie-consent {
    opacity:.95;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn {
    padding: 10px 25px;
    font-weight: 600;
}
.btn.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn-outline-light:hover {
    color: var(--secondary-color);
}

.btn-sale {
    color: hsla(59, 92%, 13%, 1);
    background-color: hsla(59, 92%, 53%, 1);
}
.btn-sale:hover {
    background-color: hsla(59, 53%, 74%, 1);
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.logo-img-wrap {
    background-color: #fff;
}

.logo-text {
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
}

.logo-subtext {
    font-size: 0.8rem;
    opacity: 0.8;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='18' fill='white' fill-opacity='0.2'/%3E%3Cpath d='M13.4813 20.9013C12.3023 21.6033 9.21114 23.0367 11.0939 24.8305C12.0136 25.7066 13.0379 26.3333 14.3257 26.3333H21.6743C22.9621 26.3333 23.9864 25.7066 24.9061 24.8305C26.7888 23.0367 23.6977 21.6033 22.5187 20.9013C19.754 19.2551 16.246 19.2551 13.4813 20.9013Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M21.75 13.4167C21.75 15.4878 20.0711 17.1667 18 17.1667C15.9289 17.1667 14.25 15.4878 14.25 13.4167C14.25 11.3456 15.9289 9.66669 18 9.66669C20.0711 9.66669 21.75 11.3456 21.75 13.4167Z' stroke='white' stroke-width='1.5' fill='white' fill-opacity='0.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    margin-right: 15px;
    flex-shrink: 0;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}

.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin: 15px auto 0;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.alert p:last-child {
    margin-bottom:0;
}

.version-history .version-item {
    transition: transform 0.3s;
}
.version-history .version-item:nth-child(odd) {
    background-color: #fff; /* bg-light */
}
.version-history .version-item:not(:first-child) {
    border-top: 1px solid #fff;
}
.version-history .version-item:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.version-history .version-item .date {
    white-space: nowrap;
}