body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000000; /* Pure black background */
    color: #e0e0e0;
    line-height: 1.6;
    scroll-behavior: smooth;
}

html {
    scroll-padding-top: 80px;
}

:root {
    --primary: #A67BEA; /* Purple */
    --primary-light: #C9A7FF;
    --secondary: #6F7B8C; /* Gray */
    --tertiary: #1DD1A1; /* Teal/Green */
    --accent: #2ECC71; /* Bright Green */
    --dark-bg: #000000;
    --card-bg: #0a0e1a;
    --border-color: #1a2332;
    --text-light: #e0e0e0;
    --text-muted: #b0b0b0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(166, 123, 234, 0.2);
    padding: 15px 0;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.site-logo {
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-logo span {
    color: var(--primary);
}

.site-nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.site-nav a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 0.95em;
    transition: color 0.3s ease;
}

.site-nav a:hover {
    color: var(--primary);
}

.site-nav-cta {
    background: var(--primary);
    color: #ffffff !important;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: bold;
}

.site-nav-cta:hover {
    background: var(--primary-light);
}

main {
    padding-top: 80px;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
}

header {
    background: linear-gradient(135deg, #0a0e1a 0%, #000000 100%);
    color: #e0e0e0;
    padding-top: 20px;
    min-height: 80px;
    border-bottom: 3px solid var(--primary);
    box-shadow: 0 8px 32px rgba(166, 123, 234, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 100;
}

header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--tertiary), transparent);
}

header h1 {
    text-align: center;
    margin: 0;
    font-size: 2.8em;
    color: #e0e0e0;
    letter-spacing: 1px;
}

header .subtitle {
    text-align: center;
    font-size: 1.3em;
    color: var(--text-muted);
    margin-top: 5px;
}

#hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #000000 0%, #0a0e1a 50%, #0d1424 100%);
    color: #e0e0e0;
    padding: 80px 20px;
    box-shadow: inset 0 -5px 15px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at top, rgba(166, 123, 234, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(29, 209, 161, 0.15) 0%, rgba(46, 204, 113, 0.1) 100%);
    border: 1px solid var(--tertiary);
    color: var(--tertiary);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

#hero h2 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(166, 123, 234, 0.3);
    font-weight: 700;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}

.hero-sub {
    font-size: 1.25em;
    margin-bottom: 35px;
    color: var(--text-muted);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.hero-cta-group {
    margin-bottom: 30px;
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.15em;
}

.hero-cta-note {
    font-size: 0.9em;
    color: #707080;
    margin-top: 12px;
}

.hero-benefits {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.hero-benefits span {
    color: var(--tertiary);
    font-size: 1em;
    font-weight: 500;
}

.hero-trust {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.hero-trust-item {
    color: #808090;
    font-size: 0.85em;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-video {
    margin-top: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(166, 123, 234, 0.15);
    border: 1px solid rgba(166, 123, 234, 0.3);
}

.hero-video video {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#demo-video .hero-video video,
#demo-video .hero-video img {
    aspect-ratio: 16 / 9;
}

#testimonials {
    padding: 80px 0;
    background: linear-gradient(180deg, #0a0a0f 0%, #12121a 100%);
}

#testimonials h3 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #ffffff;
}

#testimonials .container > p {
    text-align: center;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: rgba(30, 30, 40, 0.8);
    border: 1px solid rgba(166, 123, 234, 0.2);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(166, 123, 234, 0.1);
    border-color: rgba(166, 123, 234, 0.4);
}

.testimonial-stars {
    color: #ffd700;
    font-size: 1.2em;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.testimonial-quote {
    font-size: 1.05em;
    line-height: 1.7;
    color: #d0d0d0;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a67bea 0%, #7b5cd6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
    color: #ffffff;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.testimonial-info strong {
    color: #ffffff;
    font-size: 1em;
}

.testimonial-info span {
    color: #a0a0a0;
    font-size: 0.85em;
}

#contact {
    padding: 80px 0;
    background: linear-gradient(180deg, #12121a 0%, #0a0a0f 100%);
}

#contact h3 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #ffffff;
}

#contact .container > p {
    text-align: center;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgba(166, 123, 234, 0.3);
    background: rgba(30, 30, 40, 0.8);
    color: #ffffff;
    font-size: 1em;
    font-family: inherit;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 15px rgba(166, 123, 234, 0.2);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #808080;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form .btn {
    align-self: center;
}

.hp-checkbox {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.btn {
    display: inline-block;
    color: #ffffff;
    background: var(--primary);
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 7px;
    transition: all 0.3s ease;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 25px rgba(166, 123, 234, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    position: relative;
    transform: translateZ(0);
}

.btn:hover {
    background: var(--primary-light);
    transform: translateY(-4px) translateZ(0);
    box-shadow: 0 15px 35px rgba(166, 123, 234, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn.primary {
    background: var(--tertiary);
    box-shadow: 0 10px 25px rgba(29, 209, 161, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn.primary:hover {
    background: var(--accent);
    box-shadow: 0 15px 35px rgba(46, 204, 113, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

#features {
    padding: 60px 0;
    background-color: #000000;
    text-align: center;
    border-top: 1px solid var(--border-color);
}

#features h3 {
    font-size: 2.8em;
    color: var(--primary);
    margin-bottom: 40px;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

.features-intro {
    font-size: 2.2em;
    font-weight: 700;
    color: var(--tertiary);
    text-align: center;
    margin-bottom: 30px;
}

.features-copy {
    font-size: 1.15em;
    line-height: 1.8;
    color: #c0c0c0;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.features-copy strong {
    color: var(--primary-light);
}

.features-copy em {
    color: var(--tertiary);
    font-style: normal;
    font-weight: 600;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.feature-item {
    background: var(--card-bg);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--tertiary);
    position: relative;
    transform: translateZ(0);
}

.feature-item:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 25px 50px rgba(166, 123, 234, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: var(--primary);
}

.feature-item h4 {
    color: var(--primary-light);
    font-size: 1.6em;
    margin-bottom: 12px;
}

.feature-item p {
    color: var(--text-muted);
    font-size: 1em;
}

.feature-icon {
    font-size: 2.5em;
    margin-bottom: 15px;
    display: inline-block;
    padding: 15px;
    background: linear-gradient(135deg, rgba(166, 123, 234, 0.2) 0%, rgba(29, 209, 161, 0.1) 100%);
    border-radius: 12px;
    border: 1px solid rgba(166, 123, 234, 0.3);
}

/* Enhanced section headers */
section h3 {
    position: relative;
    display: inline-block;
}

section h3::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--tertiary), var(--primary), var(--tertiary), transparent);
    border-radius: 2px;
}

section h3::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: var(--border-color);
}

/* Skills Section */
#skills {
    padding: 80px 0;
    background-color: #000000;
    text-align: center;
    border-top: 1px solid var(--border-color);
}

#skills h3 {
    font-size: 2.8em;
    color: var(--primary);
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

.skills-intro {
    font-size: 1.2em;
    color: var(--text-muted);
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.skill-card {
    background: var(--card-bg);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
}

.skill-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--tertiary));
}

.skill-card:hover {
    transform: translateY(-6px) translateZ(0);
    box-shadow: 0 20px 40px rgba(166, 123, 234, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.skill-card h4 {
    color: var(--primary-light);
    font-size: 1.5em;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.skill-card .skill-desc {
    color: #e0e0e0;
    font-size: 1.05em;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.skill-card .skill-use {
    color: var(--text-muted);
    font-size: 0.95em;
    margin: 0;
    line-height: 1.5;
}

/* Capabilities Section */
#capabilities {
    padding: 80px 0;
    background-color: #000000;
    text-align: center;
    border-top: 1px solid var(--border-color);
}

#capabilities h3 {
    font-size: 2.8em;
    color: var(--primary);
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

.capabilities-intro {
    font-size: 1.2em;
    color: var(--text-muted);
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
    text-align: left;
}

.capability-group {
    background: #0a0e1a;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    border-left: 4px solid var(--tertiary);
    position: relative;
    transform: translateZ(0);
}

.capability-group:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 20px 45px rgba(29, 209, 161, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.capability-group h4 {
    color: var(--primary-light);
    font-size: 1.6em;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.capability-group .group-subtitle {
    color: var(--tertiary);
    font-size: 0.95em;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.capability-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.capability-group li {
    color: var(--text-muted);
    margin-bottom: 15px;
    line-height: 1.6;
    padding-left: 0;
}

.capability-group li:last-child {
    margin-bottom: 0;
}

.capability-group strong {
    color: #e0e0e0;
}

.getting-started {
    background: linear-gradient(145deg, #0d1424 0%, #0a0e1a 100%);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid var(--border-color);
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
}

.getting-started::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--tertiary), var(--primary));
}

.getting-started ol {
    counter-reset: step;
}

.getting-started li {
    counter-increment: step;
    position: relative;
    padding-left: 40px;
}

.getting-started li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary) 0%, #7B5FC7 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85em;
    color: #fff;
}

.getting-started h4 {
    color: var(--primary-light);
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.getting-started ol {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.getting-started li {
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.7;
}

.getting-started li:last-child {
    margin-bottom: 0;
}

.getting-started strong {
    color: #e0e0e0;
}

/* Call to Action Section */
#call-to-action {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0e1a 0%, #000000 100%);
    text-align: center;
    border-top: 1px solid var(--border-color);
    position: relative;
}

#call-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--tertiary), transparent);
}

#call-to-action h2 {
    font-size: 2.5em;
    color: var(--primary);
    margin-bottom: 15px;
    text-shadow: 0 0 10px rgba(166, 123, 234, 0.3);
}

#call-to-action p {
    font-size: 1.3em;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.cta-highlight {
    font-size: 1.2em !important;
    color: #e0e0e0 !important;
    font-weight: 500;
    margin: 30px 0 !important;
}

.cta-trust {
    font-size: 0.9em !important;
    color: var(--tertiary) !important;
    margin-top: 20px !important;
    font-weight: 500;
}

.cta-stats {
    font-size: 0.95em !important;
    color: #707080 !important;
    margin-top: 15px !important;
}

/* Technical Specifications Section */
#tech-specs {
    padding: 80px 0;
    background: linear-gradient(180deg, #000000 0%, #0a0e1a 50%, #000000 100%);
    text-align: center;
    border-top: 1px solid var(--border-color);
    position: relative;
}

#tech-specs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(166, 123, 234, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(29, 209, 161, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

#tech-specs h3 {
    font-size: 2.8em;
    color: var(--primary);
    margin-bottom: 20px;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

.tech-intro {
    font-size: 1.15em;
    color: var(--text-muted);
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-style: italic;
    border-left: 4px solid var(--tertiary);
    padding-left: 20px;
}

.product-badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    font-size: 0.95em;
}

.product-badge span {
    background: var(--card-bg);
    color: var(--primary-light);
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid var(--primary);
}

.tech-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    text-align: left;
}

.tech-card {
    background: var(--card-bg);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary);
    border: 1px solid var(--border-color);
    position: relative;
    transform: translateZ(0);
}

.tech-card:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 25px 50px rgba(166, 123, 234, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tech-card h4 {
    color: var(--primary-light);
    font-size: 1.5em;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.tech-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tech-card li {
    color: var(--text-muted);
    margin-bottom: 15px;
    line-height: 1.6;
}

.tech-card li:last-child {
    margin-bottom: 0;
}

.tech-card strong {
    color: #e0e0e0;
}

/* Pricing Section */
#pricing {
    padding: 60px 0;
    background-color: #000000;
    text-align: center;
}

#pricing h3 {
    font-size: 2.8em;
    color: var(--primary);
    margin-bottom: 40px;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

/* FAQ Section */
#faq {
    padding: 80px 0;
    background-color: #0a0e1a;
    text-align: center;
    border-top: 1px solid var(--border-color);
}

#faq h3 {
    font-size: 2.8em;
    color: var(--primary);
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.faq-item {
    background: #000000;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    text-align: left;
}

.faq-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 15px 35px rgba(166, 123, 234, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.faq-item h4 {
    color: var(--primary-light);
    font-size: 1.3em;
    margin: 0 0 12px 0;
    font-weight: bold;
}

.faq-item p {
    color: var(--text-muted);
    font-size: 1em;
    line-height: 1.6;
    margin: 0;
}

.pricing-card {
    background: #0a0e1a;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    max-width: 400px;
    margin: 0 auto;
    transition: all 0.3s ease;
    border: 2px solid var(--primary);
    position: relative;
    transform: translateZ(0);
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.trust-badge {
    background: linear-gradient(135deg, #1a2332 0%, #0a0e1a 100%);
    border: 1px solid var(--tertiary);
    color: var(--tertiary);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.guarantee-seal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(29, 209, 161, 0.1) 0%, rgba(46, 204, 113, 0.05) 100%);
    border: 1px solid var(--tertiary);
    border-radius: 8px;
    padding: 12px;
    margin-top: 20px;
}

.guarantee-icon {
    font-size: 1.5em;
}

.guarantee-text {
    color: var(--tertiary);
    font-weight: 600;
    font-size: 0.95em;
}

/* Team Pricing Section */
.team-pricing {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid var(--border-color);
}

.team-pricing h3 {
    font-size: 2.2em;
    color: var(--primary);
    margin-bottom: 15px;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

.team-pricing-intro {
    color: var(--text-muted);
    font-size: 1.1em;
    max-width: 600px;
    margin: 0 auto 40px;
}

.volume-table {
    background: #0a0e1a;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    max-width: 700px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.volume-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: linear-gradient(135deg, #151c2c 0%, #0a0e1a 100%);
    padding: 18px 25px;
    font-weight: 600;
    color: var(--primary-light);
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.volume-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 25px;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.volume-row:last-child {
    border-bottom: none;
}

.volume-row:hover {
    background: rgba(166, 123, 234, 0.05);
}

.volume-row.popular {
    background: linear-gradient(135deg, rgba(29, 209, 161, 0.1) 0%, rgba(46, 204, 113, 0.05) 100%);
    border: 1px solid var(--tertiary);
}

.seat-range {
    color: #e0e0e0;
    font-weight: 600;
    font-size: 1.1em;
}

.seat-price {
    color: var(--primary-light);
    font-weight: 700;
    font-size: 1.3em;
}

.seat-savings {
    color: var(--tertiary);
    font-weight: 600;
    font-size: 1em;
}

.popular-badge {
    position: absolute;
    right: 25px;
    background: var(--tertiary);
    color: #000;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
}

.branding-badge {
    position: absolute;
    right: 25px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7em;
    font-weight: 700;
}

.volume-cta {
    text-align: center;
}

.volume-cta-note {
    color: #707080;
    font-size: 0.9em;
    margin-top: 15px;
}

.volume-cta-note a {
    color: var(--primary-light);
    text-decoration: none;
}

.volume-cta-note a:hover {
    text-decoration: underline;
}

/* Enterprise Section */
.enterprise-section {
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(135deg, #0d1424 0%, #0a0e1a 100%);
    border-radius: 12px;
    border: 2px solid var(--primary);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.enterprise-icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.enterprise-section h4 {
    color: var(--primary-light);
    font-size: 1.8em;
    margin: 0 0 10px 0;
}

.enterprise-section > p {
    color: var(--text-muted);
    margin-bottom: 25px;
}

.enterprise-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    text-align: left;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.enterprise-features li {
    color: var(--text-muted);
    font-size: 0.95em;
}

.enterprise-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
}

.pricing-card:hover {
    transform: translateY(-10px) translateZ(0);
    box-shadow: 0 30px 60px rgba(166, 123, 234, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: var(--primary-light);
}

.pricing-card h4 {
    color: var(--primary-light);
    font-size: 2em;
    margin-bottom: 20px;
}

.pricing-card .price {
    font-size: 3.5em;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 30px;
}

.pricing-card .price .per-seat {
    font-size: 0.5em;
    color: var(--primary-light);
    font-weight: normal;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-muted);
}

.pricing-card ul li:last-child {
    border-bottom: none;
}

.pricing-card .btn {
    margin-top: 20px;
    width: 80%;
}

/* GDPR Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a1f2e;
    color: #e0e0e0;
    padding: 15px 20px;
    display: none;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    flex-wrap: wrap;
    border-top: 2px solid var(--primary);
}

.cookie-banner p {
    margin: 0;
    flex-grow: 1;
    padding-right: 20px;
}

.cookie-banner a {
    color: var(--primary-light);
    text-decoration: underline;
}

.cookie-banner .btn {
    background: var(--tertiary);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cookie-banner .btn:hover {
    background: var(--accent);
}

/* EULA Section */
#eula {
    padding: 80px 0;
    background-color: #000000;
    border-top: 1px solid var(--border-color);
}

#eula h3 {
    font-size: 2.5em;
    color: var(--primary);
    margin-bottom: 25px;
    text-align: center;
    text-shadow: 0 0 8px rgba(166, 123, 234, 0.3);
}

#eula h4 {
    font-size: 1.8em;
    color: var(--primary-light);
    margin-top: 30px;
    margin-bottom: 15px;
}

#eula p {
    font-size: 1.05em;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 15px;
}

#eula strong {
    color: #e0e0e0;
}

.eula-checkbox {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eula-checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    accent-color: var(--tertiary);
}

.eula-checkbox label {
    font-size: 1.1em;
    color: #e0e0e0;
}

.eula-checkbox label a {
    color: var(--primary-light);
    text-decoration: none;
}

.eula-checkbox label a:hover {
    text-decoration: underline;
}

/* Cookie Banner */
.cookie-banner-hidden {
    display: none !important;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0a0e1a;
    color: #e0e0e0;
    padding: 20px;
    box-shadow: 0 -4px 20px rgba(166, 123, 234, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
    border-top: 2px solid var(--primary);
}

.cookie-banner-content {
    max-width: 90%;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#cookie-banner p {
    margin: 0 0 15px 0;
    font-size: 1em;
    line-height: 1.5;
}

#cookie-banner a {
    color: var(--primary-light);
    text-decoration: none;
}

#cookie-banner a:hover {
    text-decoration: underline;
}

.cookie-preferences {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cookie-preferences {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.cookie-preferences .btn {
    padding: 10px 20px;
    font-size: 0.9em;
    text-decoration: none;
    display: inline-block;
}

.btn.secondary {
    background: var(--secondary);
    box-shadow: 0 10px 25px rgba(111, 123, 140, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn.secondary:hover {
    background: #8FA1B7;
    box-shadow: 0 15px 35px rgba(111, 123, 140, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-4px) translateZ(0);
}

.btn.tertiary {
    background: #FF5C5C; /* A reddish tone for refuse */
    box-shadow: 0 10px 25px rgba(255, 92, 92, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn.tertiary:hover {
    background: #FF7B7B;
    box-shadow: 0 15px 35px rgba(255, 92, 92, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-4px) translateZ(0);
}

.cookie-details-hidden {
    display: none;
}

#cookie-details {
    background-color: #0f1419;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
    text-align: left;
}

#cookie-details p {
    font-size: 0.9em;
    margin-bottom: 15px;
}

#cookie-details-close {
    display: block;
    margin: 0 auto;
}

/* Footer Styles */
footer {
    background: linear-gradient(180deg, #0a0e1a 0%, #050508 100%);
    border-top: 1px solid var(--border-color);
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-col h5 {
    color: var(--primary-light);
    font-size: 1.1em;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.footer-tagline {
    color: var(--text-muted);
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    background: #151c2c;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-light);
    text-decoration: none;
    font-size: 0.85em;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95em;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--primary-light);
}

.footer-contact p {
    color: var(--text-muted);
    font-size: 0.9em;
    line-height: 1.7;
    margin: 0 0 10px 0;
}

.footer-contact strong {
    color: #e0e0e0;
}

.contact-phone,
.contact-email {
    font-size: 0.85em !important;
    color: var(--primary-light) !important;
}

.footer-bottom {
    background: #050508;
    padding: 20px 0;
    border-top: 1px solid var(--border-color);
}

.footer-bottom .container {
    text-align: center;
}

.footer-bottom p {
    color: #606070;
    font-size: 0.85em;
    margin: 0 0 8px 0;
}

.footer-bottom a {
    color: var(--primary-light);
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-legal {
    font-size: 0.75em !important;
    color: #505060 !important;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

/* ===== VISUAL ENHANCEMENTS ===== */

/* Animated background gradient */
body {
    background: 
        radial-gradient(ellipse at 20% 0%, rgba(166, 123, 234, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(29, 209, 161, 0.05) 0%, transparent 50%),
        #000000;
}

/* Glowing orbs decoration */
#features::before,
#skills::before,
#capabilities::before,
#tech-specs::before,
#pricing::before,
#faq::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 200px;
    background: radial-gradient(ellipse, rgba(166, 123, 234, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* Card glass morphism effect */
.feature-item,
.skill-card,
.capability-group,
.tech-card,
.faq-item {
    background: linear-gradient(145deg, rgba(20, 25, 40, 0.95) 0%, rgba(10, 14, 26, 0.98) 100%);
    backdrop-filter: blur(10px);
}

/* Gradient text for headings */
h2, h3, h4 {
    background: linear-gradient(135deg, #e0e0e0 0%, var(--primary-light) 50%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subtle floating animation for key elements */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hero-badge {
    animation: float 4s ease-in-out infinite;
}

/* Section dividers with gradient */
section {
    position: relative;
}

section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--border-color) 50%, transparent 100%);
}

/* Enhanced button shine effect */
.btn {
    position: relative;
    overflow: hidden;
}

.btn::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 ease;
}

.btn:hover::before {
    left: 100%;
}

/* Card hover glow */
.feature-item:hover,
.skill-card:hover,
.capability-group:hover,
.tech-card:hover,
.faq-item:hover {
    box-shadow: 
        0 25px 50px rgba(166, 123, 234, 0.15),
        0 0 0 1px rgba(166, 123, 234, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Pricing card premium effect */
.pricing-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
    background: linear-gradient(90deg, var(--tertiary), var(--primary), var(--tertiary));
    border-radius: 12px 12px 0 0;
}

/* Floating particles effect (CSS only) */
.hero::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(166, 123, 234, 0.15) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgba(29, 209, 161, 0.1) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgba(166, 123, 234, 0.08) 0%, transparent 5%),
        radial-gradient(circle at 70% 20%, rgba(29, 209, 161, 0.12) 0%, transparent 7%);
    animation: particleFloat 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes particleFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.02); }
}

/* Section title with decorative line */
section h3::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--tertiary), var(--primary));
    margin: 0 auto 20px;
    border-radius: 2px;
}

/* Input and form enhancements */
input[type="checkbox"]:checked {
    background: var(--tertiary);
    border-color: var(--tertiary);
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0e1a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary) 0%, #6B4FBB 100%);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-light);
}

/* ===== ADDITIONAL VISUAL POLISH ===== */

/* Animated gradient border on hero */
#hero {
    position: relative;
}

#hero::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, rgba(166, 123, 234, 0.5), rgba(29, 209, 161, 0.3), rgba(166, 123, 234, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Pricing card glow effect */
.pricing-card {
    position: relative;
}

.pricing-card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary), var(--tertiary), var(--primary));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-card:hover::after {
    opacity: 0.5;
}

/* Skill card number indicator */
.skill-card {
    position: relative;
}

.skill-card::after {
    content: attr(data-num);
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 3em;
    font-weight: 700;
    color: rgba(166, 123, 234, 0.08);
    font-family: serif;
}

/* Fade in animation on load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#hero {
    animation: fadeInUp 0.8s ease-out;
}

#features .feature-item:nth-child(1) { animation: fadeInUp 0.6s ease-out 0.1s both; }
#features .feature-item:nth-child(2) { animation: fadeInUp 0.6s ease-out 0.2s both; }
#features .feature-item:nth-child(3) { animation: fadeInUp 0.6s ease-out 0.3s both; }
#features .feature-item:nth-child(4) { animation: fadeInUp 0.6s ease-out 0.4s both; }
#features .feature-item:nth-child(5) { animation: fadeInUp 0.6s ease-out 0.5s both; }
#features .feature-item:nth-child(6) { animation: fadeInUp 0.6s ease-out 0.6s both; }

/* Pulsing dot animation for trust */
.hero-badge::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--tertiary);
    border-radius: 50%;
    margin-right: 10px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
}

/* Skill cards number styling */
.skill-card h4::before {
    content: attr(data-num) '.';
    display: block;
    font-size: 0.7em;
    color: var(--tertiary);
    font-weight: 700;
    margin-bottom: 5px;
    font-family: monospace;
}

/* Enhanced capability group icons */
.capability-group {
    position: relative;
    overflow: visible;
}

.capability-group::before {
    content: attr(data-icon);
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 4em;
    opacity: 0.3;
    z-index: 0;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.4));
    pointer-events: none;
}

/* Tech card enhanced styling */
.tech-card {
    position: relative;
    overflow: hidden;
}

.tech-card:hover {
    transform: translateY(-8px) translateZ(0) rotateX(2deg);
}

/* Grid pattern overlay on sections */
#capabilities::before,
#tech-specs::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(166, 123, 234, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(166, 123, 234, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

/* Better link styling */
a {
    transition: all 0.3s ease;
}

/* Enhanced feature item hover with icon animation */
.feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(29, 209, 161, 0.3) 0%, rgba(166, 123, 234, 0.2) 100%);
}

.feature-icon {
    transition: transform 0.3s ease, background 0.3s ease;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }

    .cookie-banner p {
        padding-right: 0;
        margin-bottom: 10px;
    }

    /* Hero responsive */
    #hero h2 {
        font-size: 2em;
    }

    .hero-sub {
        font-size: 1.1em;
    }

    .hero-benefits {
        flex-direction: column;
        gap: 10px;
    }

    .btn-large {
        padding: 15px 25px;
        font-size: 1em;
    }

    /* CTA responsive */
    #call-to-action h2 {
        font-size: 1.8em;
    }

    /* FAQ responsive */
    .faq-grid {
        grid-template-columns: 1fr;
    }

    /* Trust badges responsive */
    .trust-badges {
        gap: 8px;
    }

    .trust-badge {
        font-size: 0.65em;
        padding: 5px 8px;
    }

    .hero-trust {
        gap: 15px;
    }

    .hero-trust-item {
        font-size: 0.75em;
    }

    /* Team pricing responsive */
    .volume-header {
        display: none;
    }

    .volume-row {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 8px;
        padding: 25px 20px;
    }

    .popular-badge,
    .branding-badge {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }

    .enterprise-features {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .enterprise-section {
        padding: 25px 20px;
    }

    .team-pricing h3 {
        font-size: 1.8em;
    }
}

/* ===== ICON STYLES ===== */
.feature-icon {
    display: inline-block;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.capability-group h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5em;
}

.about-section h2 .icon {
    display: inline-block;
    font-size: 1.3em;
    margin-right: 8px;
}

.hero-trust-item,
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.value-icon,
.benefit-icon {
    display: block;
    font-size: 2em;
    margin-bottom: 15px;
}

.guarantee-icon {
    font-size: 1.5em;
    display: inline-block;
}

.tech-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3em;
}

.contact-email,
.contact-phone {
    display: flex;
    align-items: center;
    gap: 8px;
}

.support-option-icon {
    display: block;
    font-size: 2.5em;
    margin-bottom: 15px;
}

/* Fix for skill cards number styling */
.skill-card h4::before {
    display: none;
}

/* ============================================
   BLOG PAGE STYLES
   ============================================ */

.blog-page {
    background: linear-gradient(135deg, #0a0a0f 0%, #0d1117 50%, #0a0a0f 100%);
    min-height: 100vh;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 20px 60px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 50px;
}

.blog-post {
    background: var(--card-bg);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.post-header {
    padding: 50px 50px 40px;
    border-bottom: 1px solid var(--border-color);
    background: linear-gradient(180deg, rgba(166, 123, 234, 0.08) 0%, transparent 100%);
}

.post-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.post-category {
    background: var(--primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
}

.post-date,
.post-read-time {
    color: #808080;
    font-size: 0.95em;
    display: flex;
    align-items: center;
}

.post-date::before {
    content: "📅";
    margin-right: 6px;
}

.post-read-time::before {
    content: "⏱️";
    margin-right: 6px;
}

.post-title {
    font-size: 2.6em;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 0 0 20px rgba(166, 123, 234, 0.2);
}

.post-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--tertiary) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1em;
    color: #fff;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    color: #ffffff;
    font-weight: 600;
}

.author-role {
    color: #808080;
    font-size: 0.9em;
}

.post-content {
    padding: 50px;
}

.post-lead {
    font-size: 1.25em;
    color: #d0d0d0;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
}

.post-content p {
    font-size: 1.1em;
    line-height: 1.9;
    color: #c0c0c0;
    margin-bottom: 25px;
}

.post-content h2 {
    font-size: 1.9em;
    color: var(--primary-light);
    margin: 45px 0 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--border-color);
}

.post-content h3 {
    font-size: 1.4em;
    color: var(--tertiary);
    margin: 35px 0 15px;
}

.post-highlight {
    background: linear-gradient(135deg, rgba(29, 209, 161, 0.15) 0%, rgba(29, 209, 161, 0.05) 100%);
    border-left: 4px solid var(--tertiary);
    padding: 25px 30px;
    margin: 35px 0;
    border-radius: 0 12px 12px 0;
}

.post-highlight p {
    font-size: 1.3em;
    color: var(--tertiary);
    font-weight: 700;
    margin: 0;
}

.post-insight {
    background: rgba(166, 123, 234, 0.1);
    border: 1px solid rgba(166, 123, 234, 0.3);
    border-radius: 12px;
    padding: 25px 30px;
    margin: 30px 0;
}

.post-insight h4 {
    color: var(--primary-light);
    margin-bottom: 12px;
    font-size: 1.1em;
}

.post-insight p {
    color: #c0c0c0;
    margin: 0;
}

.post-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.post-list li {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    padding: 18px 25px;
    margin-bottom: 12px;
    border-radius: 10px;
    font-size: 1.05em;
    color: #c0c0c0;
    border-left: 3px solid var(--primary);
    transition: all 0.3s ease;
}

.post-list li:hover {
    border-color: var(--primary);
    transform: translateX(5px);
}

.post-example {
    background: rgba(29, 209, 161, 0.08);
    border: 1px dashed var(--tertiary);
    border-radius: 12px;
    padding: 25px 30px;
    margin: 30px 0;
}

.post-example h4 {
    color: var(--tertiary);
    margin-bottom: 12px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-example p {
    margin: 0;
}

.post-stat {
    display: flex;
    align-items: center;
    gap: 25px;
    background: linear-gradient(135deg, rgba(166, 123, 234, 0.2) 0%, rgba(166, 123, 234, 0.05) 100%);
    padding: 30px;
    border-radius: 16px;
    margin: 35px 0;
}

.stat-number {
    font-size: 3.5em;
    font-weight: 800;
    color: var(--primary);
    text-shadow: 0 0 30px rgba(166, 123, 234, 0.5);
}

.stat-text {
    font-size: 1.1em;
    color: #c0c0c0;
    line-height: 1.6;
}

.post-callout {
    background: var(--card-bg);
    border-left: 4px solid var(--accent);
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    color: var(--accent);
}

.post-quote {
    background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
    border: 2px solid var(--primary);
    border-radius: 16px;
    padding: 35px 40px;
    margin: 40px 0;
    text-align: center;
}

.post-quote p {
    font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 20px;
}

.post-quote p:last-child {
    margin-bottom: 0;
}

.post-sources {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 25px 30px;
    margin-top: 45px;
    border: 1px solid var(--border-color);
}

.post-sources h4 {
    color: #808080;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.post-sources p {
    color: #707070;
    font-size: 0.95em;
    margin: 0;
}

.post-author-bio {
    display: flex;
    gap: 20px;
    margin-top: 45px;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    align-items: flex-start;
}

.author-bio-avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--tertiary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3em;
    color: #fff;
}

.author-bio-text {
    color: #c0c0c0;
    font-size: 0.95em;
    line-height: 1.7;
}

.author-bio-text strong {
    color: var(--primary-light);
}

.post-footer {
    padding: 35px 50px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    background: rgba(0, 0, 0, 0.3);
}

.post-actions {
    display: flex;
    gap: 15px;
}

.post-share {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #808080;
}

.share-link {
    width: 40px;
    height: 40px;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0c0c0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-link:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: scale(1.1);
}

/* Blog Sidebar */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 30px;
}

.sidebar-widget h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 1.2em;
}

.sidebar-widget p {
    color: #909090;
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links li {
    margin-bottom: 12px;
}

.sidebar-links a {
    color: var(--primary-light);
    text-decoration: none;
    font-size: 0.95em;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-links a::before {
    content: "→";
    color: var(--tertiary);
}

.sidebar-links a:hover {
    color: var(--tertiary);
    transform: translateX(5px);
}

.btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.blog-footer {
    text-align: center;
    padding: 30px;
    color: #606060;
    font-size: 0.9em;
    border-top: 1px solid var(--border-color);
}

/* Responsive Blog */
@media (max-width: 968px) {
    .blog-container {
        grid-template-columns: 1fr;
        padding-top: 120px;
    }

    .blog-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sidebar-widget {
        flex: 1;
        min-width: 280px;
    }
}

@media (max-width: 640px) {
    .post-header {
        padding: 30px 25px;
    }

    .post-title {
        font-size: 1.8em;
    }

    .post-content {
        padding: 30px 25px;
    }

    .post-footer {
        padding: 25px;
        flex-direction: column;
    }

    .post-actions {
        flex-direction: column;
        width: 100%;
    }

    .post-stat {
        flex-direction: column;
        text-align: center;
    }

    .stat-number {
        font-size: 2.5em;
    }
}
