:root {
    --primary: #0962af;
    --primary-hover: #074e8c;
    --accent: #2ea3f2;
    --dark: #0f172a;
    --light: #f8fafc;
    --muted: #64748b;
    --border: #e2e8f0;
}

body {
    font-family: 'Rubik', sans-serif;
    color: #334155;
    background-color: #ffffff;
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    color: var(--dark);
    font-weight: 700;
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.brand-subtext {
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.navbar {
    transition: all 0.3s ease;
}

.nav-link {
    font-weight: 500;
    color: #475569 !important;
    transition: color 0.2s ease;
}

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

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(9, 98, 175, 0.25);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(9, 98, 175, 0.15);
}

.hero-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e0f0fe 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4rem;
    background: #ffffff;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.hero-badge {
    background-color: rgba(9, 98, 175, 0.08);
    color: var(--primary);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #4b5563;
    margin-bottom: 2rem;
}

.hero-img-wrap {
    position: relative;
    transition: transform 0.5s ease;
}

.hero-img-wrap:hover {
    transform: translateY(-5px);
}

.hero-features-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.hero-features-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
}

.hero-features-list li i {
    font-size: 1.25rem;
}

.section-padding {
    padding: 6rem 0;
}

.section-title-wrap {
    margin-bottom: 4rem;
}

.section-subtitle {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.feature-card {
    border: 1px solid var(--border);
    background: #ffffff;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    border-color: rgba(9, 98, 175, 0.2);
}

.feature-icon-box {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.75rem;
    background-color: rgba(9, 98, 175, 0.06);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-box {
    background-color: var(--primary);
    color: #ffffff;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--primary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: var(--primary);
    border-radius: 50%;
    padding: 1.5rem;
    background-size: 40%;
}

.pricing-card {
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    padding: 3rem 2rem;
    background-color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.pricing-card.featured {
    border: 2px solid var(--primary);
    box-shadow: 0 10px 30px rgba(9, 98, 175, 0.08);
    transform: scale(1.03);
}

.pricing-card:hover {
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.pricing-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background-color: var(--primary);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    text-transform: uppercase;
}

.pricing-price {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 1.5rem;
}

.pricing-price span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--muted);
}

.pricing-features-list {
    margin: 2rem 0;
}

.pricing-features-list li {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.faq-accordion .accordion-item {
    border: 1px solid var(--border);
    border-radius: 0.75rem !important;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.2s ease;
}

.faq-accordion .accordion-item:hover {
    border-color: rgba(9, 98, 175, 0.2);
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    color: var(--dark);
    padding: 1.25rem 1.5rem;
    background-color: #ffffff;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: rgba(9, 98, 175, 0.02);
}

.faq-accordion .accordion-button::after {
    font-size: 1.25rem;
}

.faq-accordion .accordion-body {
    padding: 1.5rem;
    color: #475569;
    border-top: 1px solid var(--border);
}

.contact-section {
    background-color: var(--light);
}

.contact-card {
    border: none;
    border-radius: 1.25rem;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.04);
}

.form-control, .form-select {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    font-size: 0.95rem;
    color: #334155;
    transition: all 0.2s ease;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(9, 98, 175, 0.1);
}

.filter-white {
    filter: brightness(0) invert(1);
}

.hover-white:hover {
    color: #ffffff !important;
}

.screenshot-grid-item {
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02);
}

.screenshot-grid-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    border-color: rgba(9, 98, 175, 0.2);
}

.screenshot-img-container {
    height: 200px;
    width: 100%;
    overflow: hidden;
    background-color: #f1f5f9;
}

.screenshot-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}

.screenshot-grid-item:hover .screenshot-img-container img {
    transform: scale(1.05);
}

.screenshot-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark);
    padding: 1rem;
    margin: 0;
    border-top: 1px solid var(--border);
    text-align: center;
    background-color: #ffffff;
}

.max-vh-85 {
    max-height: 85vh;
    object-fit: contain;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    border: 4px solid #ffffff;
}

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

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.75rem;
    }
    .pricing-card.featured {
        transform: none;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 2.25rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .screenshot-img-container {
        height: 160px;
    }
}

