/* Enterprise homepage theme */
:root {
    --bg-dark: #0b1326;
    --bg-surface: #0f172a;
    --bg-panel: #111a30;
    --primary: #5b8dff;
    --primary-strong: #3b82f6;
    --accent: #a855f7;
    --muted: #94a3b8;
    --text: #e2e8f0;
    --border: rgba(255, 255, 255, 0.08);
    --shadow-strong: 0 25px 60px rgba(0, 0, 0, 0.35);
    --shadow-card: 0 16px 40px rgba(15, 23, 42, 0.25);
    --radius-lg: 18px;
    --radius-md: 14px;
}

body {
    background: #ffffff;
    color: #111827;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 19px;
    line-height: 1.6;
}

.homepage {
    background: #f9fafb;
    padding-top: 64px;
}

.home-section {
    padding: 56px 0;
}

.home-section.light {
    background: #ffffff;
}

.home-section.split {
    background: #ffffff;
}

.home-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(91, 141, 255, 0.12);
    color: #cbd5e1;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
}

/* Modern Hero Section */
.home-hero-modern {
    background: radial-gradient(circle at 20% 30%, rgba(91, 141, 255, 0.22), transparent 45%),
                radial-gradient(circle at 85% 20%, rgba(168, 85, 247, 0.18), transparent 45%),
                linear-gradient(135deg, #0a0f1c 0%, #0e1830 40%, #102040 80%, #112444 100%);
    padding: 80px 0 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.home-hero-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(96, 165, 250, 0.08), transparent 60%);
    pointer-events: none;
}

.home-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.home-hero-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(96, 165, 250, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 24px;
    color: #93c5fd;
    font-size: 1.05rem;
    font-weight: 600;
    width: fit-content;
    backdrop-filter: blur(8px);
}

.hero-badge svg {
    color: #60a5fa;
}

.hero-title {
    font-size: clamp(2.8rem, 5.5vw, 4.2rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 1.35rem;
    color: #d1d5db;
    line-height: 1.7;
    margin: 0;
    max-width: 580px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, #5b8dff 0%, #a855f7 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.18rem;
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(91, 141, 255, 0.4);
    transition: all 0.3s ease;
    border: none;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 50px rgba(91, 141, 255, 0.5);
    color: #fff;
}

.btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 14px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #e5e7eb;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    font-weight: 600;
    font-size: 1.18rem;
    transition: all 0.3s ease;
}

.btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transform: translateY(-1px);
}

.home-hero-title {
    font-size: clamp(3.4rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
    margin: 12px 0 14px;
}

.home-hero-subtitle {
    font-size: 1.32rem;
    color: #cbd5e1;
    max-width: 680px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.home-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.btn-primary {
    padding: 14px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    color: #fff;
    font-weight: 700;
    border: none;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(91, 141, 255, 0.35);
}

.btn-ghost {
    padding: 13px 18px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    text-decoration: none;
    background: #ffffff;
}

.btn-outline {
    padding: 13px 18px;
    border-radius: 12px;
    border: 1px solid #2563eb;
    color: #1f2937;
    background: transparent;
    text-decoration: none;
    font-weight: 700;
}

.btn-outline:hover {
    background: rgba(37, 99, 235, 0.08);
}

.home-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 8px;
}

.home-metric {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-md);
    padding: 12px 14px;
}

.home-metric strong {
    display: block;
    font-size: 1.35rem;
    color: #0f172a;
}

.home-metric span {
    color: #4b5563;
    font-size: 1.05rem;
}

.home-hero-panel {
    background: var(--bg-panel);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-strong);
    border-radius: var(--radius-lg);
    padding: 18px;
    align-self: center;
    font-size: 1.02rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.home-hero-panel ul.panel-list li::before {
    content: '●';
    color: #10b981;
    margin-right: 8px;
}

.home-hero-panel .btn-primary.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #cbd5e1;
    box-shadow: none;
}

.home-hero-panel h3 {
    color: #e2e8f0;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: 1.15rem;
}

.panel-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.panel-list li {
    display: flex;
    justify-content: space-between;
    color: #cbd5e1;
    font-size: 1.05rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.panel-list li:last-child {
    border-bottom: none;
}

.home-panel-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #e2e8f0;
    font-weight: 700;
}

.home-panel-footer small {
    color: #94a3b8;
    font-weight: 500;
}

.section-heading {
    text-align: center;
    margin-bottom: 28px;
}

.section-heading h2 {
    color: #0f172a;
    font-weight: 800;
    font-size: clamp(2.2rem, 4.5vw, 3rem);
}

.section-heading p {
    color: #4b5563;
    margin: 0 auto;
    max-width: 720px;
    font-size: 1.15rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #1f2937;
}

.feature-card h3 {
    color: #0f172a;
    margin: 8px 0;
    font-size: 1.24rem;
}

.feature-card p {
    color: #4b5563;
    font-size: 1.08rem;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #22d3ee, #6366f1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(34, 211, 238, 0.25);
}

.home-pricing {
    background: #f3f4f6;
}

.pricing-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.pricing-toggle {
    display: inline-flex;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 4px;
    gap: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.toggle-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #4b5563;
    font-weight: 700;
    font-size: 1.08rem;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.toggle-btn:hover {
    color: #1f2937;
    background: #f3f4f6;
}

.toggle-btn.active {
    background: linear-gradient(135deg, #5b8dff, #a855f7);
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(91, 141, 255, 0.3);
}

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

.pricing-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #111827;
    font-size: 1.02rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-card.recommended {
    border: 1px solid rgba(168, 85, 247, 0.9);
    box-shadow: 0 20px 55px rgba(168, 85, 247, 0.35);
    transform: translateY(-4px);
}

.pricing-card.recommended::before {
    content: 'BEST VALUE';
    position: absolute;
    top: 18px;
    right: -32px;
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    color: #fff;
    padding: 6px 42px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    transform: rotate(45deg);
    box-shadow: var(--shadow-md);
    z-index: 2;
}

.pricing-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-name {
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-size: 1.12rem;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: #0f172a;
}

.pricing-price strong {
    font-size: 2.8rem;
    color: #0f172a;
}

.pricing-meta {
    font-size: 1.08rem;
    color: #1f2937;
    font-weight: 700;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    color: #1f2937;
}

.pricing-features li {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 1.1rem;
}

.pricing-features li::before {
    content: "•";
    color: #2563eb;
}

.pricing-cta {
    margin-top: auto;
}

.btn-block {
    display: block;
    text-align: center;
    width: 100%;
}

.trust-band {
    background: #f3f4f6;
    padding: 40px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.trust-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    text-align: center;
}

.trust-stats strong {
    display: block;
    color: #0f172a;
    font-size: 1.8rem;
}

.trust-stats span {
    color: #4b5563;
    font-size: 1.08rem;
}

.split-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    align-items: start;
}

.split-card {
    background: #0f172a;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-card);
}

.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.bullet-list li {
    display: flex;
    gap: 10px;
    color: #cbd5e1;
}

.bullet-list li::before {
    content: "✓";
    color: #22c55e;
    font-weight: 800;
}

.logo-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.logo-chip {
    padding: 10px 14px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tech-logo {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tech-logo:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #60a5fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(96, 165, 250, 0.15);
}

.tech-logo svg {
    width: 42px;
    height: 42px;
}

.cta-banner {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #fff;
    padding: 50px 0;
}

.cta-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 12px;
}

/* Managed VPS page */
.managed-hero {
    background: linear-gradient(135deg, #0f172a 0%, #111b32 45%, #1b2745 100%), radial-gradient(circle at 20% 20%, rgba(255, 161, 72, 0.18), transparent 40%);
}

.managed-hero .home-hero-title {
    font-size: clamp(3.2rem, 5.4vw, 4.6rem);
}

.managed-hero .home-hero-subtitle {
    font-size: 1.32rem;
}

.managed-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fefefe;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
    font-weight: 600;
    font-size: 0.9rem;
}

.inline-metrics {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.inline-metrics .tag {
    background: rgba(255, 255, 255, 0.12);
}

.panel-inline {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 14px;
    color: #e2e8f0;
    max-width: 360px;
}

.panel-inline strong {
    color: #fff;
    font-size: 1.3rem;
}

.table-managed {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.table-managed th {
    padding: 18px;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-size: 1.02rem;
}

.table-managed th:first-child {
    text-align: left;
}

.table-managed td {
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
    font-size: 1rem;
}

.table-managed td:first-child {
    text-align: left;
    font-weight: 700;
    color: #111827;
}

.table-managed tr:last-child td {
    border-bottom: none;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
}

.pill-green { background: rgba(34, 197, 94, 0.12); color: #34d399; }
.pill-red { background: rgba(239, 68, 68, 0.12); color: #f87171; }

.usecase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.usecase-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    box-shadow: var(--shadow-card);
    color: #111827;
    font-size: 1.08rem;
}

.usecase-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #5b8dff, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 12px;
}

.balanced-section {
    background: linear-gradient(180deg, #0f172a 0%, #111b32 100%);
}

.card-surface {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px;
    color: #e2e8f0;
    box-shadow: var(--shadow-card);
}

/* Nav sizing override */
.navbar .nav > li > a {
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
}

.navbar-brand {
    display: flex !important;
    align-items: center !important;
    padding: 10px 15px !important;
}

.navbar-brand img {
    height: 36px !important;
    width: auto !important;
}

.navbar-nav {
    align-items: center !important;
}

.navbar-default .navbar-nav > li > a {
    line-height: 1.5 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

/* Modern Footer */
.footer-modern {
    background: linear-gradient(180deg, #0a0f1c 0%, #111827 100%);
    color: #e5e7eb;
    padding: 64px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.footer-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.3fr;
    gap: 48px;
    padding-bottom: 48px;
}

/* Brand Column */
.footer-brand-col {
    padding-right: 20px;
}

.footer-logo {
    height: 42px;
    width: auto;
    margin-bottom: 18px;
    filter: brightness(1.1) drop-shadow(0 4px 12px rgba(91, 141, 255, 0.2));
}

.footer-tagline {
    color: #d1d5db;
    font-size: 1.15rem;
    line-height: 1.65;
    margin: 0 0 22px 0;
}

.footer-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a5b4c6;
    font-size: 1.08rem;
    font-weight: 600;
}

.trust-badge-item svg {
    color: #60a5fa;
    flex-shrink: 0;
    opacity: 0.9;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #94a3b8;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: rgba(96, 165, 250, 0.15);
    border-color: rgba(96, 165, 250, 0.3);
    color: #60a5fa;
    transform: translateY(-2px);
}

/* Links Columns */
.footer-links-col {
    padding-top: 4px;
}

.footer-col-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 1.12rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #fff;
    transform: translateX(4px);
}

/* Contact CTA Column */
.footer-contact-col {
    padding-top: 4px;
}

.footer-contact-card {
    background: linear-gradient(135deg, rgba(91, 141, 255, 0.12), rgba(168, 85, 247, 0.12));
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.footer-contact-title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 0 8px 0;
}

.footer-contact-text {
    color: #cbd5e1;
    font-size: 1.12rem;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.footer-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #e5e7eb;
    text-decoration: none;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.2s ease;
    font-size: 1.1rem;
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(96, 165, 250, 0.3);
    color: #fff;
    transform: translateX(4px);
}

.contact-method svg {
    color: #60a5fa;
    flex-shrink: 0;
}

.footer-contact-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #5b8dff, #a855f7);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.15rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(91, 141, 255, 0.3);
}

.footer-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(91, 141, 255, 0.4);
    color: #fff;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-bottom-left p {
    margin: 0;
    color: #94a3b8;
    font-size: 1.05rem;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #fff;
}

.footer-bottom-links .divider {
    color: #4b5563;
    font-size: 0.9rem;
}

.footer-bottom-right p {
    margin: 0;
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand-col {
        grid-column: 1 / -1;
    }

    .footer-contact-col {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .footer-container {
        padding: 0 20px;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .footer-bottom-left {
        align-items: center;
    }
}

/* Preview nav (static HTML) */
.nav-preview {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    background: rgba(11, 17, 32, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-preview .brand {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.nav-preview .links {
    display: flex;
    gap: 14px;
    align-items: center;
}

.nav-preview .links a {
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.nav-preview .links a:hover {
    color: #fff;
}

@media (max-width: 960px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
    }
    .home-hero {
        padding: 70px 0 50px;
    }
    .homepage {
        padding-top: 72px;
    }
}

@media (max-width: 640px) {
    .home-section {
        padding: 44px 0;
    }
    .home-hero-title {
        font-size: 2.2rem;
    }
}

/* Hero Panel Card */
.home-hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-panel-card {
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    width: 100%;
    max-width: 480px;
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 16px rgba(16, 185, 129, 0.6);
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.status-text {
    color: #e5e7eb;
    font-weight: 600;
    font-size: 1.05rem;
}

.panel-badge {
    padding: 6px 12px;
    background: rgba(96, 165, 250, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 8px;
    color: #93c5fd;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.panel-specs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.spec-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(96, 165, 250, 0.2);
    transform: translateX(4px);
}

.spec-item svg {
    color: #60a5fa;
    flex-shrink: 0;
    margin-top: 2px;
}

.spec-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.spec-label {
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.spec-value {
    color: #e5e7eb;
    font-size: 1.02rem;
    font-weight: 600;
}

.panel-footer-modern {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.price-label {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 600;
}

.price-value {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

.price-period {
    font-size: 1.3rem;
    color: #94a3b8;
    font-weight: 600;
}

.price-note {
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 500;
}

/* Hero Stats Bar */
.hero-stats-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px 40px;
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.stat-item svg {
    color: #60a5fa;
    flex-shrink: 0;
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stat-content strong {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 800;
}

.stat-content span {
    color: #94a3b8;
    font-size: 0.92rem;
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 1024px) {
    .home-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-title {
        font-size: clamp(2.4rem, 5vw, 3.2rem);
    }

    .hero-panel-card {
        max-width: 100%;
    }

    .hero-stats-bar {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .stat-divider {
        display: none;
    }
}

@media (max-width: 640px) {
    .home-hero-modern {
        padding: 60px 0 36px;
    }

    .home-hero-content {
        margin-bottom: 32px;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-hero-primary,
    .btn-hero-ghost {
        width: 100%;
        justify-content: center;
    }

    .hero-stats-bar {
        padding: 20px;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}

/* Modern Logo Styling - ENLARGED FOR READABILITY */
.logo-modern-header {
    height: 70px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(91, 141, 255, 0.3));
    transition: all 0.3s ease;
}

.logo-modern-header:hover {
    filter: drop-shadow(0 4px 12px rgba(91, 141, 255, 0.5));
    transform: translateY(-1px);
}

.footer-logo {
    height: 70px !important;
    width: auto !important;
    filter: drop-shadow(0 4px 12px rgba(91, 141, 255, 0.25)) !important;
    margin-bottom: 20px !important;
}

/* NAVBAR - ENLARGED FOR READABILITY */
.modern-nav-links li a,
.navbar-nav li a {
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    padding: 10px 16px !important;
}

.navbar-brand {
    padding: 12px 15px !important;
}

.navbar {
    min-height: 85px !important;
}

.navbar-collapse {
    margin-top: 8px;
}

/* CLIENT AREA BUTTON */
.nav-cta-btn {
    font-size: 15px !important;
    padding: 11px 24px !important;
    font-weight: 700 !important;
}

/* PRICING TOGGLE - MORE VISIBLE */
.pricing-toggle-container {
    display: flex;
    justify-content: center;
    margin: 48px 0 56px;
}

.pricing-toggle {
    display: inline-flex;
    gap: 12px;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pricing-toggle .toggle-btn {
    padding: 14px 32px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #475569;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.pricing-toggle .toggle-btn.active {
    background: linear-gradient(135deg, #5b8dff 0%, #7c3aed 100%);
    color: white;
    box-shadow: 0 8px 20px rgba(91, 141, 255, 0.35);
}

/* ========================================
   GLOBAL IMPROVEMENTS FOR ALL PAGES
   ======================================== */

/* Managed Hero & All Hero Sections */
.managed-hero {
    background: radial-gradient(circle at 20% 30%, rgba(91, 141, 255, 0.22), transparent 45%),
                radial-gradient(circle at 85% 20%, rgba(168, 85, 247, 0.18), transparent 45%),
                linear-gradient(135deg, #0a0f1c 0%, #0e1830 40%, #102040 80%, #112444 100%);
    padding: 100px 0 60px;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.managed-badge,
.tag {
    font-size: 1.08rem !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
}

.inline-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.inline-metrics .tag {
    background: rgba(96, 165, 250, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.25);
    border-radius: 8px;
    color: #93c5fd;
    padding: 10px 16px;
    font-size: 1.05rem;
}

/* Feature Cards */
.feature-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 28px;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.feature-card .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #5b8dff, #a855f7);
    color: white;
    border-radius: 14px;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #0f172a;
    margin: 0 0 12px 0 !important;
}

.feature-card p {
    font-size: 1.12rem !important;
    line-height: 1.65;
    color: #475569;
    margin: 0 !important;
}

/* Pricing Cards */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    margin-top: 48px;
}

.pricing-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 36px 28px;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card.recommended {
    border-color: #5b8dff;
    box-shadow: 0 16px 48px rgba(91, 141, 255, 0.2);
    transform: scale(1.05);
}

.pricing-card.recommended::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: -12px;
    right: 24px;
    background: linear-gradient(135deg, #5b8dff, #a855f7);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.12);
}

.pricing-name {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #0f172a;
    margin: 0 0 16px 0 !important;
}

.pricing-price strong {
    font-size: 3.2rem !important;
    color: #0f172a;
    font-weight: 900 !important;
}

.pricing-price .pricing-meta {
    font-size: 1.3rem !important;
    color: #64748b;
    font-weight: 600;
}

.pricing-meta {
    font-size: 1.15rem !important;
    color: #64748b;
    margin-bottom: 24px;
    font-weight: 600;
}

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

.pricing-features li {
    padding: 12px 0;
    font-size: 1.12rem !important;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    padding-left: 32px;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 900;
    font-size: 1.3rem;
}

.pricing-cta {
    margin-top: 28px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px 24px !important;
    font-size: 1.15rem !important;
}

/* Hero Grid Layout */
.home-hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 56px;
    align-items: center;
}

.home-hero-copy h1 {
    font-size: clamp(2.8rem, 5.5vw, 4.2rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 20px 0 !important;
}

.home-hero-copy p {
    font-size: 1.35rem !important;
    line-height: 1.7 !important;
    color: #d1d5db !important;
}

/* General Page Content */
main.homepage p {
    font-size: 1.15rem !important;
    line-height: 1.7;
}

main.homepage h2 {
    font-size: clamp(2.2rem, 4vw, 3rem) !important;
    font-weight: 800 !important;
}

main.homepage h3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

main.homepage ul li {
    font-size: 1.12rem !important;
}

/* Home Eyebrow */
.home-eyebrow {
    font-size: 1.05rem !important;
    padding: 8px 16px !important;
}

/* Buttons Global */
.btn-primary,
.btn-ghost,
a.btn-primary,
a.btn-ghost {
    font-size: 1.15rem !important;
    padding: 15px 28px !important;
    font-weight: 700 !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .pricing-card.recommended {
        transform: scale(1);
    }
    
    .feature-card h3 {
        font-size: 1.25rem !important;
    }
    
    .pricing-price strong {
        font-size: 2.5rem !important;
    }
}
