@media (max-width:768px) {
    .hero h1 {
        font-size: 2rem;
        line-height: 1.2
    }
    
    .hero .subtitle {
        font-size: 1rem;
        padding: 0 1rem
    }
    
    h2 {
        font-size: 1.8rem
    }
    
    .container {
        padding: 0 15px
    }
    
    .comparison-grid,
    .features-grid {
        grid-template-columns: 1fr
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem
    }
    
    .traditional {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }
    
    .nav-breadcrumb {
        font-size: .85rem
    }
    
    .nav-breadcrumb a {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.posting-visual {
    padding: 100px 0;
    background: linear-gradient(180deg,#f5f7fa 0,#f8fafc 40%,#f2f4f8 100%);
    position: relative;
    overflow: hidden
}

.section-title {
    color: #0f172a;
    text-shadow: 0 1px 2px rgba(255,255,255,.8)
}

.section-subtitle {
    color: rgba(15,23,42,.8);
    text-shadow: 0 1px 2px rgba(255,255,255,.6)
}

.section-title {
    text-align: center;
    color: #0f172a;
    font-size: 2.25rem;
    letter-spacing: -.02em;
    margin-bottom: 3rem;
    font-weight: 700
}

.section-subtitle {
    text-align: center;
    color: rgba(15,23,42,.75);
    font-size: 1.05rem;
    margin-bottom: 2.25rem
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media (max-width:1024px) {
    .steps-container {
        grid-template-columns: 1fr
    }
}

.step-card {
    background: linear-gradient(145deg,#fff,#f9fafb);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,.08),0 4px 10px rgba(0,0,0,.04);
    position: relative;
    overflow: hidden;
    transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease
}

.step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,0));
    pointer-events: none
}

.step-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg,#10b981 0,#14b8a6 45%,#0ea5e9 100%);
    border-radius: 0 0 20px 20px
}

.step-card:nth-child(2)::after {
    background: linear-gradient(90deg,#14b8a6 0,#0ea5e9 60%,#6366f1 100%)
}

.step-card:nth-child(3)::after {
    background: linear-gradient(90deg,#0ea5e9 0,#6366f1 60%,#8b5cf6 100%)
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(15,23,42,.12);
    border-color: #d1d9e3
}

.step-number {
    position: absolute;
    top: 18px;
    right: 18px;
    min-width: 46px;
    height: 46px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 14px;
    background: rgba(255,255,255,.85);
    border: 1.5px solid rgba(16,185,129,.2);
    box-shadow: 0 2px 8px rgba(15,23,42,.06);
    backdrop-filter: blur(6px)
}

.step-title {
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: .5rem
}

.step-description {
    color: #475569;
    text-shadow: none;
    font-size: .98rem;
    margin-bottom: 1.25rem
}

.project-selector {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(15,23,42,.06);
    padding: 1rem
}

.project-item {
    display: flex;
    align-items: center;
    padding: .875rem;
    margin-bottom: .75rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease
}

.project-item:last-child {
    margin-bottom: 0
}

.project-item:hover {
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(15,23,42,.1);
    background: #f0fdf4
}

.project-item.selected {
    border-color: #10b981;
    background: linear-gradient(0deg,rgba(16,185,129,.08),rgba(16,185,129,.08)),#fff;
    box-shadow: 0 2px 8px rgba(16,185,129,.15)
}

.project-name {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: .2rem;
    font-size: .98rem
}

.project-desc {
    color: #64748b;
    font-size: .86rem
}

.reward-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding: .875rem;
    background: #fafbfc;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    transition: box-shadow .2s ease,background .2s ease,transform .2s ease;
    flex-direction: column;
    align-items: stretch;
    gap: 8px
}

.reward-row:last-child {
    margin-bottom: 0
}

.reward-row:hover {
    box-shadow: 0 4px 12px rgba(15,23,42,.1);
    background: #f8fafc;
    transform: translateY(-2px)
}

.reward-label {
    color: #1e293b;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: .75rem
}

.reward-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.1)
}

.reward-row:first-child .reward-icon {
    background: linear-gradient(135deg,#fbbf24,#f59e0b)
}

.reward-row:last-child .reward-icon {
    background: linear-gradient(135deg,#10b981,#059669)
}

.reward-input {
    display: flex;
    align-items: center;
    gap: .5rem
}

.reward-input span {
    color: #64748b;
    font-weight: 600;
    font-size: 1rem
}

.reward-input input {
    width: 100px;
    padding: .6rem .75rem;
    border: 2px solid #cbd5e1;
    border-radius: 8px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #1e293b;
    text-align: center;
    background: #fff;
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
    transition: border-color .2s ease,box-shadow .2s ease
}

.reward-input input:focus {
    outline: 0;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16,185,129,.25)
}

.scouts-grid {
    display: grid;
    grid-template-columns: repeat(4,56px);
    gap: .75rem;
    margin: 1.5rem auto 1.5rem;
    max-width: 280px;
    justify-content: center
}

.scout-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg,#94a3b8 0,#64748b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: .85rem;
    box-shadow: 0 3px 12px rgba(15,23,42,.12);
    opacity: .9;
    transition: transform .18s ease,opacity .18s ease,background .18s ease
}

.scout-avatar:hover {
    transform: scale(1.08);
    opacity: 1;
    background: linear-gradient(135deg,#10b981,#047857);
    box-shadow: 0 4px 16px rgba(16,185,129,.3)
}

@media (prefers-reduced-motion:reduce) {
    .project-item,
    .reward-row,
    .scout-avatar,
    .step-card {
        transition: none
    }
}

.stat {
    text-align: center
}

.stat-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: #10b981;
    margin-bottom: .25rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.01em;
    text-shadow: 0 2px 4px rgba(16,185,129,.1)
}

.stat-label {
    color: #64748b;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600
}

.posting-visual a,
.posting-visual button,
.project-item,
.reward-row input {
    outline: 0
}

.posting-visual a:focus-visible,
.posting-visual button:focus-visible,
.project-item:focus-visible,
.reward-row input:focus-visible {
    box-shadow: 0 0 0 3px rgba(16,185,129,.25);
    border-radius: 10px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Inter,-apple-system,BlinkMacSystemFont,sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.6
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem
}

h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 600
}

.subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.header {
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,.05)
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    display: inline-block;
    text-decoration: none;
    line-height: 1
}

.logo img {
    height: 55px!important;
    width: auto;
    display: block;
    transition: opacity .3s ease
}

@media (max-width:768px) {
    .logo img {
        height: 40px!important
    }
}

.logo:hover {
    opacity: .8
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1rem
}

.nav-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .9rem
}

.nav-breadcrumb a {
    color: #15803d;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all .2s ease
}

.nav-breadcrumb a:hover {
    color: #2563eb;
    text-decoration-thickness: 2px
}

.separator {
    color: #999;
    font-size: 1.1rem
}

.current {
    color: #333;
    font-weight: 600
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 18px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: .25rem;
    position: relative;
    z-index: 1001
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2.5px;
    background: linear-gradient(90deg,#475569 0,#64748b 100%);
    border-radius: 2px;
    transition: all .3s ease-in-out;
    transform-origin: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.menu-toggle:hover span {
    background: linear-gradient(135deg,#065f46,#10b981);
    box-shadow: 0 2px 4px rgba(16,185,129,.2)
}

.menu-toggle.active {
    opacity: 0;
    pointer-events: none
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -380px;
    width: 360px;
    height: 100vh;
    background: linear-gradient(180deg,#f5f7fa 0,#f8fafc 40%,#f2f4f8 100%);
    box-shadow: -10px 0 40px rgba(0,0,0,.15);
    transition: right .3s ease-in-out;
    z-index: 1000;
    overflow-y: auto
}

.mobile-menu.active {
    right: 0
}

.menu-header {
    padding: 2rem 2rem 1rem;
    background: linear-gradient(180deg,#fff 0,#f8fafc 100%);
    border-bottom: 2px solid rgba(16,185,129,.1);
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu-header h2 {
    font-size: 1.5rem;
    background: linear-gradient(135deg,#065f46,#0b8f63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    margin: 0
}

.menu-close {
    background: 0 0;
    border: none;
    font-size: 1.5rem;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all .2s ease
}

.menu-close:hover {
    background: rgba(0,0,0,.05);
    color: #374151
}

.menu-content {
    padding: 0 2rem 2rem
}

.menu-section {
    margin-bottom: 2rem;
    position: relative
}

.menu-section h3 {
    font-size: 1rem;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-top: 2rem
}

.menu-section h3::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg,rgba(148,163,184,.3) 0,transparent 100%)
}

.menu-item {
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    margin: .5rem 0;
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: .95rem;
    transition: all .3s ease;
    position: relative;
    border-radius: 8px;
    background: 0 0
}

.menu-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 70%;
    background: linear-gradient(180deg,#10b981,#47e73c);
    border-radius: 2px;
    transition: width .3s ease
}

.menu-item:hover {
    box-shadow: 0 2px 8px rgba(11,80,160,.1);
    color: #000;
    transform: translateX(4px)
}

.menu-item.active {
    color: #000;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(11,80,160,.1)
}

.menu-item.active::before {
    width: 3px
}

.menu-item.launch-special {
    background: linear-gradient(45deg,#22c55e,#34d399,#10b981,#059669);
    border: 1px solid #059669;
    color: #fff;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center
}

.menu-item.launch-special:hover {
    transform: translateX(4px) scale(1.02);
    box-shadow: 0 6px 20px rgba(4,26,99,.3)
}

@keyframes float {
    0%,100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-3px)
    }
}

.menu-divider {
    height: 1px;
    background: linear-gradient(90deg,transparent,rgba(148,163,184,.2),transparent);
    margin: 1.5rem 0
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,23,42,.4);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 999
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible
}

.menu-item.signin {
    margin-top: 2rem;
    background: 0 0;
    border: 1px solid #059669;
    color: #000;
    text-align: center;
    justify-content: center
}

.menu-item.signin:hover {
    background: rgba(16,185,129,.05)
}

@media (max-width:640px) {
    .mobile-menu {
        width: 100%;
        right: -100%
    }
    
    .nav-breadcrumb {
        font-size: .875rem;
        padding: .4rem .8rem
    }
}

.hero {
    margin-top: 80px;
    padding: 80px 0 60px;
    text-align: center;
    background: #1a1a2e;
    color: #fff;
    position: relative;
    overflow: hidden
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 20% 80%,#22c55e 0,transparent 50%),radial-gradient(circle at 80% 20%,#14b8a6 0,transparent 50%),radial-gradient(circle at 40% 40%,#0ea5e9 0,transparent 50%),radial-gradient(circle at 90% 90%,#6366f1 0,transparent 50%);
    animation: gradientShift 20s ease infinite;
    opacity: .3
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .03;
    background-image: repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(255,255,255,.1) 35px,rgba(255,255,255,.1) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(255,255,255,.05) 35px,rgba(255,255,255,.05) 70px);
    pointer-events: none
}

.hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0,0,0,.3),0 4px 40px rgba(52,152,219,.2)
}

.hero .subtitle {
    font-size: 1.3rem;
    color: rgba(255,255,255,.9);
    margin-bottom: 2rem;
    margin-top: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,.3)
}

.cta-button {
    background: linear-gradient(45deg,#22c55e,#34d399,#10b981,#059669);
    color: #fff!important;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(16,185,129,.2);
    z-index: 1
}

.cta-button:visited {
    color: #fff!important
}

.cta-button span {
    position: relative;
    z-index: 10;
    color: #fff!important
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34,197,94,.15);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    opacity: 1;
    transition: opacity .3s ease;
    z-index: 1
}

.cta-button:hover::before {
    opacity: 0
}

.hero .cta-button::after,
.hero .cta-button::before {
    z-index: -1!important
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg,#10b981 0,#047857 100%);
    border-radius: 8px;
    opacity: .7;
    z-index: -1;
    transition: opacity .3s ease;
    filter: blur(10px);
    animation: glowRotate 12s linear infinite
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16,185,129,.4)
}

.cta-button:hover::after {
    opacity: 0
}

.cta-large {
    font-size: 1.2rem;
    padding: 16px 40px;
    margin: 2rem 0
}

.why-choose {
    padding: 5rem 0;
    background: #fff;
    margin-top: 1rem
}

.platform-features {
    padding: 5rem 0;
    background: #fff
}

.section-header {
    text-align: center;
    margin-bottom: 3rem
}

.section-header h2 {
    margin-top: 0
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 900px;
    margin: 0 auto
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 1.5rem
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    gap: 2rem
}

:root {
    --card-bg: rgba(251,252,253,0.95);
    --card-grad1: rgba(255,255,255,0.9);
    --card-grad2: rgba(248,250,252,0.9);
    --card-border: rgba(226,232,240,0.8);
    --card-shadow: rgba(15,23,42,0.08);
    --card-shadow-hover: rgba(30,58,138,0.12);
    --card-accent: rgba(29,78,216,0.08)
}

.benefit-card {
    background: linear-gradient(180deg,var(--card-grad1),var(--card-grad2));
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(29,78,216,.1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 20px var(--card-shadow);
    transform: translateZ(0);
    transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease
}

@supports (backdrop-filter:blur(10px)) {
    .benefit-card {
        backdrop-filter: blur(8px)
    }
}

.benefit-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: radial-gradient(1200px 300px at -10% -10%,rgba(255,255,255,.35),transparent 60%);
    pointer-events: none
}

.benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#1e3a8a,transparent);
    opacity: .7
}

.benefit-card:focus-within,
.benefit-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px var(--card-shadow-hover);
    border-color: rgba(29,78,216,.4);
    background: linear-gradient(180deg,rgba(255,255,255,.9),rgba(239,246,255,.9))
}

.benefit-card:hover::after {
    animation: pulse .3s ease
}

@keyframes pulse {
    0% {
        opacity: .7
    }
    50% {
        opacity: 1;
        filter: brightness(1.2)
    }
    100% {
        opacity: .7
    }
}

@media (prefers-reduced-motion:reduce) {
    .benefit-card {
        transition: none
    }
    .benefit-card:hover::after {
        animation: none
    }
}

.benefit-card h3,
.benefit-card p {
    position: relative;
    z-index: 1
}

.benefit-card p {
    color: #666;
    font-size: .95rem
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg,#3498db 0,#2c3e50 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.benefit-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: all .3s ease
}

.benefit-card:hover .benefit-icon svg {
    transform: scale(1.1) rotate(5deg)
}

.benefit-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(52,152,219,.4);
    transform: translate(-50%,-50%) scale(0);
    animation: iconPulse 3s ease-out infinite
}

.comparison {
    background: #1e1e1e;
    padding: 5rem 0;
    position: relative
}

.comparison::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.03) 2px,rgba(255,255,255,.03) 4px);
    pointer-events: none
}

.comparison h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 1rem;
    font-family: Monaco,Menlo,'Ubuntu Mono',monospace
}

.comparison .subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 3rem;
    font-family: Monaco,Menlo,'Ubuntu Mono',monospace
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    background: #282c34;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.5)
}

.comparison-side {
    padding: 2rem;
    position: relative
}

.traditional {
    background: rgba(254,202,202,.05);
    border-right: 1px solid rgba(255,255,255,.1)
}

.aivia-side {
    background: rgba(167,243,208,.05)
}

.comparison-side h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #e2e8f0;
    text-align: left;
    font-family: Monaco,Menlo,'Ubuntu Mono',monospace;
    display: flex;
    align-items: center;
    gap: .5rem
}

.traditional h3 {
    color: #ef4444
}

.aivia-side h3 {
    color: #10b981
}

.comparison-list {
    list-style: none
}

.comparison-list li {
    padding: .75rem 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: Monaco,Menlo,'Ubuntu Mono',monospace;
    font-size: .9rem;
    color: #e2e8f0;
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.comparison-list li:last-child {
    border-bottom: none
}

.comparison-list li::before {
    content: attr(data-line);
    color: #64748b;
    margin-right: 1rem;
    font-size: .8rem;
    min-width: 20px;
    display: inline-block
}

.diff-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    font-family: Monaco,Menlo,'Ubuntu Mono',monospace
}

.diff-removed {
    color: #ef4444
}

.diff-added {
    color: #10b981
}

.traditional .comparison-list li {
    background: rgba(239,68,68,.1);
    padding-left: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-right: 1rem
}

.aivia-side .comparison-list li {
    background: rgba(16,185,129,.1);
    padding-left: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-right: 1rem
}

.feature-section {
    background: rgba(249,249,249,.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(226,232,240,.8);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,.05);
    transition: all .3s ease
}

.feature-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,.1)
}

.feature-section h3 {
    color: #15803d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-align: center
}

.feature-list {
    list-style: none
}

.feature-list li {
    padding: .5rem 0;
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    color: #333;
    font-size: .95rem
}

.feature-list li::before {
    content: '✓';
    color: #10b981;
    font-weight: 700;
    margin-top: 2px
}

.pricing {
    text-align: center;
    background: linear-gradient(135deg,#1e293b 0,#334155 100%);
    color: #fff;
    padding: 4rem 2rem;
}

.pricing h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fff
}

.pricing-header {
    margin-bottom: 2rem
}

.price-display {
    margin: 2rem 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 1rem
}

.current-price {
    font-size: 3rem;
    font-weight: 800;
    color: #86efac
}

.features-box {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    padding: .5rem;
    margin: 2rem auto;
    max-width: 600px;
    justify-content: center;
    display: grid;
    font-size: 1.2rem
}

.features-box h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.2rem
}

.trust-section {
    margin: 2rem auto;
    max-width: 700px
}

.credentials {
    font-size: .9rem;
    line-height: 1.6;
    color: rgba(255,255,255,.9)
}

.features-list {
    max-width: 600px;
    margin: 2rem;
    text-align: left;
    list-style: none
}

.features-list li {
    padding: .5rem 0;
    display: flex;
    align-items: center;
    gap: .5rem
}

@keyframes gradientShift {
    0%,100% {
        transform: rotate(0) scale(1);
        filter: blur(40px)
    }
    25% {
        transform: rotate(90deg) scale(1.1);
        filter: blur(60px)
    }
    50% {
        transform: rotate(180deg) scale(1);
        filter: blur(50px)
    }
    75% {
        transform: rotate(270deg) scale(.9);
        filter: blur(70px)
    }
}

@keyframes glowRotate {
    0% {
        filter: blur(10px) hue-rotate(0)
    }
    100% {
        filter: blur(10px) hue-rotate(60deg)
    }
}

@keyframes patternFloat {
    0%,100% {
        transform: translate(0,0) scale(1)
    }
    33% {
        transform: translate(-20px,-20px) scale(1.1)
    }
    66% {
        transform: translate(20px,-10px) scale(.95)
    }
}

@keyframes iconPulse {
    0% {
        transform: translate(-50%,-50%) scale(0);
        opacity: 1
    }
    100% {
        transform: translate(-50%,-50%) scale(2);
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: .5
    }
    50% {
        transform: scale(1.1);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: .5
    }
}

@media (max-width:768px) {
    .hero h1 {
        font-size: 2rem;
        line-height: 1.4
    }
    
    .hero .subtitle {
        font-size: 1rem;
        padding: 0 1rem
    }
    
    h2 {
        font-size: 1.8rem
    }
    
    .container {
        padding: 0 15px
    }
    
    .comparison-grid,
    .features-grid {
        grid-template-columns: 1fr
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem
    }
    
    .traditional {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }
    
    .nav-breadcrumb {
        font-size: .85rem
    }
    
    .nav-breadcrumb a {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.footer-minimal {
    background: rgba(44,62,80,.05);
    border-top: 1px solid rgba(52,152,219,.1);
    padding: 1.5rem 0
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap
}

.footer-nav a {
    color: #64748b;
    text-decoration: none;
    font-size: .95rem;
    transition: color .2s ease
}

.footer-nav a:hover {
    color: #10b981
}

.footer-nav .divider {
    color: #10b981;
    font-size: .75rem
}

@media (max-width:640px) {
    .footer-nav .divider {
        display: none
    }
    
    .footer-nav {
        flex-direction: column;
        gap: 1rem
    }
}

.additional-filters {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0
}

.filter-label {
    color: #475569;
    font-size: .9rem;
    margin-bottom: .75rem;
    display: flex;
    align-items: center
}

.filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: .75rem
}

.filter-chip {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: .4rem .75rem;
    font-size: .85rem;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    gap: .5rem
}

.filter-chip:hover {
    background: #f8fafc;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,.05)
}

.filter-chip.active {
    background: rgba(16,185,129,.08);
    border-color: #10b981
}

.chip-label {
    color: #64748b;
    font-size: .8rem
}

.chip-value {
    color: #1e293b;
    font-weight: 600
}

.filter-chip.active .chip-label {
    color: #059669
}

.filter-chip.active .chip-value {
    color: #047857
}

.filter-note {
    color: #64748b;
    font-size: .85rem;
    text-align: center;
    margin: 0;
    padding: .5rem;
    background: rgba(16,185,129,.05);
    border-radius: 8px
}

.rewards-grid {
    display: grid;
    gap: 1rem
}

.reward-item {
    background: linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.reward-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
    transition: left .5s
}

.reward-item:hover::before {
    left: 100%
}

.reward-item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    border-color: #cbd5e1
}

.reward-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.1)
}

.icon-cash {
    background: linear-gradient(135deg,rgba(255,255,255,.4) 0,rgba(255,255,255,.3) 100%),linear-gradient(135deg,#10b981 0,#059669 100%)
}

.icon-mentor {
    background: linear-gradient(135deg,rgba(255,255,255,.4) 0,rgba(255,255,255,.3) 100%),linear-gradient(135deg,#3b82f6 0,#2563eb 100%)
}

.icon-swag {
    background: linear-gradient(135deg,rgba(255,255,255,.4) 0,rgba(255,255,255,.3) 100%),linear-gradient(135deg,#8b5cf6 0,#7c3aed 100%)
}

.icon-ticket {
    background: linear-gradient(135deg,rgba(255,255,255,.4) 0,rgba(255,255,255,.3) 100%),linear-gradient(135deg,#f59e0b 0,#d97706 100%)
}

.reward-content {
    flex: 1
}

.reward-title {
    font-weight: 600;
    color: #1e293b;
    font-size: 1rem;
    margin-bottom: .25rem;
    display: flex;
    align-items: center;
    gap: .5rem
}

.reward-value {
    color: #64748b;
    font-size: .875rem
}

.reward-badge {
    background: linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);
    color: #fff;
    padding: .125rem .5rem;
    border-radius: 20px;
    font-size: .65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    animation: pulse 2s infinite
}

@keyframes pulse {
    0%,100% {
        opacity: 1
    }
    50% {
        opacity: .8
    }
}

.divider {
    height: 1px;
    background: linear-gradient(90deg,transparent,#e2e8f0,transparent);
    margin: 1.5rem 0
}

.reward-footer {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #e2e8f0
}

.footer-text {
    color: #94a3b8;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.footer-icon {
    width: 16px;
    height: 16px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .65rem;
    font-weight: 700
}

.reward-note {
    font-size: .75rem;
    color: #64748b;
    text-align: center;
    margin-top: 2.5rem;
    line-height: 1.4
}

.trust-dashboard {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.04)
}

.activity-section {
    margin-bottom: 2.25rem;
    margin-top: .8rem
}

.section-label {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #64748b;
    margin-bottom: .75rem
}

.activity-feed {
    display: flex;
    flex-direction: column;
    gap: .8rem
}

.activity-item {
    display: flex;
    align-items: center;
    padding: .625rem;
    background: #fafbfc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all .2s ease
}

.activity-item:hover {
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(0,0,0,.04)
}

.activity-item.in-progress {
    border-left: 2px solid #fbbf24
}

.activity-item.pending {
    border-left: 2px solid #3b82f6
}

.activity-item.completed {
    border-left: 2px solid #10b981
}

.activity-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg,#94a3b8 0,#64748b 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 600;
    margin-right: .75rem
}

.activity-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .125rem
}

.scout-name {
    font-weight: 600;
    color: #1e293b;
    font-size: .875rem
}

.activity-status {
    color: #64748b;
    font-size: .8rem
}

.activity-time {
    color: #94a3b8;
    font-size: .75rem;
    white-space: nowrap
}

.activity-badge {
    padding: .25rem .625rem;
    border-radius: 12px;
    font-size: .7rem;
    font-weight: 600;
    white-space: nowrap
}

.activity-badge.awaiting {
    background: #dbeafe;
    color: #1e40af
}

.activity-rating {
    font-size: .75rem;
    white-space: nowrap
}

.trust-indicators {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .75rem;
    margin-bottom: 1.25rem;
    padding: 1rem 0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0
}

.indicator {
    display: flex;
    align-items: flex-start;
    gap: .625rem
}

.indicator-icon {
    font-size: 1.25rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16,185,129,.05);
    border-radius: 8px
}

.indicator-text {
    display: flex;
    flex-direction: column;
    gap: .125rem
}

.indicator-text strong {
    font-size: .8rem;
    color: #1e293b;
    font-weight: 600
}

.indicator-text span {
    font-size: .7rem;
    color: #64748b;
    line-height: 1.2
}

.exchange-stats {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: .75rem;
    background: linear-gradient(135deg,#fafbfc 0,#f0fdf4 100%);
    border-radius: 10px;
    margin-bottom: 2rem
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem
}

.stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b
}

.stat-value.status-green {
    color: #10b981;
    font-size: 1rem
}

.stat-divider {
    width: 1px;
    height: 30px;
    background: #e2e8f0
}

.stat-label {
    font-size: .7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600
}

@media (max-width:768px) {
    .trust-indicators {
        grid-template-columns: 1fr;
        gap: .5rem
    }
    
    .exchange-stats {
        flex-direction: column;
        gap: .75rem
    }
    
    .stat-divider {
        width: 60px;
        height: 1px
    }
}