
/* Typography & Global */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

:root {
    
   /* --primary-gradient: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%); */
    --primary-gradient: linear-gradient(90deg, #2ab1c1 0%, #2563eb 50%, #4a53ff 100%);
    --soft-blue: #f0f7ff;
}

/* Header */
.header {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    padding: 0px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    font-weight: 800 !important;
    font-size: 24px !important;
    letter-spacing: -0.5px;
    color: #1a1a1a !important;
}

.nav-link {
    font-weight: 500 !important;
    color: #4a4a4a !important;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: #3b82f6 !important;
}

.nav-item:last-child .nav-link {
    /* background: linear-gradient(90deg, #2563eb, #9333ea); */
    background: linear-gradient(90deg, #2ab1c1 0%, #2563eb 50%, #4a53ff 100%);
    color: #ffffff !important;
    border-radius: 8px;
    padding: 8px 20px !important;
    margin-left: 20px;
}

.nav-item:last-child .nav-link:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

#block-standout-main-menu .nav {
    align-items: center;
}

body { font-family: 'Inter', sans-serif; color: #1a1a1a; }
.py-10 { padding-top: 7rem; padding-bottom: 7rem; }
.text-gradient { background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Hero */
.badge-new {
    display: inline-block;
    padding: 8px 16px;
    background: var(--soft-blue);
    color: #0d6efd;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-premium {
    padding: 16px 35px;
    background: var(--primary-gradient);
    color: white;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
}
.btn-premium:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(13, 110, 253, 0.3); color: white; }

.btn-video {
    padding: 16px 35px;
    background: white;
    color: #1a1a1a;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    transition: 0.3s;
}

/* Feature Cards */
.feature-card-premium {
    background: white;
    padding: 40px;
    border-radius: 24px;
    transition: 0.4s;
    border: 1px solid rgba(0,0,0,0.03);
    height: 100%;
}
.feature-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
}
.feature-icon { font-size: 2.5rem; margin-bottom: 20px; }

/* Image Effects */
.rounded-showcase { border-radius: 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.hero-img { position: relative; z-index: 2; animation: float 5s ease-in-out infinite; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Pricing Card */
.pricing-glass {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}
.pricing-right {
    background: var(--primary-gradient);
    color: white;
}
.price-badge {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
}

.feature-card-premium {
    background: #ffffff !important;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: none;
}

.feature-card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.feature-card-premium .feature-icon {
    font-size: 2.5rem; /* Розмір емодзі */
    display: block;
}

/* Base style for btn */
.btn-store {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 12px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.store-icon {
    font-size: 32px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.store-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.store-name {
    font-size: 19px;
    font-weight: 700;
}

.download-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.modern-store-btn {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #ffffff !important;
    width: 100%;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.modern-store-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.2);
}

.btn-black { background-color: #000000 !important; }
.btn-dark-grey { background-color: #202124 !important; }

.store-svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    flex-shrink: 0;
}

.btn-label {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.btn-top-text {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.8;
}

.btn-main-text {
    font-size: 18px;
    font-weight: 700;
}

.os-preview-img {
    max-height: 140px;
    width: auto;
    margin-bottom: 25px;
}

.btn-text-unified {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.modern-store-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #ffffff !important;
    width: 100%;
    transition: transform 0.2s ease;
}

.store-svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Adaptive */
@media (max-width: 576px) {
    .btn-store {
        width: 100%;
        justify-content: center;
    }
}


/* Додаткові стилі для секції FAQ */
.rounded-showcase {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03) !important;
}

.rounded-showcase:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    border-color: #3b82f6 !important;
}

/* Вирівнювання заголовків FAQ */
#support h6 {
    color: #1a1a1a;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

#support hr {
    border-top: 1px solid #e0e0e0;
}


/* Footer */
.site-footer, 
#block-standout-footer {
    background-color: #ffffff !important;
    color: #1a1a1a !important;
}

#block-standout-footer a {
    color: #0066cc !important;
    text-decoration: none;
}

#block-standout-footer a:hover {
    color: #004499 !important;
    text-decoration: underline;
}

#block-standout-footer center p {
    color: #333333 !important;
}