/* Modern VPS-Managed.com Styles */
/* Design System Variables */
:root {
    --primary-color: #2563eb;
    --primary-dark: #1e40af;
    --secondary-color: #10b981;
    --secondary-dark: #059669;
    --accent-color: #f59e0b;
    --dark-bg: #0f172a;
    --dark-bg-light: #1e293b;
    --light-bg: #f8fafc;
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --border-color: #e2e8f0;
    --success-color: #10b981;
    --error-color: #ef4444;
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-secondary: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    --gradient-success: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --transition-fast: all 0.2s ease;
    --transition-normal: all 0.3s ease;
    --transition-slow: all 0.5s ease;
}

/* Global Improvements */
* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Montserrat', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    overflow-x: hidden;
    background: #f8fafc;
    padding-top: 64px;
}

/* Modern Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: var(--text-primary);
}

h3 {
    font-size: clamp(1.25rem, 3vw, 1.875rem);
}

p {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.75;
}

/* Modern Navigation */
.navbar {
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    transition: var(--transition-normal);
    padding: 12px 0;
}

.navbar-fixed-top {
    border-bottom: none;
}

.navbar .nav > li > a {
    color: #fff !important;
    font-weight: 500;
    font-size: 0.9rem;
    transition: var(--transition-fast);
    padding: 10px 16px !important;
    border-radius: 8px;
    margin: 0 4px;
}

.navbar .nav > li > a:hover {
    background: rgba(37, 99, 235, 0.2);
    color: #60a5fa !important;
}

.navbar .nav > .active > a {
    background: var(--gradient-secondary) !important;
    color: #fff !important;
}

.navbar .dropdown-menu {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.navbar .dropdown-menu > li > a {
    color: #e2e8f0 !important;
    padding: 10px 18px;
    transition: var(--transition-fast);
}

.navbar .dropdown-menu > li > a:hover {
    background: rgba(37, 99, 235, 0.18);
    color: #fff !important;
}

.navbar-toggle {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-brand.modern-brand img {
    max-height: 46px;
    width: auto;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.15));
}

.modern-nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-cta-btn {
    padding: 12px 18px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.25);
}

.language-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
}

.language-switch img {
    height: 28px;
    width: auto;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Modern Hero Section */
.modern-hero {
    position: relative !important;
    min-height: 68vh !important;
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(135deg, #0b1220 0%, #101827 50%, #15223a 100%) !important;
    overflow: hidden !important;
    padding: 90px 0 70px !important;
    margin-top: 0 !important;
}

/* Override old jumbotron styles */
.jumbotron.modern-hero,
div.modern-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%) !important;
    background-image: none !important;
    height: auto !important;
}

.modern-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(37, 99, 235, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(124, 58, 237, 0.15) 0%, transparent 50%);
    animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
    max-width: 760px;
    margin: 0 auto 12px;
    padding: 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #10b981;
    margin-bottom: 24px;
    animation: fadeInUp 0.6s ease;
}

.hero-title {
    font-size: clamp(2.8rem, 5.2vw, 4.2rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 16px;
    color: #fff;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    color: #e5e7eb;
    max-width: 720px;
    margin: 0 0 22px 0;
    line-height: 1.6;
    animation: fadeInUp 1s ease 0.4s backwards;
}

.hero-cta {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
    animation: fadeInUp 1.2s ease 0.6s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modern Buttons */
.btn-modern {
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: var(--transition-fast);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-modern:hover::before {
    left: 100%;
}

.btn-primary-modern {
    background: var(--gradient-secondary);
    color: #fff;
    box-shadow: 0 4px 14px 0 rgba(37, 99, 235, 0.4);
}

.btn-primary-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(37, 99, 235, 0.5);
    color: #fff;
}

.btn-light-modern {
    background: #fff;
    color: var(--primary-color);
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(255, 255, 255, 0.35);
}

.btn-light-modern:hover {
    color: var(--primary-dark);
    box-shadow: 0 10px 24px rgba(255, 255, 255, 0.45);
}

.btn-block-modern {
    width: 100%;
    justify-content: center;
}

.btn-secondary-modern {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-secondary-modern:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: #fff;
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    padding: 8px 0 0;
    margin-top: 4px;
}

.trust-item {
    text-align: center;
    animation: fadeInUp 0.8s ease backwards;
}

.trust-item:nth-child(1) { animation-delay: 0.2s; }
.trust-item:nth-child(2) { animation-delay: 0.4s; }
.trust-item:nth-child(3) { animation-delay: 0.6s; }
.trust-item:nth-child(4) { animation-delay: 0.8s; }

.trust-number {
    font-size: 2.15rem;
    font-weight: 800;
    background: var(--gradient-success);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.trust-label {
    color: #cbd5e1;
    font-size: 0.95rem;
    font-weight: 700;
}

.hero-card {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 18px 18px 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    color: #e2e8f0;
    max-width: 340px;
    margin-left: auto;
}

.hero-card-title {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.hero-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.hero-card-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    color: #cbd5e1;
    font-weight: 500;
}

.hero-card-list li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: rgba(37, 99, 235, 0.25);
    color: #fff;
    font-weight: 700;
}

.hero-card-meta {
    margin-top: 12px;
    color: #94a3b8;
    font-size: 0.95rem;
}

.feature-title {
    font-size: 1.6rem;
}

/* Modern Feature Cards */
.features-section {
    padding: 70px 0 !important;
    background: #fff !important;
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.section-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section-badge.success {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

.feature-card {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 28px !important;
    box-shadow: var(--shadow-md) !important;
    transition: var(--transition-normal) !important;
    border: 1px solid var(--border-color) !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-secondary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: var(--gradient-secondary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.2);
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.feature-description {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
}

/* Modern Pricing Cards */
.pricing-section {
    padding: 70px 0 !important;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
}

.pricing-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
}

.pricing-row > [class*="col-"] {
    float: none;
    width: auto;
    padding: 0;
}

@media (min-width: 1100px) {
    .pricing-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

.pricing-card {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 34px !important;
    box-shadow: var(--shadow-lg) !important;
    transition: var(--transition-normal) !important;
    border: 2px solid var(--border-color) !important;
    height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 24px !important;
}

.pricing-card.recommended {
    border-color: var(--primary-color) !important;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.18) !important;
}

.pricing-card.recommended::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: 18px;
    right: -34px;
    background: var(--gradient-secondary);
    color: #fff;
    padding: 6px 38px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    transform: rotate(45deg);
    box-shadow: var(--shadow-md);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.pricing-header {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--border-color);
}

.pricing-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 16px;
}

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

.price-currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-secondary);
}

.price-amount {
    font-size: 3rem;
    font-weight: 800;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.price-period {
    font-size: 1rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.price-original {
    text-align: center;
    margin-top: 12px;
}

.price-discount {
    font-size: 1.125rem;
    color: var(--text-secondary);
    text-decoration: line-through;
    margin-right: 8px;
}

.price-badge {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.pricing-features li {
    padding: 12px 0;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
}

.pricing-features li::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--gradient-success);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.cta-grid {
    margin-top: 48px;
    gap: 20px;
}

.cta-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #fff;
    box-shadow: var(--shadow-lg);
    transition: var(--transition-normal);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.cta-card.secondary {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.cta-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.cta-card span {
    font-weight: 700;
    font-size: 1rem;
    margin-left: 12px;
}

.cta-card .btn-modern {
    width: 100%;
    justify-content: center;
}

/* Stats Section */
.stats-section {
    padding: 60px 0;
    background: var(--dark-bg);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(124, 58, 237, 0.1) 0%, transparent 50%);
}

.stat-item {
    text-align: center;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-label {
    font-size: 1.125rem;
    color: #94a3b8;
    font-weight: 500;
}

.stats-subtitle {
    color: #cbd5e1;
}

.stats-section .section-header {
    margin-bottom: 60px;
}

.stats-section .section-header h2 {
    color: #fff;
}

.stats-section .section-header p {
    color: #cbd5e1;
}

.stats-section .section-badge {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}

/* Split Section */
.section-split {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.split-text {
    flex: 1 1 440px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 32px;
    box-shadow: var(--shadow-md);
}

.split-card {
    flex: 1 1 420px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.bullet-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.bullet-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.25);
}

.bullet-title {
    font-size: 1.2rem;
    margin: 0 0 8px 0;
}

.bullet-text {
    margin: 0;
    color: var(--text-secondary);
}

.os-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.os-logos img {
    height: 56px;
    filter: grayscale(10%);
    opacity: 0.9;
    transition: var(--transition-fast);
}

.os-logos img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.os-note {
    margin-top: 24px;
    text-align: center;
    font-size: 0.98rem;
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
}

.cta-banner .container {
    position: relative;
    z-index: 1;
}

.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Modern Footer */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #0b1220 100%);
    color: #94a3b8;
    padding: 70px 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
    margin-bottom: 20px;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-brand img {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.3));
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: #cbd5e1;
    font-weight: 600;
    font-size: 0.9rem;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 14px 0;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer-contact-list i {
    color: #60a5fa;
    width: 18px;
    text-align: center;
}

.footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(96, 165, 250, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #e2e8f0;
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer-cta-btn:hover {
    background: rgba(96, 165, 250, 0.2);
    color: #fff;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.footer a {
    color: #94a3b8;
    transition: var(--transition-fast);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer h3, .footer h4, .footer p[style*="color"] {
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.scrollup {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 46px;
    height: 46px;
    background: var(--gradient-secondary);
    color: #fff !important;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.scrollup:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-2px);
}

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

.floating {
    animation: float 3s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 991px) {
    .modern-nav-links {
        gap: 0;
    }

    .navbar .nav > li > a {
        margin: 2px 0;
    }

    .navbar .dropdown-menu {
        margin-top: 8px;
        width: 100%;
    }

    .footer-meta {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .modern-hero {
        min-height: auto;
        padding: 80px 0 60px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn-modern {
        width: 100%;
        justify-content: center;
    }

    .trust-indicators {
        gap: 24px;
    }

    .trust-number {
        font-size: 2rem;
    }

    .features-section,
    .pricing-section {
        padding: 60px 0;
    }

    .pricing-card.recommended {
        transform: scale(1);
    }

    .feature-card,
    .pricing-card {
        margin-bottom: 24px;
    }
}

/* Utility Classes */
.text-gradient {
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-gradient {
    background: var(--gradient-secondary);
}

.shadow-modern {
    box-shadow: var(--shadow-lg);
}

.rounded-modern {
    border-radius: 20px;
}

/* Loading and Transitions */
.fade-in {
    animation: fadeInUp 0.6s ease;
}

/* Improved Accessibility */
.btn-modern:focus,
.navbar .nav > li > a:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .modern-hero,
    .navbar,
    .footer {
        background: #fff !important;
        color: #000 !important;
    }
}
