body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: Arial, sans-serif;
    color: #FFD700;
}

h1 {
    color: #333;
    text-align: center;
    margin-top: 50px;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.banner {
    background: url('../assets/keybanner.jpg') no-repeat center center/cover;
    height: 300px;
    margin: 20px 0;
}

.register-link {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    color: #007bff;
    text-decoration: none;
}

.register-link:hover {
    text-decoration: underline;
}

.grand-opening {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    color: #4a0063;
}

.circular-text {
    position: relative;
    width: 300px;
    height: 300px;
    animation: rotate 20s linear infinite;
    margin-bottom: 2rem;
}

.circular-text span {
    position: absolute;
    left: 50%;
    transform-origin: 0 150px;
    font-size: 1.2rem;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.opening-title {
    text-align: center;
    margin: 1rem 0;
    line-height: 1.2;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.opening-title .grand-text {
    font-size: 4rem;
    color: #FFD700;
    font-weight: bold;
}

.opening-title .invite-text {
    font-size: 2rem;
    color: #fff;
    display: block;
    margin-bottom: 0.5rem;
}

.website {
    color: #FFD700;
}

.qr-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
}

.qr-code {
    width: 200px;
    height: 200px;
    filter: sepia(100%) saturate(300%) brightness(89%) hue-rotate(350deg);
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}

.qr-code:hover {
    transform: scale(1.05);
    filter: sepia(100%) saturate(400%) brightness(95%) hue-rotate(350deg);
}

.qr-text {
    color: #FFD700;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.registration {
    text-align: center;
    margin: 2rem 0;
}

.registration a {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(45deg, #000000, #222222);
    color: #FFD700;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    border: 2px solid #FFD700;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.registration a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
    background: linear-gradient(45deg, #222222, #333333);
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.95));
}

/* Slider Section */
.slider-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 20px auto;
    max-width: 1200px;
    border: 2px solid #FFD700;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    background: #000;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 215, 0, 0.3);
    cursor: pointer;
    border: 1px solid #FFD700;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background-color: #111111;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

.highlight-text {
    color: #FFD700;
}

/* Steps Section */
.steps-section {
    padding: 5rem 0;
    background-color: #000000;
}

.steps-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.step {
    text-align: center;
    flex: 1;
    min-width: 250px;
}

.step-icon {
    color: #FFD700;
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Prizes Section */
.prizes-section {
    padding: 5rem 0;
    background: linear-gradient(45deg, #000000, #222222);
    color: #FFD700;
}

.prizes-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

.destiny-text {
    font-size: 1.4rem;
    margin-top: 2rem;
    font-style: italic;
}

/* Rewards Section */
.rewards-section {
    padding: 4rem 2rem;
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
}

.rewards-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.rewards-content h3 {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    color: #a0a0a0;
}

.rewards-tiers {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.tier {
    flex: 1;
    min-width: 250px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.tier:hover {
    transform: translateY(-5px);
}

.tier-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    margin-bottom: 1rem;
}

.tier p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.tier strong {
    color: #ffffff;
    font-size: 1.2rem;
}

.bonus-rewards {
    margin-top: 3rem;
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bonus-rewards .highlight-text {
    font-size: 1.3rem;
    line-height: 1.8;
}

.bonus-rewards strong {
    color: #ffffff;
}

/* Common Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background-color: rgba(255, 215, 0, 0.05);
    border-radius: 10px;
}

h2 {
    text-align: center;
    color: #FFD700;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

.company-name {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 2rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.tagline {
    font-size: 1.5rem;
    color: #FFD700;
    margin-top: 2rem;
    display: block;
    font-style: italic;
    line-height: 1.5;
    opacity: 0.9;
}

/* Why Join Section */
.why-join-section {
    padding: 5rem 0;
    background: linear-gradient(45deg, #000000, #111111);
}

.why-join-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
}

.quote {
    font-size: 1.8rem;
    color: #FFD700;
    margin: 2rem 0;
    padding: 2rem;
    border-left: 3px solid #FFD700;
    text-align: left;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 0 10px 10px 0;
}

.journey-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 3rem;
    padding: 1rem;
}

/* Why Participate Section */
.why-participate-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #111111, #000000);
    color: #ffffff;
}

.participate-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.participate-content div {
    margin-bottom: 3rem;
}

.intro-text p {
    font-size: 1.4rem;
    color: #FFD700;
    line-height: 1.8;
    font-style: italic;
}

.purpose-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ffffff;
}

.journey-description p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #e0e0e0;
}

.closing-statement p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #FFD700;
    padding: 2rem;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

/* Why Miss Section */
.why-miss-section {
    padding: 5rem 0;
    background: linear-gradient(45deg, #000000, #111111);
}

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

.reason-card {
    background: rgba(255, 215, 0, 0.05);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.reason-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 215, 0, 0.08);
}

.reason-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1.5rem;
}

.reason-card p {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

/* Rules and Privacy Sections */
.rules-section, .privacy-section {
    padding: 5rem 0;
    background: linear-gradient(45deg, #000000, #111111);
    color: #ffffff;
}

.rules-intro, .privacy-intro {
    text-align: center;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    color: #FFD700;
}

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

.rule-card, .privacy-card {
    background: rgba(255, 215, 0, 0.05);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.rule-card h3, .privacy-card h3 {
    color: #FFD700;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.rule-card ul, .privacy-card ul {
    list-style: none;
    padding: 0;
}

.rule-card li, .privacy-card li {
    margin-bottom: 1rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
}

.rule-card li:before {
    content: "•";
    color: #FFD700;
    position: absolute;
    left: 0;
}

.rules-quote {
    text-align: center;
    font-style: italic;
    color: #FFD700;
    font-size: 1.2rem;
    margin-top: 3rem;
    padding: 2rem;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

/* Policy Section */
.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.policy-card {
    background: rgba(255, 215, 0, 0.05);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: transform 0.3s ease;
}

.policy-card:hover {
    transform: translateY(-5px);
}

.policy-card h3 {
    color: #FFD700;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.policy-card ul {
    list-style: none;
    padding: 0;
}

.policy-card li {
    margin-bottom: 1rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
    color: #ffffff;
}

.policy-card li:before {
    content: "•";
    color: #FFD700;
    position: absolute;
    left: 0;
}

.note {
    color: #FFD700;
    font-style: italic;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.contact {
    color: #FFD700;
    margin-top: 1.5rem;
    font-size: 1.1rem;
}

.final-note {
    text-align: center;
    margin-top: 4rem;
    padding: 2rem;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.final-note h3 {
    color: #FFD700;
    margin-bottom: 2rem;
}

.final-note p {
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.final-note .highlight {
    color: #FFD700;
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 2rem;
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background: linear-gradient(45deg, #000000, #111111);
    color: #ffffff;
}

.faq-intro {
    text-align: center;
    font-size: 1.3rem;
    color: #FFD700;
    margin-bottom: 3rem;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
    margin-bottom: 10px;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 8px;
}

.accordion-header {
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    color: #FFD700;
}

.accordion-header:hover {
    background: rgba(255, 215, 0, 0.08);
    border-radius: 8px;
}

.accordion-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #FFD700;
}

.accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    color: #FFD700;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
}

.accordion-content p {
    color: #ffffff;
    line-height: 1.6;
    padding: 20px 0;
    margin: 0;
}

.accordion-item.active {
    background: rgba(255, 215, 0, 0.08);
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

/* Innovation Protection Section */
.innovation-section {
    padding: 4rem 0;
    background: linear-gradient(45deg, #000000, #111111);
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.innovation-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    background: rgba(255, 215, 0, 0.03);
    border-radius: 12px;
}

.shield-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.innovation-content h2 {
    color: #FFD700;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.protection-text {
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.protection-text p {
    margin-bottom: 1rem;
}

.seal {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50px;
    margin-top: 1rem;
}

.seal-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.seal-text {
    color: #FFD700;
    font-weight: bold;
    letter-spacing: 1px;
}

.site-footer {
    background: linear-gradient(180deg, #000000, #111111);
    padding: 4rem 2rem 2rem;
    color: #ffffff;
}

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

.footer-section h3 {
    color: #FFD700;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-nav a, .contact-info a, .social-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav a:hover, .contact-info a:hover, .social-links a:hover {
    color: #FFD700;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.social-intro {
    margin-bottom: 1rem;
    color: #a0a0a0;
}

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

.footer-disclaimer {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.footer-disclaimer p {
    color: #a0a0a0;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.copyright {
    color: #FFD700;
    margin-top: 1rem;
}

.footer-signature {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.footer-signature p {
    color: #FFD700;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.6;
}

.signature {
    display: block;
    color: #ffffff;
    margin-top: 0.5rem;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.accordion-header {
    width: 100%;
    padding: 15px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.accordion-header h3 {
    margin: 0;
    font-size: 1.1rem;
}

.accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-item.active .accordion-content {
    max-height: 500px;
    padding: 15px;
}

/* Carousel Section */
.carousel-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2rem 0;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    padding: 2rem;
    background: rgba(255, 215, 0, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 215, 0, 0.1);
    border: none;
    color: #FFD700;
    font-size: 1.5rem;
    padding: 1rem;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.carousel-button:hover {
    background: rgba(255, 215, 0, 0.2);
}

.carousel-button.prev {
    left: 1rem;
}

.carousel-button.next {
    right: 1rem;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 215, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: #FFD700;
    transform: scale(1.2);
}

/* Rules Carousel Section */
.rules-carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 auto;
    width: 300px; /* Slightly larger than card to account for padding */
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background: #333;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

/* Privacy Policy Page Styles */
.privacy-policy-page {
    padding: 4rem 0;
    background-color: #000000;
    color: #FFD700;
}

.main-nav {
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.9);
}

.back-link {
    color: #FFD700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #fff;
}

.policy-intro {
    margin: 2rem 0;
    font-size: 1.2rem;
    line-height: 1.6;
}

.policy-section {
    margin: 3rem 0;
    padding: 2rem;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.policy-section h3 {
    text-align: center;
    color: #FFD700; /* Yellow color */
    margin: 1.5em 0 1em;
}

.policy-intro p {
    text-align: center;
}

.policy-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-section ul li {
    color: #ffffff;
    margin-bottom: 0.8rem;
    text-align: center;
    line-height: 1.6;
}

.policy-section ul li strong {
    color: #FFD700;
    margin-right: 0.5rem;
}

.note {
    margin-top: 1.5rem;
    font-style: italic;
    color: #FFD700;
}

.contact-section {
    text-align: center;
    margin: 4rem 0;
    padding: 2rem;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 15px;
}

.support-email {
    color: #FFD700;
    text-decoration: none;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.support-email:hover {
    color: #fff;
}

.final-note {
    background: rgba(255, 215, 0, 0.08);
}

.highlight {
    color: #fff;
    font-weight: bold;
    margin-top: 1.5rem;
}

.patent-details {
    background: rgba(255, 215, 0, 0.05);
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    border: 1px solid rgba(255, 215, 0, 0.1);
}

.patent-details h3 {
    color: #FFD700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    text-align: center;
}

.patent-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.patent-details li {
    color: #ffffff;
    margin-bottom: 0.8rem;
    text-align: center;
    line-height: 1.6;
}

.patent-details li strong {
    color: #FFD700;
    margin-right: 0.5rem;
}

/* Summit Section */
.summit-section {
    padding: 4rem 0;
    background: linear-gradient(45deg, #000000, #111111);
    border-top: 1px solid rgba(255, 215, 0, 0.1);
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.summit-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(255, 215, 0, 0.03);
    border-radius: 12px;
}

.summit-header {
    text-align: center;
    margin-bottom: 2rem;
}

.event-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 215, 0, 0.1);
    color: #FFD700;
    border-radius: 50px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.event-theme {
    color: #FFD700;
    font-size: 1.5rem;
    margin: 1rem 0;
    font-style: italic;
}

.summit-description {
    color: #ffffff;
    line-height: 1.8;
}

.summit-description p {
    margin-bottom: 1.5rem;
}

.summit-highlights {
    margin: 2rem 0;
    padding: 1.5rem;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 8px;
}

.summit-highlights h3 {
    color: #FFD700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.summit-highlights ul {
    list-style: none;
    padding: 0;
}

.summit-highlights li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
}

.summit-highlights li:before {
    content: "•";
    color: #FFD700;
    position: absolute;
    left: 0;
}

.summit-quote {
    text-align: center;
    color: #FFD700;
    font-size: 1.3rem;
    font-style: italic;
    margin: 2rem 0;
    padding: 1rem;
    border-left: none;
    position: relative;
}

.summit-quote:before,
.summit-quote:after {
    content: '"';
    color: rgba(255, 215, 0, 0.3);
    font-size: 3rem;
    position: absolute;
}

.summit-quote:before {
    top: -1rem;
    left: -1rem;
}

.summit-quote:after {
    bottom: -2rem;
    right: -1rem;
}

/* FAQ Page Specific Styles */
.faq-page {
    padding: 4rem 0;
    min-height: 100vh;
    background: linear-gradient(45deg, #000000, #111111);
}

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

.faq-card {
    background: rgba(255, 215, 0, 0.05);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    transition: transform 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 215, 0, 0.08);
}

.faq-card h3 {
    color: #FFD700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.faq-card p {
    color: #ffffff;
    line-height: 1.6;
}

.faq-page .contact-section {
    text-align: center;
    margin: 4rem auto;
    padding: 3rem;
    background: rgba(255, 215, 0, 0.05);
    border-radius: 12px;
    max-width: 600px;
}