﻿

body {
    background-color: #fbfbfb;
    color: #232323;
    transition: .15s all ease-in-out;
}

.literata {
    font-family: "Literata", serif;
}


.jost {
    font-family: 'Jost';
}

main {
    padding-bottom: 3em;
}


    main .container, main .container-fluid, .container-box {
        background-color: #fff;
        border: solid 1px #b3b3b3;
        border-radius: 6px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }


.container-no-box {
    background-color: initial !important;
    box-shadow: initial !important;
    border-radius: initial !important;
    border: initial !important;
}

.mw-25rem {
    max-width: 25rem;
}

p:last-child {
    margin-bottom: 0 !important;
}

.container-transparent {
    background-color: transparent !important;
}

@media (min-width: 768px) {
    main .container, main .container-fluid {
        padding: 1.5rem;
    }
}

.cursor-pointer {
    cursor: pointer;
}

[x-cloak] {
    display: none !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: normal;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem;
    }

    .h2, h2 {
        font-size: 2rem;
    }
}

textarea {
    min-height: 6rem;
}

.lead {
    font-weight: normal;
}

.text-dark {
    color: #333 !important;
}

.material-icons {
    vertical-align: middle;
    /*line-height: 0 !important;*/
    position: relative;
    top: -1px;
}

button i.material-icons {
    vertical-align: middle;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.bg-light-hover:hover, .bg-hover-light:hover {
    background-color: #faf9f8 !important;
}


.bg-ltblue {
    background-color: #87aace;
}

.bg-red-lighten1 {
    background-color: #e74c3c;
}

.bg-red-lighten2 {
    background-color: #ED7A6E;
}

.just-a-form-page {
    max-width: 700px;
}

.checkbox-2x {
    transform: scale(2);
    -webkit-transform: scale(2);
    margin-top: 9px;
    margin-right: 9px;
}

.checkbox-3x {
    transform: scale(3);
    -webkit-transform: scale(3);
    margin-left: 1rem;
    margin-top: 1rem;
}

.form-control-number {
    max-width: 120px;
}

tr, html table.dataTable thead th, html table.dataTable thead td {
    border-color: #dee2e6;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .5rem;
    font-size: .65rem;
    line-height: 1;
    border-radius: .2rem;
}


.badge-hands-on {
    border: solid 1px #489972;
    font-weight: normal;
    color: #3B7D5D;
}

.badge-knowledge-based {
    border: solid 1px #2477cc;
    font-weight: normal;
    color: #2477cc;
}

.badge-group {
    border: solid 1px #d0642a;
    font-weight: normal;
    color: #B55826;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html .navbar-light .navbar-nav .nav-link {
    color: #000;
}

html .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: initial;
    margin: 1rem 0;
}

    html .dataTables_wrapper .dataTables_filter input {
        padding: .4em;
    }

html table.dataTable.no-footer {
    border: none;
}

html table.dataTable thead th, html table.dataTable thead td {
    padding: .75rem;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.skill-group__ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}

:root {
    --shadow-color: 0deg 0% 50%;
    --body-shadow-color: 14deg 19% 60%;
}

main > .elevation_medium {
    box-shadow: 0.3px 0.5px 0.7px hsl(var(--body-shadow-color) / 0.36), 0.8px 1.6px 2px -0.8px hsl(var(--body-shadow-color) / 0.36), 2.1px 4.1px 5.2px -1.7px hsl(var(--body-shadow-color) / 0.36), 5px 10px 12.6px -2.5px hsl(var(--body-shadow-color) / 0.36);
}

.elevation_low {
    box-shadow: 0.5px 1px 1px hsl(var(--shadow-color) / 0.7);
}

.elevation_medium {
    box-shadow: 1px 2px 2px hsl(var(--shadow-color) / 0.333), 2px 4px 4px hsl(var(--shadow-color) / 0.333), 3px 6px 6px hsl(var(--shadow-color) / 0.333);
}

.elevation_high {
    box-shadow: 1px 2px 2px hsl(var(--shadow-color) / 0.2), 2px 4px 4px hsl(var(--shadow-color) / 0.2), 4px 8px 8px hsl(var(--shadow-color) / 0.2), 8px 16px 16px hsl(var(--shadow-color) / 0.2), 16px 32px 32px hsl(var(--shadow-color) / 0.2);
}

/* Header */


.icon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
    text-decoration: none;
}

    .icon-button:hover {
        cursor: pointer;
    }

    .icon-button:active {
        background: #cccccc;
    }

.icon-button__badge {
    position: absolute;
    font-size: 13px;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


/*accessibility*/


/* https://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/C7 */
a > span {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}


.underline-link .text-decoration-underline {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline-hover:hover {
    text-decoration: underline !important;
}

@media print {
    /* All your print styles go here */
    .dataTables_filter, footer {
        display: none !important;
    }
}

.badge {
    display: inline-block;
    padding: 0.35em 0.5em 0.4em;
    font-size: .75em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.2rem;
}

.skip-to-content-link {
    background: #2475CC;
    color: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 2;
}

    .skip-to-content-link:focus {
        transform: translateY(0%);
    }

.dropdown-menu {
    z-index: 1024;
}

    .dropdown-menu.show {
        box-shadow: 0.5px 1px 10px hsl(var(--shadow-color) / 0.7);
    }

.dropdown-item {
    color: #222;
}

.container-small, .container-medium, .container-large {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.container-xs-gutter {
    width: 96.5%;
}

@media (min-width: 500px) {
    .container-small, .container-medium {
        width: 500px;
    }

    .container-sm-small, .container-sm-medium {
        width: 500px;
    }
}

@media (min-width: 768px) {
    .container-small, .container-medium {
        width: 500px;
    }

    .container-sm-small,
    .container-md-small {
        width: 500px;
    }


    .container-medium,
    .container-md-medium,
    .container-lg-medium {
        width: 700px;
    }

    .container-large,
    .container-md-large {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }

    .container-lg-small {
        width: 500px;
    }

    .container-medium,
    .container-md-medium,
    .container-lg-medium {
        width: 700px;
    }

    .container-large,
    .container-md-large,
    .container-lg-large {
        width: 1170px;
    }
}

@media (min-width: 1200px) {

    .container-small {
        width: 500px;
    }


    .container-medium,
    .container-md-medium,
    .container-lg-medium,
    .container-xl-medium {
        width: 850px;
    }

    .container-large,
    .container-md-large,
    .container-lg-large,
    .container-xl-large {
        max-width: 1500px;
    }
}


.container.container-white {
    padding: 1rem;
    margin-bottom: 3rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: .25rem;
    background-color: #fff;
}

@media (min-width: 576px) {
    .container.container-white {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .container.container-white {
        margin-left: 0;
    }
}

.container.container-transparent {
    margin-bottom: 3rem;
    border: none;
}

@media (min-width: 992px) {
    .container.container-transparent {
        margin-left: 0;
    }
}

.cursor-move {
    cursor: move
}

.btn-reset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-spacing: 0;
    font-size: 16px;
    font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

button.btn-reset::-moz-focus-inner,
input.btn-reset::-moz-focus-inner {
    border: 0;
    padding: 0;
}


.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .embed-youtube iframe,
    .embed-youtube object,
    .embed-youtube embed {
        border: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




/* dropdown menu */
.dd-menu {
    position: absolute;
    background-color: #fff;
    z-index: 10000;
    border-radius: 3px;
    width: 18em;
}

    .dd-menu .dd-menu-link {
        padding: .75em 1em;
        display: block;
        color: #656d78;
        background-color: #fff;
        transition: .15s all ease-in-out;
        text-decoration: none;
        text-align: left;
    }

        .dd-menu .dd-menu-link:hover {
            /*background-color: #f6f7fb;*/
            text-decoration: underline;
        }

        .dd-menu .dd-menu-link:first-child {
            border-top: none !important;
        }


/* user card*/
.user-card {
    background-color: #fff;
    border: solid 1px #b3b3b3;
    border-radius: 6px;
    padding: 10px;
}


.user-menu-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
}

    .user-menu-button i {
        line-height: 40px;
        font-size: 1.3rem;
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
    }

.progress {
    height: 1.2rem;
}

    .progress * {
        font-size: 1em !important;
    }

/* ========================================
   MEGA MENU NAVIGATION
   ======================================== */

/* Header Styling */
header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
    margin: 0 0.25rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #1976d2;
    background-color: #f8f9fa;
}

.navbar-nav .nav-link:focus {
    color: #1976d2;
    background-color: #f8f9fa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

/* Mega Menu Styling */
.mega-menu {
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 1rem;
    margin-top: 0.5rem;
    min-width: 320px;
    animation: megaMenuFadeIn 0.2s ease-out;
}

@keyframes megaMenuFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mega-menu-item {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
}

.mega-menu-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
    border-color: #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mega-menu-item:focus {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
    text-decoration: none;
    color: inherit;
}

.mega-menu-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.mega-menu-icon i {
    color: #fff;
    font-size: 1.5rem;
}

.mega-menu-content h6 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.mega-menu-content p {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

/* CTA Buttons */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.navbar-actions .btn {
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.navbar-actions .btn-outline-primary {
    border-color: #1976d2;
    color: #1976d2;
    background: transparent;
}

.navbar-actions .btn-outline-primary:hover {
    background: #1976d2;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(25, 118, 210, 0.3);
}

.navbar-actions .btn-primary {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    border: none;
    color: #fff;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
}

.navbar-actions .btn-primary:hover {
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(25, 118, 210, 0.4);
    color: #fff;
}

/* Mobile Navigation */
.mobile-nav {
    padding: 1rem 0;
}

.mobile-nav-section {
    margin-bottom: 2rem;
}

.mobile-nav-title {
    color: #1976d2;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    margin-bottom: 0.75rem;
}

.mobile-nav-list a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.3s ease;
}

.mobile-nav-list a:hover {
    color: #1976d2;
}

.mobile-nav-actions {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

/* Mobile Menu Button */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
    outline: none;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .mega-menu {
        min-width: auto;
        padding: 0.75rem;
    }
    
    .mega-menu-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem 0.5rem;
    }
    
    .mega-menu-icon {
        margin: 0 auto 1rem auto;
    }
    
    .navbar-actions {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .navbar-actions .btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mega-menu {
        padding: 0.5rem;
        min-width: 280px;
    }
    
    .mega-menu-item {
        padding: 0.75rem 0.5rem;
    }
    
    .mega-menu-icon {
        width: 40px;
        height: 40px;
    }
    
    .mega-menu-icon i {
        font-size: 1.25rem;
    }
    
    .mega-menu-content h6 {
        font-size: 0.9rem;
    }
    
    .mega-menu-content p {
        font-size: 0.8rem;
    }
}

/* ========================================
   MODERN SAAS MARKETING COMPONENTS
   ======================================== */

/* Prevent horizontal overflow */
* {
    box-sizing: border-box;
}

.container-no-box {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .container-no-box {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-no-box {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-no-box {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-no-box {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-no-box {
        max-width: 1320px;
    }
}

/* Hero Section Components */
.hero-section {
    background: linear-gradient(135deg, #0b1a38 0%, #0e3759 50%, #1e4a6b 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 4rem 0;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* CTA Button Components */
.btn-demo {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    border: none;
    color: #fff;
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
}

.btn-demo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.4);
    color: #fff;
    text-decoration: none;
}

.btn-demo-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-demo-outline:hover {
    background: #1976d2;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.cta-section .btn-demo-outline {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.cta-section .btn-demo-outline:hover {
    background: #fff;
    color: #1976d2;
    border-color: #fff;
}

/* Feature Card Components */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
    width: 100%;
    max-width: 100%;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Content Section Components */
.content-section {
    padding: 4rem 0;
}

.content-section-alt {
    background: #f8fafc;
    padding: 4rem 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
}

/* Video Demo Component */
.demo-section {
    background: #fff;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.demo-video {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 100%;
}

.demo-video video {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* CTA Section Component */
.cta-section {
    background: linear-gradient(135deg, #1b2e40 0%, #1565c0 100%);
    color: #fff;
    padding: 4rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.5;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Additional Reusable Components */
.text-gradient {
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.shadow-soft {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.shadow-medium {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.border-gradient {
    border: 2px solid;
    border-image: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) 1;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

/* Focus states for accessibility */
.btn-demo:focus,
.btn-demo-outline:focus {
    outline: 2px solid #1976d2;
    outline-offset: 2px;
}

/* Loading states */
.btn-demo.loading {
    position: relative;
    color: transparent;
}

.btn-demo.loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .demo-section {
        padding: 2rem 1rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .container-no-box {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding: 3rem 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .content-section,
    .content-section-alt {
        padding: 3rem 0;
    }
    
    .btn-demo,
    .btn-demo-outline {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .container-no-box {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .demo-section {
        padding: 1.5rem 0.75rem;
    }
    
    .feature-grid {
        gap: 1rem;
    }
}

/* ========================================
   PRICING PAGE COMPONENTS
   ======================================== */

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
    width: 100%;
    max-width: 100%;
}

/* Pricing Card */
.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
    border: 2px solid #1976d2;
    transform: scale(1.05);
}

.pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.pricing-card.enterprise {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Pricing Badge */
.pricing-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 0 0 12px 12px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 2;
}

/* Pricing Header */
.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.pricing-subtitle {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
}

.price-amount {
    font-size: 3rem;
    font-weight: 700;
    color: #1976d2;
    line-height: 1;
}

.price-period {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

/* Pricing Features */
.pricing-features {
    flex: 1;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.feature-item i {
    color: #4caf50;
    font-size: 1.25rem;
}

.feature-item span {
    color: #444;
}

/* Pricing Footer */
.pricing-footer {
    margin-top: auto;
}

.annual-savings {
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.savings-text {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.savings-amount {
    display: block;
    font-size: 0.85rem;
    color: #4caf50;
    font-weight: 600;
}

/* Pricing Button */
.btn-pricing {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    border: none;
    color: #fff;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
}

.btn-pricing:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.4);
    color: #fff;
    text-decoration: none;
}

.pricing-card.enterprise .btn-pricing {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

.pricing-card.enterprise .btn-pricing:hover {
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.4);
}

/* Pricing Note */
.pricing-note {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
}

/* FAQ Components */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.faq-answer {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive Design for Pricing */
@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .pricing-card.featured {
        transform: none;
    }
    
    .pricing-card.featured:hover {
        transform: translateY(-5px);
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .price-amount {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        padding: 1.5rem;
    }
    
    .price-amount {
        font-size: 2rem;
    }
    
    .pricing-title {
        font-size: 1.25rem;
    }
}

/* ========================================
   MODERN SCREENSHOT STYLES
   ======================================== */

/* Modern glassmorphism screenshot container */
.modern-screenshot-container {
    background: #78aecd;
    border-radius: 24px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(120, 174, 205, 0.3);
}

.modern-screenshot-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 24px;
    pointer-events: none;
}

/* Modern glassmorphism screenshot */
.modern-screenshot {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.modern-screenshot:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.modern-screenshot img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
}

/* Modern screenshot with floating effect */
.modern-screenshot-floating {
    position: relative;
    z-index: 2;
}

.modern-screenshot-floating::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 16px;
    z-index: -1;
    filter: blur(20px);
    opacity: 0.6;
}

/* Modern screenshot responsive adjustments */
@media (max-width: 768px) {
    .modern-screenshot-container {
        padding: 1.5rem;
        margin: 1.5rem 0;
        border-radius: 20px;
    }
    
    .modern-screenshot {
        padding: 0.25rem;
        border-radius: 12px;
    }
    
    .modern-screenshot img {
        border-radius: 8px;
    }
}

@media (max-width: 576px) {
    .modern-screenshot-container {
        padding: 1rem;
        margin: 1rem 0;
        border-radius: 16px;
    }
}

/* ========================================
   MODERN HERO VIDEO STYLES
   ======================================== */

/* Modern hero video container */
.modern-hero-video {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 0.5rem;
    margin: 3rem 0;
    transition: all 0.3s ease;
}

.modern-hero-video:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 35px 70px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Video element styling */
.modern-hero-video video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    background: #000;
}

/* Video overlay for play button */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

.video-overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Play button styling */
.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.play-button:hover {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.play-button i {
    font-size: 32px;
    color: #1976d2;
    margin-left: 4px; /* Slight offset for visual centering */
}

/* Video controls container */
.video-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

/* Stop button styling */
.stop-button {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.stop-button:hover {
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.stop-button i {
    font-size: 20px;
    color: #fff;
}

/* Video loading state */
.video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border-radius: 20px;
    z-index: 1;
}

/* Video controls styling */
.modern-hero-video video::-webkit-media-controls {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
}

.modern-hero-video video::-webkit-media-controls-panel {
    background: transparent;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-hero-video {
        padding: 0.25rem;
        margin: 2rem 0;
        border-radius: 20px;
    }
    
    .modern-hero-video video {
        border-radius: 16px;
    }
    
    .video-overlay {
        border-radius: 16px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
    }
    
    .play-button i {
        font-size: 24px;
    }
    
    .stop-button {
        width: 40px;
        height: 40px;
    }
    
    .stop-button i {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .modern-hero-video {
        padding: 0.125rem;
        margin: 1.5rem 0;
        border-radius: 16px;
    }
    
    .modern-hero-video video {
        border-radius: 12px;
    }
    
    .video-overlay {
        border-radius: 12px;
    }
    
    .play-button {
        width: 50px;
        height: 50px;
    }
    
    .play-button i {
        font-size: 20px;
    }
    
    .stop-button {
        width: 35px;
        height: 35px;
    }
    
    .stop-button i {
        font-size: 14px;
    }
}
