@font-face {
    font-family: "FH Lecturis";
    src: url("/fonts/FHLecturis-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Latin.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Latin.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Latin.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Geist";
    src: url("/fonts/Geist-Latin.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   RESET & BASE
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #181717;
    color: #fafafa;
    font-family: "Geist", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* HEADING FONT */
h1,
h2,
h3,
.ethcc-landing .logo,
.ethcc-landing .footer-logo,
.ethcc-landing .section-title {
    font-family: "FH Lecturis", "Geist", Arial, sans-serif;
}

/* ============================================
   NAVIGATION BAR
   ============================================ */
.ethcc-landing nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #181717;
    border-bottom: 1px solid #2d2c2d;
    padding: 20px 0;
}

.ethcc-landing nav .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.ethcc-landing .logo svg {
    height: 40px;
    width: auto;
}

.ethcc-landing nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
}

.ethcc-landing nav a {
    color: #9697a0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ethcc-landing nav a:hover {
    color: #fafafa;
}

/* Section content (replaces inline z-index styles) */
.ethcc-landing .section-content {
    position: relative;
    z-index: 2;
}

/* ============================================
   BITS / BLOCKS PIXEL PATTERN (SVG-based)
   ============================================ */

/* Red pixel scatter pattern - used as decorative bg */
.ethcc-landing .bits-pattern-red {
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    background-image: radial-gradient(circle, #fe0002 1.5px, transparent 1.5px), radial-gradient(circle, #fe0002 1px, transparent 1px),
        radial-gradient(circle, #fe0002 2px, transparent 2px), radial-gradient(circle, #fe0002 1px, transparent 1px);
    background-size:
        40px 40px,
        60px 60px,
        80px 80px,
        30px 30px;
    background-position:
        0 0,
        20px 30px,
        50px 10px,
        10px 50px;
}

/* White pixel scatter pattern */
.ethcc-landing .bits-pattern-white {
    position: absolute;
    pointer-events: none;
    opacity: 0.06;
    background-image: radial-gradient(circle, #fafafa 1.5px, transparent 1.5px), radial-gradient(circle, #fafafa 1px, transparent 1px),
        radial-gradient(circle, #fafafa 2px, transparent 2px);
    background-size:
        50px 50px,
        70px 70px,
        90px 90px;
    background-position:
        5px 5px,
        35px 25px,
        55px 45px;
}

/* Block grid pattern - denser, more geometric */
.ethcc-landing .bits-grid {
    position: absolute;
    pointer-events: none;
}

/* ============================================
           NAVIGATION BAR
           ============================================ */

/* CONTAINER */
.ethcc-landing .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
           HERO SECTION
           ============================================ */
.ethcc-landing .hero {
    padding: 70px 20px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ethcc-landing .hero .bits-pattern-red {
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    opacity: 0.2;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
}

.ethcc-landing .hero .bits-pattern-white {
    bottom: 0;
    left: 0;
    width: 350px;
    height: 100%;
    opacity: 0.04;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}

/* Hero block grid - large red squares fading out */
.ethcc-landing .hero-blocks {
    position: absolute;
    top: 20px;
    right: -40px;
    display: grid;
    grid-template-columns: repeat(8, 14px);
    grid-template-rows: repeat(12, 14px);
    gap: 6px;
    transform: rotate(-5deg);
    opacity: 0.35;
}

.ethcc-landing .hero-blocks .bit {
    width: 14px;
    height: 14px;
    background-color: #fe0002;
    border-radius: 2px;
}

.ethcc-landing .hero-blocks-left {
    position: absolute;
    bottom: 30px;
    left: -20px;
    display: grid;
    grid-template-columns: repeat(6, 10px);
    grid-template-rows: repeat(8, 10px);
    gap: 5px;
    transform: rotate(3deg);
    opacity: 0.18;
}

.ethcc-landing .hero-blocks-left .bit {
    width: 10px;
    height: 10px;
    background-color: #fafafa;
    border-radius: 1px;
}

.ethcc-landing .hero .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.ethcc-landing .hero-accent {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.ethcc-landing .hero-accent .block {
    width: 12px;
    height: 12px;
    background-color: #fe0002;
    border-radius: 2px;
}

.ethcc-landing .hero-accent .block:nth-child(2) {
    opacity: 0.7;
}

.ethcc-landing .hero-accent .block:nth-child(3) {
    opacity: 0.4;
}

.ethcc-landing .hero h1 {
    font-size: 68px;
    font-weight: 400;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.05;
    max-width: 900px;
}

.ethcc-landing .hero-info {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    color: #9697a0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.ethcc-landing .hero-info .separator {
    color: #fe0002;
}

/* ============================================
           SECTION DIVIDER WITH BITS
           ============================================ */
.ethcc-landing .section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 0;
}

.ethcc-landing .section-divider .line {
    height: 1px;
    flex-grow: 1;
    background-color: #2d2c2d;
}

.ethcc-landing .section-divider .bits {
    display: flex;
    gap: 4px;
}

.ethcc-landing .section-divider .bits span {
    width: 6px;
    height: 6px;
    background-color: #fe0002;
    border-radius: 1px;
}

.ethcc-landing .section-divider .bits span:nth-child(2) {
    opacity: 0.6;
}

.ethcc-landing .section-divider .bits span:nth-child(3) {
    opacity: 0.3;
}

/* ============================================
           SECTION TITLES
           ============================================ */
.ethcc-landing .section-title {
    font-size: 36px;
    font-weight: 400;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-align: center;
}

.ethcc-landing .section-subtitle {
    text-align: center;
    color: #9697a0;
    font-size: 15px;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
           WHERE YOU'LL FIND US
           ============================================ */
.ethcc-landing .where-section {
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.ethcc-landing .where-section .bits-pattern-red {
    bottom: 0;
    left: 0;
    width: 250px;
    height: 250px;
    opacity: 0.1;
    mask-image: radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.6), transparent 70%);
    -webkit-mask-image: radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.6), transparent 70%);
}

.ethcc-landing .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ethcc-landing .card {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.25s ease;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
}

.ethcc-landing .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #fe0002;
    transition: width 0.3s ease;
}

.ethcc-landing .card:hover::before {
    width: 100%;
}

.ethcc-landing .card:hover {
    border-color: #fe0002;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(254, 0, 2, 0.12);
}

/* Bits decoration inside cards */
.ethcc-landing .card-bits {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.ethcc-landing .card-bits span {
    width: 8px;
    height: 8px;
    background-color: #fe0002;
    border-radius: 2px;
    opacity: 0.6;
}

.ethcc-landing .card-bits span:nth-child(1) {
    opacity: 1;
}
.ethcc-landing .card-bits span:nth-child(2) {
    opacity: 0.6;
}
.ethcc-landing .card-bits span:nth-child(3) {
    opacity: 0.3;
}

.ethcc-landing .card h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fafafa;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ethcc-landing .card-detail {
    color: #9697a0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ethcc-landing .card-detail .icon {
    color: #fe0002;
    font-size: 14px;
}

/* ============================================
           RESOURCES & TOOLS
           ============================================ */
.ethcc-landing .resources-section {
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.ethcc-landing .resources-section .bits-pattern-white {
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    opacity: 0.03;
    mask-image: radial-gradient(circle at top right, rgba(0, 0, 0, 0.5), transparent 70%);
    -webkit-mask-image: radial-gradient(circle at top right, rgba(0, 0, 0, 0.5), transparent 70%);
}

.ethcc-landing .resource-card {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Corner bits decoration */
.ethcc-landing .resource-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #fe0002;
    transition: width 0.3s ease;
}

.ethcc-landing .resource-card:hover::before {
    width: 100%;
}

.ethcc-landing .resource-card::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background-image: radial-gradient(circle, #fe0002 2px, transparent 2px), radial-gradient(circle, #fe0002 2px, transparent 2px),
        radial-gradient(circle, #fe0002 2px, transparent 2px), radial-gradient(circle, #fe0002 2px, transparent 2px);
    background-size: 10px 10px;
    background-position:
        0 0,
        10px 0,
        0 10px,
        10px 10px;
    background-repeat: no-repeat;
    opacity: 0.15;
    transition: opacity 0.3s ease;
}

.ethcc-landing .resource-card:hover::after {
    opacity: 0.4;
}

.ethcc-landing .resource-card:hover {
    border-color: #fe0002;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(254, 0, 2, 0.12);
}

.ethcc-landing .resource-label {
    font-size: 11px;
    font-weight: 700;
    color: #fe0002;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ethcc-landing .resource-label::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #fe0002;
    border-radius: 1px;
}

.ethcc-landing .resource-card h3 {
    font-size: 22px;
    font-weight: 400;
    color: #fafafa;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ethcc-landing .resource-description {
    color: #9697a0;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
    flex-grow: 1;
}

.ethcc-landing .read-more {
    color: #fe0002;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ethcc-landing .read-more:hover {
    color: #fa545f;
    gap: 14px;
}

/* ============================================
           TEAM ATTENDING
           ============================================ */
.ethcc-landing .team-section {
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.ethcc-landing .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.ethcc-landing .team-card {
    background-color: #1e1e1e;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 36px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
    text-decoration: none;
    display: block;
}

.ethcc-landing .team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #fe0002;
    transition: width 0.3s ease;
}

.ethcc-landing .team-card:hover::before {
    width: 100%;
}

.ethcc-landing .team-card:hover {
    border-color: #fe0002;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(254, 0, 2, 0.12);
}

.ethcc-landing .team-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #2d2c2d;
    border: 2px solid #fe0002;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "FH Lecturis", "Geist", Arial, sans-serif;
    font-size: 22px;
    color: #fafafa;
    letter-spacing: 1px;
}

.ethcc-landing .team-name {
    font-family: "FH Lecturis", "Geist", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.ethcc-landing .team-role {
    color: #9697a0;
    font-size: 13px;
    line-height: 1.4;
}

.ethcc-landing .team-link-icon {
    display: inline-block;
    margin-top: 16px;
    color: #fe0002;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.ethcc-landing .team-card:hover .team-link-icon {
    color: #fa545f;
}

/* CTA Button */
.ethcc-landing .cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

.ethcc-landing .cta-button {
    display: inline-block;
    background-color: #fe0002;
    color: #fafafa;
    font-family: "FH Lecturis", "Geist", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 18px 48px;
    border-radius: 6px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.ethcc-landing .cta-button:hover {
    background-color: #c00001;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(254, 0, 2, 0.3);
}

@media (max-width: 768px) {
    .ethcc-landing .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .ethcc-landing .team-grid {
        grid-template-columns: 1fr;
    }

    .ethcc-landing .cta-button {
        padding: 16px 36px;
        font-size: 14px;
    }
}

/* ============================================
   FOCUS STATES (Accessibility)
   ============================================ */
.ethcc-landing nav a:focus,
.ethcc-landing .footer-links a:focus,
.ethcc-landing .read-more:focus {
    outline: 2px solid #fe0002;
    outline-offset: 4px;
}

.ethcc-landing .card:focus-within,
.ethcc-landing .resource-card:focus-within,
.ethcc-landing .team-card:focus {
    outline: 2px solid #fe0002;
    outline-offset: 2px;
}

.ethcc-landing .cta-button:focus {
    outline: 2px solid #fe0002;
    outline-offset: 4px;
    background-color: #c00001;
    box-shadow: 0 8px 24px rgba(254, 0, 2, 0.3);
}

.ethcc-landing .logo:focus {
    outline: 2px solid #fe0002;
    outline-offset: 4px;
}

/* ============================================
   FOOTER
   ============================================ */
.ethcc-landing footer {
    background-color: #0d0d0d;
    border-top: 1px solid #2d2c2d;
    padding: 80px 20px 40px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.ethcc-landing footer .bits-pattern-red {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60px;
    opacity: 0.08;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.ethcc-landing .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ethcc-landing .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 40px;
}

.ethcc-landing .footer-logo {
    font-size: 52px;
    font-weight: 400;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.1;
}

.ethcc-landing .footer-tagline {
    color: #fe0002;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    line-height: 1.3;
    max-width: 320px;
    font-family: "FH Lecturis", "Geist", Arial, sans-serif;
}

.ethcc-landing .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid #2d2c2d;
    color: #9697a0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ethcc-landing .footer-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.ethcc-landing .footer-links a {
    color: #9697a0;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ethcc-landing .footer-links a:hover {
    color: #fafafa;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .ethcc-landing .hero h1 {
        font-size: 42px;
        letter-spacing: 1px;
    }

    .ethcc-landing .hero {
        padding: 50px 20px 40px;
    }

    .ethcc-landing .hero-info {
        gap: 20px;
        flex-direction: column;
    }

    .ethcc-landing .hero-blocks {
        display: none;
    }

    .ethcc-landing .hero-blocks-left {
        display: none;
    }

    .ethcc-landing nav ul {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
    }

    .ethcc-landing .section-title {
        font-size: 26px;
    }

    .ethcc-landing .cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ethcc-landing .resources-section .cards-grid {
        grid-template-columns: 1fr;
    }

    .ethcc-landing .card {
        padding: 30px 20px;
    }

    .ethcc-landing .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .ethcc-landing .footer-tagline {
        text-align: left;
    }

    .ethcc-landing .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .ethcc-landing .hero h1 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .ethcc-landing nav ul {
        gap: 16px;
    }

    .ethcc-landing nav a {
        font-size: 12px;
    }

    .ethcc-landing .section-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .ethcc-landing .card h3,
    .ethcc-landing .resource-card h3 {
        font-size: 18px;
    }

    .ethcc-landing .footer-logo {
        font-size: 28px;
    }
}
