/* Base Reset Styles */
*{border:0;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-smooth:always;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;word-wrap:break-word}html{min-height:100%;overflow-x:hidden;text-size-adjust:none;-o-text-size-adjust:none;-ms-text-size-adjust:none;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;width:100%}body{min-height:100%;overflow-x:hidden;width:100%}header,footer,nav,main,section{display:block}table{border-collapse:collapse;border-spacing:0}img,a>img{display:block;max-width:100%;vertical-align:bottom;width:100%}h1,h2,h3,h4,h5,h6,p,small,ul,ol,br,hr{display:block;width:100%}i,em{font-size:inherit;font-style:italic}b,strong{font-size:inherit;font-weight:700}u{font-size:inherit;text-decoration:none}a,a:link,a:visited,a:active,a:hover{cursor:pointer;font-size:inherit;text-decoration:none}br{content:' ';height:0}hr{overflow:hidden}ul,ol{list-style:none}pre,form,input[type=text],input[type=number],input[type=password],input[type=date],input[type=file],input[type=email],input[type=search],textarea,select,button,label{appearance:none;-o-appearance:none;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;border-radius:0;display:block;height:auto;vertical-align:top;width:100%}pre{overflow:auto;word-wrap:normal;white-space:pre}textarea{resize:none}button{cursor:pointer;display:inline-block;width:auto}label{display:inline-block;vertical-align:middle;width:auto}html{font-size:2.618vw}@media (max-width:2618px){html{font-size:1vw}}@media (max-width:1000px){html{font-size:1.618vw}}@media (max-width:618px){html{font-size:2.618vw}}body{padding:11.09vw 29.034vw 11.09vw 11.09vw}h1,h2,h3,h4,h5,h6,p,small{margin-bottom:1.618rem}h1{font-size:4.236rem;line-height:1.236}h2{font-size:2.618rem;line-height:1.382}h3,h4,h5,h6,p{font-size:1.618rem;line-height:1.618}u{border-bottom-width:.09rem}small{font-size:1rem;line-height:2}p>small{font-size:1.382rem;line-height:1.618}hr{height:.146rem;margin:4.236rem 0}h1 + hr,h2 + hr,h3 + hr,h4 + hr,h5 + hr,h6 + hr,p + hr,small + hr{margin-bottom:6.854rem}hr:first-child{margin-top:6.854rem}pre,input[type=text],input[type=number],input[type=password],input[type=date],input[type=file],input[type=email],input[type=search],textarea,select,button,label{border-width:.146rem;font-size:1.618rem;line-height:1.618;padding:1rem;margin-bottom:1.618rem}pre{max-height:29.034rem}pre,form{margin-bottom:2.618rem}textarea{min-height:4.236rem}label{border:0}input + button,textarea + button,select + button,button + button{margin-left:.618rem}*:focus{outline-color:#000}body{background-color:#fff;font-family:'Avenir',Helvetica,Arial,sans-serif;font-weight:300}h1,h2,h3,h4,h5,h6,p,small,a,a:link,a:visited,a:active,a:hover{color:#000}u{border-bottom-color:#000;border-bottom-style:dashed;font-style:normal}a:hover>u,a:focus>u{border-bottom-style:solid}input[type=text],input[type=number],input[type=password],input[type=date],input[type=file],input[type=email],input[type=search],textarea,select,button,label,pre{background-color:transparent;border-color:#000;border-style:solid;color:#000;font-weight:300}button{font-weight:700}:-ms-input-placeholder{color:#000}:-moz-placeholder{color:#000}::-moz-placeholder{color:#000}::-webkit-input-placeholder{color:#000}pre{background-color:#fafafa;border-color:#e5e5e5}hr{background-color:#000}

/* Custom Styles */
html{font-size:10px}
@media (min-width:1400px){html{font-size:12px}}
body{padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6}
h1,h2,h3,h4,h5,h6,p,small{margin-bottom:0}
h1{font-size:8rem;line-height:0.9;font-weight:900}
h2{font-size:5rem;line-height:1.1;font-weight:800}
h3{font-size:2.4rem;line-height:1.3;font-weight:700}
p{font-size:1.8rem;line-height:1.7;font-weight:400}
small{font-size:1.4rem;line-height:1.5}
u{border-bottom-width:2px}
hr{height:1px;margin:0}
button{font-size:1.6rem;font-weight:600;padding:2rem 4rem;border:2px solid;cursor:pointer}
input[type=email]{font-size:1.6rem;padding:1.8rem}
*:focus{outline:2px solid #7c37ff;outline-offset:4px}
body{background-color:#0d0d0d;color:#fff}
h1,h2,h3,h4,h5,h6{color:#fff}
p,small{color:rgba(255,255,255,0.85)}
a,a:link,a:visited,a:active,a:hover{color:inherit}
u{border-bottom-color:currentColor;border-bottom-style:solid}
button{background-color:transparent;border-color:#fff;color:#fff}

/* Animations */
@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}
body {
    background: #0d0d0d;
    position: relative;
    overflow-x: hidden;
}
body::before {
    content: '';
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(124,55,255,0.08) 0%, transparent 50%);
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes logoFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideInMenu {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Navigation */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    padding: 1rem;
    background: transparent;
    border: none;
    z-index: 1001;
    transition: all 0.3s ease;
}
.menu-toggle span {
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #7c37ff, #ff2282);
    border-radius: 2px;
    transition: all 0.3s ease;
}
.menu-toggle:hover span {
    background: linear-gradient(90deg, #ff2282, #ffc312);
}
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
}
.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
}
.nav {
    position: fixed;
    top: 0;
    right: 0;
    padding: 4rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
}
@media (max-width: 768px) {
  .nav {
    left: 0;
  }
}
.logo {
    height: 160px;
    width: auto;
    display: block;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 8px 24px rgba(124,55,255,0.5));
    animation: logoFloat 6s ease-in-out infinite;
    margin-bottom: 2rem;
}
.logo:hover {
    transform: scale(1.1) rotate(-5deg);
    filter: drop-shadow(0 12px 40px rgba(124,55,255,0.8));
}
.navlinks {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-end;
}
.navlinks a {
    font-size: 1.8rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    padding: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0;
    animation: slideIn 0.6s ease forwards;
}
.navlinks a:nth-child(1) { animation-delay: 0.1s; }
.navlinks a:nth-child(2) { animation-delay: 0.2s; }
.navlinks a::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c37ff, #ff2282, #ffc312);
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 2px;
}
.navlinks a::after {
    content: '→';
    position: absolute;
    left: -25px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ff2282;
    font-size: 2rem;
}
.navlinks a:hover {
    color: #fff;
    transform: translateX(-5px);
    text-shadow: 0 0 20px rgba(124,55,255,0.6);
}
.navlinks a:hover::before {
    width: 100%;
}
.navlinks a:hover::after {
    opacity: 1;
    left: -30px;
}
.navlinks a span {
    position: relative;
    z-index: 1;
}

/* Home Page Styles */
.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20rem 6rem 8rem;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.hero::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(124,55,255,0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
    filter: blur(80px);
}
.hero h1 {
    font-size: clamp(6rem, 12vw, 14rem);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}
h1 span { display: block; }
h1 .gradient {
    background: linear-gradient(135deg, #7c37ff 0%, #ff2282 50%, #ffc312 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 6s ease infinite;
    filter: drop-shadow(0 0 40px rgba(124,55,255,0.4));
}
.lead {
    font-size: 2.4rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
    max-width: 700px;
    margin-bottom: 5rem;
    font-weight: 300;
    position: relative;
    z-index: 1;
}
.cta {
    display: flex;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.btn {
    padding: 2.2rem 5.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    border: 2px solid;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.btn-primary {
    background: linear-gradient(135deg, #7c37ff 0%, #ff2282 100%);
    /* border-color: transparent; */
    color: #fff;
    box-shadow: 0 15px 40px rgba(124,55,255,0.4);
}
.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #ff2282 0%, #ffc312 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s cubic-bezier(0.4,0,0.2,1), height 0.6s cubic-bezier(0.4,0,0.2,1);
    z-index: 0;
}
.btn-primary:hover::before { width: 800px; height: 800px; }
.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(124,55,255,0.6);
}
.btn-primary * { position: relative; z-index: 1; }
.btn-secondary {
    background: transparent;
    border-color: rgba(124,55,255,0.5);
    color: #fff;
}
.btn-secondary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(124,55,255,0.2), rgba(255,34,130,0.2));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50px;
}
.btn-secondary:hover::before { opacity: 1; }
.btn-secondary:hover {
    border-color: #7c37ff;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(124,55,255,0.3);
}
.section {
    padding: 16rem 6rem 12rem;
    max-width: 1400px;
    margin: 0 auto;
}
.section-title {
    font-size: clamp(4rem, 8vw, 6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 8rem;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}
.section:nth-of-type(1) .section-title::after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #7c37ff, #ff2282);
    border-radius: 2px;
}
.section:nth-of-type(2) {
    background: linear-gradient(135deg, rgba(124,55,255,0.05) 0%, transparent 100%);
    border-radius: 40px;
    position: relative;
}
.section:nth-of-type(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #7c37ff, transparent);
}
.section:nth-of-type(2) .section-title {
    background: linear-gradient(135deg, #7c37ff, #ff2282, #ffc312);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.section:nth-of-type(3) {
    background: rgba(255,34,130,0.03);
    padding: 10rem 6rem;
    margin-top: 6rem;
    border-left: 4px solid #ff2282;
}
.section:nth-of-type(3) .section-title {
    text-align: left;
    color: #ff2282;
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}
.section:nth-of-type(1) .grid {
    gap: 4rem;
}
.card {
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(124,55,255,0.1);
    padding: 4rem;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c37ff, #ff2282, #ffc312);
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.card::after {
    content: '';
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(124,55,255,0.2) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
}
.card:hover::before { transform: translateX(0); }
.card:hover::after {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(124,55,255,0.4) 0%, transparent 70%);
}
.card:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(124,55,255,0.3);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(124,55,255,0.3);
}
.card h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
    z-index: 1;
}
.card p {
    font-size: 1.7rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    position: relative;
    z-index: 1;
}
.blog-card {
    background: linear-gradient(135deg, rgba(13,13,13,0.8) 0%, rgba(34,1,80,0.6) 100%);
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    background-clip: padding-box;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
}
.blog-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #7c37ff, #ff2282, #ffc312);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1);
}
.blog-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(124,55,255,0.15) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1);
}
.blog-card:hover::before { opacity: 1; }
.blog-card:hover::after { opacity: 1; }
.blog-card:hover {
    background: linear-gradient(135deg, rgba(34,1,80,0.9) 0%, rgba(124,55,255,0.3) 100%);
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 70px rgba(124,55,255,0.4), 0 0 0 1px rgba(124,55,255,0.3);
}
.blog-meta {
    padding: 2.5rem 3rem 1rem;
    position: relative;
    z-index: 2;
}
.blog-meta small {
    color: #ffc312;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.2rem;
    background: rgba(255,195,18,0.15);
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    display: inline-block;
}
.blog-content {
    padding: 0 3rem 3rem;
    flex: 1;
    position: relative;
    z-index: 2;
}
.blog-card h3 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.blog-card h3 a {
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}
.blog-card:hover h3 a {
    background: linear-gradient(135deg, #7c37ff 0%, #ff2282 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.blog-card p {
    color: rgba(255,255,255,0.6);
    font-size: 1.6rem;
    line-height: 1.7;
}
.event-card-home {
    background: rgba(255,34,130,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,34,130,0.2);
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: visible;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    align-items: start;
    border-radius: 16px;
}
.event-card-home::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #ff2282, #ffc312, #7c37ff);
    border-radius: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1);
    filter: blur(20px);
}
.event-card-home::after {
    content: '→';
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    font-size: 3rem;
    color: #ff2282;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
}
.event-card-home:hover::before { opacity: 1; }
.event-card-home:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.event-card-home:hover {
    background: rgba(255,34,130,0.1);
    border-color: rgba(255,34,130,0.5);
    transform: translateX(10px);
    box-shadow: 0 20px 60px rgba(255,34,130,0.4);
}
.event-date-home {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #ff2282, #ffc312);
    border: 2px solid rgba(255,34,130,0.5);
    min-width: 110px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(255,34,130,0.3);
    position: relative;
    overflow: hidden;
}
.event-date-home::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.2));
}
.event-date-home .day {
    display: block;
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1;
    color: #0d0d0d;
    margin-bottom: 0.3rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}
.event-date-home .month {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(13,13,13,0.8);
    position: relative;
    z-index: 1;
}
.event-info-home h3 {
    font-size: 2.3rem;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    transition: color 0.3s ease;
}
.event-card-home:hover .event-info-home h3 {
    color: #ffc312;
}
.event-info-home p {
    color: rgba(255,255,255,0.7);
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}
.event-info-home small {
    color: #ff2282;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-right: 1.5rem;
    font-size: 1.2rem;
}
.view-all {
    text-align: center;
    margin-top: 6rem;
}
.view-all a {
    display: inline-block;
    padding: 2rem 5rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid;
    background: linear-gradient(135deg, rgba(124,55,255,0.1), rgba(255,34,130,0.1));
    color: #fff;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    border-color: rgba(124,55,255,0.4);
}
.view-all a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #7c37ff, #ff2282);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s cubic-bezier(0.4,0,0.2,1), height 0.6s cubic-bezier(0.4,0,0.2,1);
    z-index: 0;
}
.view-all a span {
    position: relative;
    z-index: 1;
}
.view-all a:hover::before {
    width: 400px;
    height: 400px;
}
.view-all a:hover {
    border-color: #7c37ff;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(124,55,255,0.4);
}
.section:nth-of-type(2) .view-all a {
    border-color: rgba(124,55,255,0.5);
}
.section:nth-of-type(3) .view-all a {
    border-color: rgba(255,34,130,0.5);
    background: linear-gradient(135deg, rgba(255,34,130,0.1), rgba(255,195,18,0.1));
}
.section:nth-of-type(3) .view-all a::before {
    background: linear-gradient(135deg, #ff2282, #ffc312);
}
hr { display: none; }

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, rgba(124,55,255,0.05) 0%, transparent 100%);
    border-top: 1px solid rgba(124,55,255,0.2);
    margin-top: 8rem;
    position: relative;
}
.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #7c37ff, transparent);
}
.footer-content {
    padding: 10rem 6rem 8rem;
    max-width: 1400px;
    margin: 0 auto;
}
.footer-title {
    font-size: clamp(4rem, 8vw, 6rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 6rem;
    text-align: center;
    background: linear-gradient(135deg, #7c37ff, #ff2282, #ffc312);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Header Styles (Blog and Events pages) */
.header {
    padding: 20rem 6rem 8rem;
    max-width: 1400px;
    margin: 0 auto;
}
.header h1 {
    font-size: clamp(6rem, 10vw, 10rem);
    letter-spacing: -0.04em;
    margin-bottom: 2rem;
}
.header p {
    font-size: 2rem;
    color: rgba(255,255,255,0.6);
    max-width: 600px;
}

/* Events Page Styles */
.events {
    padding: 4rem 6rem 12rem;
    max-width: 1400px;
    margin: 0 auto;
}
.event-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 8rem;
}
.event-card {
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(124,55,255,0.1);
    padding: 4rem;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 200px 1fr auto;
    gap: 4rem;
    align-items: start;
}
.event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #7c37ff, #ff2282);
    transform: scaleY(0);
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.event-card:hover::before { transform: scaleY(1); }
.event-card:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(124,55,255,0.3);
    transform: translateX(8px);
    box-shadow: 0 20px 60px rgba(124,55,255,0.3);
}
.event-date {
    text-align: center;
    padding: 2rem;
    background: rgba(124,55,255,0.1);
    border: 1px solid rgba(124,55,255,0.3);
}
.event-date .day {
    display: block;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    color: #ff2282;
    margin-bottom: 0.5rem;
}
.event-date .month {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #7c37ff;
}
.event-info {
    flex: 1;
}
.event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 1.5rem;
}
.event-meta small {
    color: #7c37ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.event-card h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.event-card p {
    color: rgba(255,255,255,0.6);
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.event-card p b {
    color: #ffc312;
    font-weight: 600;
}
.event-action {
    display: flex;
    align-items: center;
}
.event-card button {
    padding: 1.8rem 4rem;
    background: linear-gradient(135deg, #7c37ff, #5325aa);
    border: 2px solid #7c37ff;
    color: #fff;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.event-card button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #ff2282;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s cubic-bezier(0.4,0,0.2,1), height 0.5s cubic-bezier(0.4,0,0.2,1);
    z-index: 0;
}
.event-card button:hover::before { width: 200px; height: 200px; }
.event-card button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(124,55,255,0.5);
}
.event-card button span { position: relative; z-index: 1; }
.newsletter {
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(124,55,255,0.2);
    padding: 6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.newsletter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c37ff, #ff2282, #ffc312);
}
.newsletter h3 {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
.newsletter p {
    font-size: 1.9rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter form {
    display: flex;
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
}
.newsletter input[type=email] {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border: 2px solid rgba(124,55,255,0.3);
    color: #fff;
    padding: 2rem;
    font-size: 1.6rem;
    transition: all 0.3s ease;
}
.newsletter input[type=email]:focus {
    border-color: #7c37ff;
    background: rgba(255,255,255,0.08);
}
.newsletter input[type=email]::placeholder {
    color: rgba(255,255,255,0.4);
}
.newsletter button {
    padding: 2rem 5rem;
    background: linear-gradient(135deg, #ff2282, #ffc312);
    border: 2px solid #ff2282;
    color: #0d0d0d;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.4,0,0.2,1);
    white-space: nowrap;
}
.newsletter button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255,34,130,0.5);
}

/* Blog Page Styles */
.posts {
    padding: 4rem 6rem 12rem;
    max-width: 1400px;
    margin: 0 auto;
}
.post-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}
.post-card {
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(124,55,255,0.1);
    padding: 0;
    transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.post-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7c37ff, #ff2282, #ffc312);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
}
.post-card:hover::before { transform: scaleX(1); }
.post-card:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(124,55,255,0.3);
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(124,55,255,0.3);
}
.post-meta {
    padding: 3rem 3rem 1rem;
}
.post-meta small {
    color: #7c37ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.post-content {
    padding: 0 3rem 3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.post-card h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.post-card h2 a {
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}
.post-card:hover h2 a {
    background: linear-gradient(135deg, #7c37ff 0%, #ff2282 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.post-card p {
    color: rgba(255,255,255,0.6);
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 3rem;
}
.read-more {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: #7c37ff;
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: auto;
    transition: all 0.3s ease;
}
.read-more::after {
    content: '→';
    font-size: 2rem;
    transition: transform 0.3s ease;
}
.post-card:hover .read-more {
    color: #ff2282;
}
.post-card:hover .read-more::after {
    transform: translateX(5px);
}
.featured {
    grid-column: 1 / -1;
}
.featured .post-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}
.featured h2 {
    font-size: 4.5rem;
}
.featured-text {
    display: flex;
    flex-direction: column;
}

/* Blog Post Page Styles */
.article {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20rem 6rem 12rem;
    position: relative;
    z-index: 2;
}
.event-details {
    background: rgba(124,55,255,0.05);
    border-left: 4px solid #ff2282;
    padding: 3rem;
    margin: 4rem 0;
    border-radius: 8px;
}
.event-details p {
    margin-bottom: 1.5rem;
}
.event-details p:last-child {
    margin-bottom: 0;
}
.meta {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
}
.meta small {
    color: #7c37ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
}
.meta::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(124,55,255,0.5), transparent);
}
.article h1 {
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 6rem;
    font-weight: 800;
}
.article h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 8rem 0 3rem;
    font-weight: 700;
    position: relative;
    padding-left: 2rem;
}
.article h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #7c37ff, #ff2282);
}
.article p {
    font-size: 2rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.75);
    margin-bottom: 2.5rem;
}
.article p b {
    color: #fff;
    font-weight: 600;
}
.article p:first-of-type {
    font-size: 2.4rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 4rem;
}
pre {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(124,55,255,0.2);
    padding: 3rem;
    margin: 4rem 0;
    font-family: 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #ffc312;
    position: relative;
    overflow-x: auto;
}
pre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c37ff, #ff2282, #ffc312);
}
.cta-section {
    margin-top: 10rem;
    padding: 5rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(124,55,255,0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #7c37ff, #ff2282);
}
.cta-section p {
    margin-bottom: 3rem;
    font-size: 1.9rem;
}
.cta-section a {
    color: #7c37ff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: rgba(124,55,255,0.4);
    transition: all 0.3s ease;
}
.cta-section a:hover {
    color: #ff2282;
    text-decoration-color: #ff2282;
}
.actions {
    margin-top: 8rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(124,55,255,0.1);
    display: flex;
    gap: 2rem;
    justify-content: center;
}

/* Media Queries */
@media (max-width: 1024px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    .nav { padding: 3rem 4rem; }
    .logo { height: 120px; }
    .navlinks a { font-size: 1.6rem; }
    .hero { padding: 16rem 4rem 6rem; }
    .section { padding: 12rem 4rem 8rem; }
    .section-title { margin-bottom: 6rem; }
    .header { padding: 18rem 4rem 6rem; }
    .events { padding: 0 4rem 10rem; }
    .posts { padding: 0 4rem 10rem; }
    .event-card {
        grid-template-columns: 150px 1fr auto;
        gap: 3rem;
        padding: 3.5rem;
    }
    .article {
        max-width: 1400px;
        padding: 18rem 4rem 10rem;
    }
    .footer-content {
        padding: 8rem 4rem 6rem;
    }
    .footer-title {
        margin-bottom: 5rem;
    }
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .nav {
        padding: 2rem 3rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        height: 100px;
        margin-bottom: 0;
        order: 2;
    }
    .menu-toggle {
        display: flex;
        order: 1;
    }
    .navlinks {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 280px;
        background: linear-gradient(135deg, rgba(13,13,13,0.98) 0%, rgba(34,1,80,0.98) 100%);
        backdrop-filter: blur(20px);
        padding: 10rem 3rem 3rem;
        gap: 2.5rem;
        transition: right 0.4s cubic-bezier(0.4,0,0.2,1);
        border-left: 1px solid rgba(124,55,255,0.3);
        box-shadow: -10px 0 40px rgba(0,0,0,0.5);
    }
    .navlinks.active {
        right: 0;
    }
    .navlinks a {
        font-size: 2rem;
        animation: none;
        opacity: 1;
    }
    .navlinks.active a {
        animation: slideInMenu 0.4s ease forwards;
    }
    .navlinks.active a:nth-child(1) { animation-delay: 0.1s; }
    .navlinks.active a:nth-child(2) { animation-delay: 0.2s; }
    .navlinks a::after {
        content: '→';
    }
    .hero {
        padding: 16rem 3rem 6rem;
        min-height: auto;
    }
    .hero h1 {
        font-size: clamp(4rem, 10vw, 6rem);
    }
    .lead {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    .cta {
        flex-direction: column;
        width: 100%;
    }
    .cta .btn {
        width: 100%;
        text-align: center;
    }
    .section {
        padding: 10rem 3rem 6rem;
    }
    .section-title {
        font-size: clamp(3rem, 8vw, 4rem);
        margin-bottom: 4rem;
    }
    .card {
        padding: 3rem;
    }
    .event-card-home {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2.5rem;
    }
    .event-date-home {
        width: 100%;
    }
    .header {
        padding: 16rem 3rem 5rem;
    }
    .header h1 {
        font-size: clamp(4rem, 10vw, 6rem);
    }
    .header p {
        font-size: 1.7rem;
    }
    .events {
        padding: 0 3rem 8rem;
    }
    .event-list {
        gap: 2.5rem;
        margin-bottom: 6rem;
    }
    .event-card {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem;
    }
    .event-date {
        width: 100%;
    }
    .event-card h2 {
        font-size: 2.6rem;
    }
    .event-card p {
        font-size: 1.6rem;
    }
    .event-action {
        justify-content: flex-start;
    }
    .event-card button {
        width: 100%;
    }
    .newsletter {
        padding: 5rem 3rem;
    }
    .newsletter h3 {
        font-size: 3rem;
    }
    .newsletter p {
        font-size: 1.7rem;
        margin-bottom: 3rem;
    }
    .newsletter form {
        flex-direction: column;
        gap: 1.5rem;
    }
    .posts {
        padding: 0 3rem 8rem;
    }
    .post-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .featured .post-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .post-meta {
        padding: 2.5rem 2.5rem 1rem;
    }
    .post-content {
        padding: 0 2.5rem 2.5rem;
    }
    .post-card h2 {
        font-size: 2.6rem;
    }
    .featured h2 {
        font-size: 3.5rem;
    }
    .article {
        max-width: 100%;
        padding: 16rem 3rem 8rem;
    }
    .event-details {
        padding: 2.5rem;
        margin: 3rem 0;
    }
    .article h1 {
        font-size: clamp(3.5rem, 8vw, 5rem);
        margin-bottom: 4rem;
    }
    .article h2 {
        font-size: 2.8rem;
        margin: 6rem 0 2rem;
        padding-left: 1.5rem;
    }
    .article h2::before {
        width: 3px;
    }
    .article p {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .article p:first-of-type {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    pre {
        padding: 2rem;
        margin: 3rem 0;
        font-size: 1.3rem;
    }
    .cta-section {
        margin-top: 8rem;
        padding: 4rem 3rem;
    }
    .cta-section p {
        font-size: 1.7rem;
        margin-bottom: 2.5rem;
    }
    .actions {
        margin-top: 6rem;
        flex-direction: column;
        gap: 1.5rem;
    }
    .btn {
        width: 100%;
        text-align: center;
    }
    .footer {
        margin-top: 6rem;
    }
    .footer-content {
        padding: 8rem 3rem 6rem;
    }
    .footer-title {
        font-size: clamp(3rem, 8vw, 4rem);
        margin-bottom: 4rem;
    }
}

@media (max-width: 480px) {
    .nav {
        padding: 2rem 2rem;
    }
    .logo {
        height: 80px;
        order: 2;
    }
    .menu-toggle {
        order: 1;
    }
    .navlinks {
        width: 100%;
        right: -100%;
    }
    .navlinks a {
        font-size: 1.8rem;
    }
    .hero {
        padding: 14rem 2rem 4rem;
    }
    .section {
        padding: 8rem 2rem 4rem;
    }
    .btn {
        padding: 1.5rem 3rem;
        font-size: 1.4rem;
    }
    .header {
        padding: 14rem 2rem 4rem;
    }
    .events {
        padding: 0 2rem 6rem;
    }
    .event-list {
        gap: 2rem;
    }
    .event-card {
        padding: 2.5rem;
    }
    .event-date {
        padding: 1.5rem;
    }
    .event-date .day {
        font-size: 3.5rem;
    }
    .event-date .month {
        font-size: 1.3rem;
    }
    .event-card h2 {
        font-size: 2.2rem;
    }
    .event-card p {
        font-size: 1.5rem;
    }
    .event-card button {
        padding: 1.5rem 3rem;
        font-size: 1.4rem;
    }
    .newsletter {
        padding: 4rem 2rem;
    }
    .newsletter h3 {
        font-size: 2.6rem;
    }
    .newsletter p {
        font-size: 1.6rem;
    }
    .newsletter input[type=email],
    .newsletter button {
        padding: 1.5rem;
        font-size: 1.4rem;
    }
    .posts {
        padding: 0 2rem 6rem;
    }
    .post-meta {
        padding: 2rem 2rem 0.5rem;
    }
    .post-content {
        padding: 0 2rem 2rem;
    }
    .post-card h2 {
        font-size: 2.2rem;
    }
    .featured h2 {
        font-size: 3rem;
    }
    .article {
        padding: 14rem 2rem 6rem;
    }
    .event-details {
        padding: 2rem;
        margin: 2.5rem 0;
    }
    .meta {
        gap: 1.5rem;
        margin-bottom: 3rem;
    }
    .meta small {
        font-size: 1.2rem;
    }
    .article h1 {
        font-size: clamp(3rem, 8vw, 4rem);
        margin-bottom: 3rem;
    }
    .article h2 {
        font-size: 2.4rem;
        margin: 5rem 0 1.5rem;
        padding-left: 1.2rem;
    }
    .article p {
        font-size: 1.6rem;
    }
    .article p:first-of-type {
        font-size: 1.8rem;
    }
    pre {
        padding: 1.5rem;
        font-size: 1.2rem;
    }
    .cta-section {
        margin-top: 6rem;
        padding: 3rem 2rem;
    }
    .btn {
        padding: 1.5rem 3rem;
        font-size: 1.4rem;
    }
    .footer {
        margin-top: 4rem;
    }
    .footer-content {
        padding: 6rem 2rem 4rem;
    }
    .footer-title {
        font-size: clamp(2.5rem, 8vw, 3.5rem);
        margin-bottom: 3rem;
    }
}
