:root {
    --primary-bg: radial-gradient(ellipse at center, #3A2C75 0%, #2F2165 50%, #241855 100%);
    --secondary-bg: #3D2B79;
    --card-bg: #4A3B8A;
    --card-bg-dark: #3A2A7A;
    --text-primary: #FFFFFF;
    --text-secondary: #B8B4D9;
    --text-muted: #8B87B3;
    --cta-orange: #FF6B35;
    --cta-pink: #FF4081;
    --cta-purple: #6B46C1;
    --sage-color: #5B9BD5;
    --maya-color: #EC4899;
    --alex-color: #22C55E;
    --vita-color: #FF8C42;
    --felix-color: #8B5CF6;
    --luna-color: #06B6D4;
    --available-green: #4CAF50;
    --locked-gray: #666;
    --upgrade-dark: #2A1A5A;
    --hackathon-border: rgba(255, 215, 0, 0.3);
    --hackathon-bg: rgba(255, 215, 0, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--primary-bg);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

body.no-scroll {
    overflow: hidden;
}

/* Stelle galattiche animate con timing diversi */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(1px 1px at 15px 25px, #fff, transparent),
        radial-gradient(2px 2px at 73px 142px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 156px 89px, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 234px 45px, #fff, transparent),
        radial-gradient(1px 1px at 312px 178px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 67px 203px, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 189px 267px, #fff, transparent),
        radial-gradient(1px 1px at 298px 134px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 45px 356px, rgba(255,255,255,0.5), transparent),
        radial-gradient(2px 2px at 167px 398px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 289px 312px, #fff, transparent),
        radial-gradient(1px 1px at 123px 456px, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 356px 234px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 78px 123px, #fff, transparent),
        radial-gradient(1px 1px at 234px 167px, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 145px 345px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 367px 89px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 89px 278px, #fff, transparent),
        radial-gradient(2px 2px at 278px 456px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 198px 123px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 345px 345px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 123px 89px, #fff, transparent),
        radial-gradient(1px 1px at 267px 234px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 34px 167px, rgba(255,255,255,0.5), transparent),
        radial-gradient(2px 2px at 178px 312px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 312px 67px, #fff, transparent),
        radial-gradient(1px 1px at 89px 398px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 245px 178px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 156px 289px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 334px 156px, #fff, transparent),
        radial-gradient(2px 2px at 67px 334px, rgba(255,255,255,0.9), transparent);
    background-repeat: repeat;
    background-size: 400px 500px;
    animation: twinkle 3s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: -1;
}

/* Animazioni stelle individuali */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(1px 1px at 95px 165px, rgba(255,255,255,0.8), transparent),
        radial-gradient(2px 2px at 213px 87px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 334px 298px, #fff, transparent),
        radial-gradient(1px 1px at 67px 412px, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 189px 156px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 298px 67px, rgba(255,255,255,0.5), transparent),
        radial-gradient(1px 1px at 123px 289px, #fff, transparent),
        radial-gradient(2px 2px at 245px 398px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 356px 178px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 78px 334px, rgba(255,255,255,0.9), transparent);
    background-repeat: repeat;
    background-size: 400px 500px;
    animation: twinkle-delayed 5s ease-in-out infinite alternate;
    animation-delay: 2s;
    pointer-events: none;
    z-index: -1;
}

@keyframes twinkle {
    0% { opacity: 0.2; }
    100% { opacity: 0.9; }
}

@keyframes twinkle-delayed {
    0% { opacity: 0.1; }
    100% { opacity: 0.7; }
}

@keyframes banner-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles - Non sticky, transparent */
.header {
    position: relative;
    z-index: 1000;
    background: transparent;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.logo-icon:hover {
    transform: translateY(-2px);
}

.logo-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--cta-orange);
}

.logo-subtitle {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-secondary);
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    opacity: 0.8;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.nav-link:hover {
    opacity: 1;
    color: var(--cta-orange);
    text-decoration: underline;
}

.nav-link.active {
    opacity: 1;
    color: var(--cta-orange);
    font-weight: 600;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.hamburger-menu span {
    width: 25px;
    height: 3px;
    background: var(--text-primary);
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Header CTA Button - smaller than hero button */
.nav-links .cta-button {
    padding: 10px 20px;
    font-size: 0.9rem;
}

/* Hackathon Banner - smaller */
.hackathon-banner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--hackathon-bg);
    border: 1px solid var(--hackathon-border);
    border-radius: 16px;
    padding: 8px 16px;
    margin-bottom: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #FFD700;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    animation: banner-pulse 3s ease-in-out infinite;
}

.hackathon-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.hackathon-banner .trophy {
    font-size: 1.2rem;
}

/* CTA Button Styles */
.cta-button {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--cta-purple), var(--cta-orange));
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cta-button.secondary {
    background: var(--card-bg-dark);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-button.primary-app {
    background: linear-gradient(135deg, var(--cta-purple), var(--cta-orange));
    border-radius: 16px;
}

.cta-button.primary-app:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.cta-button.upgrade-dark {
    background: var(--upgrade-dark);
    color: var(--text-muted);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-button.upgrade-dark:hover {
    background: var(--card-bg-dark);
    color: var(--text-secondary);
}

.cta-button.large {
    padding: 16px 32px;
    font-size: 1.2rem;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 4rem 0 4rem;
    background: transparent;
}

.hero-title {
    font-size: 4rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--cta-orange), #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    letter-spacing: -2px;
}

.hero-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    letter-spacing: 2px;
}

/* Hero tagline - increased size */
.hero-tagline {
    font-size: 2rem;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-primary);
}

.hero-tagline strong {
    color: var(--cta-orange);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 2rem;
}

.stat {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--cta-orange);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 600;
    letter-spacing: 1px;
}

.mobile-note {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-style: italic;
    margin-top: 2rem;
}

/* Section Styles */
.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--cta-orange), #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.2rem;
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Companions Section */
.companions {
    padding: 6rem 0;
    background: transparent;
}

.companions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.companion-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.companion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.companion-card.sage {
    background: linear-gradient(135deg, var(--sage-color), #4A8BC2);
}

.companion-card.maya {
    background: linear-gradient(135deg, var(--maya-color), #D63384);
}

.companion-card.alex {
    background: linear-gradient(135deg, var(--alex-color), #16A34A);
}

.companion-card.vita {
    background: linear-gradient(135deg, var(--vita-color), #EA580C);
}

.companion-card.felix {
    background: linear-gradient(135deg, var(--felix-color), #7C3AED);
}

.companion-card.luna {
    background: linear-gradient(135deg, var(--luna-color), #0891B2);
}

.companion-status-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.companion-status-badge.available {
    background: var(--available-green);
    color: white;
}

.companion-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    backdrop-filter: blur(10px);
}

.companion-icon {
    font-size: 2.5rem;
}

.companion-card h4 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.companion-card p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.companion-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.companion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.companion-tag {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.companion-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: var(--available-green);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

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

.companion-action {
    margin-top: auto;
}

/* Video Demo Section */
.video-demo {
    padding: 6rem 0;
    background: rgba(58, 44, 117, 0.3);
    text-align: center;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 2rem;
    aspect-ratio: 16/9;
    border: 2px solid var(--cta-orange);
    border-radius: 16px;
    overflow: hidden;
}

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

.video-description {
    text-align: center;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.video-demo .cta-button.primary {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

/* Technology Section */
.technology {
    padding: 6rem 0;
    background: transparent;
}

.technology-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.tech-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-card:hover {
    transform: translateY(-5px);
    border-color: var(--cta-orange);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.tech-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--cta-orange);
}

.tech-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.tech-card p {
    color: var(--text-secondary);
}

/* Hackathon Section */
.hackathon {
    padding: 6rem 0;
    background: rgba(58, 44, 117, 0.3);
}

.achievement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.achievement-card {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.achievement-card:hover {
    transform: translateY(-5px);
    border-color: var(--cta-orange);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.achievement-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--cta-orange);
}

.achievement-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.achievement-card p {
    color: var(--text-secondary);
}

/* Dashboard Preview Section */
.dashboard-preview {
    padding: 6rem 0;
    background: transparent;
    text-align: center;
}

.dashboard-placeholder {
    text-align: center;
    margin-bottom: 2rem;
}

.dashboard-caption {
    text-align: center;
    color: var(--text-secondary);
}

/* Pricing Section */
.pricing {
    padding: 6rem 0;
    background: rgba(58, 44, 117, 0.3);
}

/* Pricing Toggle */
.pricing-toggle {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.toggle-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-secondary);
    transition: color 0.3s ease;
}

.toggle-label.active {
    color: var(--text-primary);
}

.toggle-switch {
    width: 60px;
    height: 30px;
    background: var(--card-bg-dark);
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.toggle-switch.active {
    background: var(--cta-orange);
}

.toggle-slider {
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch.active .toggle-slider {
    transform: translateX(30px);
}

.save-badge {
    background: linear-gradient(135deg, #4CAF50, #45A049);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    top: -35px;
    right: -10px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.pricing-card.free {
    border-color: rgba(255, 255, 255, 0.2);
}

.pricing-card.popular {
    border-color: var(--cta-orange);
    transform: scale(1.05);
}

.pricing-card.premium-plus {
    border-color: var(--cta-purple);
}

/* Pricing Card Badges */
.badge-most-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--cta-orange), var(--cta-pink));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
}

.badge-7-days-free {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #4CAF50, #45A049);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 5;
}

/* Plan Headers with Icons */
.plan-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.crown-icon, .star-icon {
    font-size: 2rem;
    margin-right: 0.5rem;
}

/* Plan Titles */
.pricing-card h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-primary);
}

/* Pricing */
.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 1rem;
}

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

.amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0.2rem;
}

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

.plan-description {
    font-size: 1rem;
    color: var(--cta-orange);
    margin-bottom: 1.5rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.trial-info {
    background: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

/* Features List */
.features-list {
    list-style: none;
    text-align: left;
    margin-bottom: 2rem;
    flex-grow: 1;
}

.features-list li {
    padding: 0.3rem 0;
    color: var(--text-secondary);
    position: relative;
    padding-left: 2rem;
    line-height: 1.3;
}

.features-list li::before {
    content: "✓";
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.3rem;
}

.features-list li.coming-soon {
    position: relative;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.features-list li.coming-soon::before {
    content: "";
}

.feature-icon {
    margin-right: 0.5rem;
}

.coming-soon-badge {
    background: linear-gradient(135deg, var(--cta-orange), var(--cta-pink));
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.feature-description {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
    line-height: 1.3;
}

.current-plan {
    background: var(--card-bg-dark);
    color: var(--text-muted);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Roadmap & Vision Section */
.roadmap-vision {
    padding: 6rem 0;
    background: transparent;
}

.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.roadmap-item {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.roadmap-item:hover {
    transform: translateY(-5px);
    border-color: var(--cta-orange);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.roadmap-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--cta-orange), var(--cta-purple));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.roadmap-item:hover::before {
    opacity: 1;
}

.roadmap-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--cta-orange);
    display: block;
}

.roadmap-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-primary);
    line-height: 1.3;
}

.roadmap-item p {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 1rem;
}

.vision-content {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.vision-text {
    font-size: 1.4rem;
    color: var(--text-primary);
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 500;
}

.quote-text {
    font-size: 1.2rem;
    color: var(--cta-orange);
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
}

.roadmap-button-container {
    text-align: center;
}

/* Social Proof Section */
.social-proof {
    padding: 6rem 0;
    background: transparent;
}

.stats-row {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    text-align: center;
}

.proof-stat {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--cta-orange);
}

.testimonial {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-avatar {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.testimonial blockquote {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

.testimonial cite {
    color: var(--cta-orange);
    font-weight: 600;
}

/* Final CTA Section */
.final-cta {
    padding: 6rem 0;
    background: rgba(58, 44, 117, 0.3);
    text-align: center;
}

.security-note {
    margin-top: 2rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Footer */
.footer {
    padding: 4rem 0 2rem;
    background: var(--card-bg-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--cta-orange);
    margin-bottom: 1rem;
}

.footer-main p {
    color: var(--text-secondary);
    max-width: 300px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.footer-section {
    text-align: center;
}

.footer-section h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--cta-orange);
}

.footer-link {
    display: block;
    color: var(--cta-orange);
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    opacity: 0.8;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    gap: 2rem;
}

.footer-info p {
    color: var(--text-secondary);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.footer-legal {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    text-align: center;
}

/* Bolt Badge */
.bolt-badge {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.bolt-badge:hover {
    opacity: 1;
}

.bolt-badge img {
    width: 48px;
    height: 48px;
    display: block;
}

/* Legal Pages Styles */
.legal-page {
    padding: 4rem 0 2rem;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(74, 59, 138, 0.3);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.legal-page h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: var(--text-primary);
    text-align: center;
}

.legal-page h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
    color: var(--cta-orange);
}

.legal-page h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem;
    color: var(--text-primary);
}

.legal-page p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
}

.legal-page ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.legal-page li {
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.breadcrumbs {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.breadcrumb-link {
    color: var(--cta-orange);
    text-decoration: none;
    opacity: 0.8;
}

.breadcrumb-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.breadcrumb-separator {
    color: var(--text-secondary);
    margin: 0 0.5rem;
}

.breadcrumb-current {
    color: var(--text-primary);
}

.back-link {
    display: inline-block;
    margin-bottom: 2rem;
    color: var(--cta-orange);
    text-decoration: none;
    font-weight: 600;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.back-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.contact-info-box {
    background: rgba(255, 107, 53, 0.1);
    border: 1px solid rgba(255, 107, 53, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.contact-info-box h2 {
    margin-top: 0;
}

.legal-separator {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

.legal-footer {
    text-align: center;
    font-style: italic;
    color: var(--text-muted);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger-menu {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--primary-bg);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
    }
    
    .nav-links.open {
        transform: translateX(0);
    }
    
    .nav-link {
        font-size: 1.2rem;
        text-align: center;
    }
    
    .hackathon-banner {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .hero {
        padding: 4rem 0 3rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-tagline {
        font-size: 1.4rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 2rem;
    }
    
    .companions-grid {
        grid-template-columns: 1fr;
    }
    
    .achievement-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-card.popular {
        transform: none;
    }
    
    .toggle-container {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .save-badge {
        position: static;
        margin-top: 0.5rem;
    }
    
    .badge-most-popular {
        top: -10px;
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
    
    .badge-7-days-free {
        top: 10px;
        right: 10px;
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
    
    .roadmap-grid {
        grid-template-columns: 1fr;
    }
    
    .vision-text {
        font-size: 1.2rem;
    }
    
    .quote-text {
        font-size: 1rem;
    }
    
    .stats-row {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-content {
        text-align: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .bolt-badge {
        bottom: 15px;
        right: 15px;
    }
    
    .bolt-badge img {
        width: 40px;
        height: 40px;
    }
    
    .legal-page {
        margin: 1rem;
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .nav-links {
        gap: 0.5rem;
    }
    
    .hackathon-banner {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hero {
        padding: 3rem 0 3rem;
    }
    
    .hero-tagline {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .companions, .technology, .hackathon, .pricing, .roadmap-vision, .social-proof, .final-cta {
        padding: 4rem 0;
    }
    
    .pricing-card {
        padding: 1.5rem;
    }
    
    .amount {
        font-size: 2.5rem;
    }
    
    .roadmap-item {
        padding: 1.5rem;
    }
    
    .roadmap-item h4 {
        font-size: 1.1rem;
    }
    
    .vision-text {
        font-size: 1.1rem;
    }
    
    .quote-text {
        font-size: 0.95rem;
    }
    
    .legal-page {
        padding: 1.5rem 1rem;
    }
    
    .legal-page h1 {
        font-size: 2rem;
    }
}