@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/* CSS Reset & Base Styles */
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
}

html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
}

body {
    line-height: inherit;
    font-family: Montserrat, sans-serif;
    background-color: #1A1A1A;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

h1 {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

h2 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    margin-top: 0 !important;
    font-weight: 600;
    line-height: 1.4;
}

h1, h2, h3 {
    margin-top: 0 !important;
}

p {
    letter-spacing: -0.01em;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

button {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}

a {
    display: inline-block;
    cursor: pointer;
    color: inherit;
    text-decoration: inherit;
    text-decoration: none !important;
}

ol, ul, menu {
    list-style: none;
}

img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
}

img, video {
    max-width: 100%;
    height: auto;
}

button, input, select, optgroup, textarea {
    font: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
}

/* Typography Classes */
.text-hero {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.text-h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.text-h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

.text-h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.text-body1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.text-body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.text-caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

/* Utility Classes */
.pointer-events-none {
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0;
}

.top-8 {
    top: 2rem;
}

.left-\[15px\] {
    left: 15px;
}

.z-10 {
    z-index: 10;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.flex {
    display: flex;
}

.promo_grid {
    display: grid;
}

.hidden {
    display: none;
}

.inline-block {
    display: inline-block;
}

.h-2 {
    height: 0.5rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

.h-10 {
    height: 2.5rem;
}

.h-24 {
    height: 6rem;
}

.h-\[800px\] {
    height: 800px;
}

.h-\[calc\(100\%-8rem\)\] {
    height: calc(100% - 8rem);
}

.h-full {
    height: 100%;
}

.min-h-\[180px\] {
    min-height: 180px;
}

.min-h-screen {
    min-height: 100vh;
}

.w-2 {
    width: 0.5rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-8 {
    width: 2rem;
}

.w-10 {
    width: 2.5rem;
}

.w-\[2px\] {
    width: 2px;
}

.w-\[800px\] {
    width: 800px;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.max-w-\[60ch\] {
    max-width: 60ch;
}

.max-w-\[65ch\] {
    max-width: 65ch;
}

.max-w-\[600px\] {
    max-width: 600px;
}

.max-w-\[700px\] {
    max-width: 700px;
}

.max-w-\[800px\] {
    max-width: 800px;
}

.max-w-\[900px\] {
    max-width: 900px;
}

.max-w-\[1100px\] {
    max-width: 1100px;
}

.max-w-\[1440px\] {
    max-width: 1440px;
}

.flex-1 {
    flex: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.translate-y-0 {
    transform: translateY(0);
}

.translate-y-3 {
    transform: translateY(0.75rem);
}

.translate-y-4 {
    transform: translateY(1rem);
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.space-y-3 > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.space-y-5 > :not(:last-child) {
    margin-bottom: 1.25rem;
}

.space-y-6 > :not(:last-child) {
    margin-bottom: 1.5rem;
}

.space-y-8 > :not(:last-child) {
    margin-bottom: 2rem;
}

.gap-x-8 {
    column-gap: 2rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.self-start {
    align-self: flex-start;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.border-2 {
    border-width: 2px;
    border-style: solid;
}

.border-t {
    border-top-width: 1px;
    border-top-style: solid;
}

.border-\[\#00A402\] {
    border-color: #00a402;
}

.border-\[\#00A402\]\/50 {
    border-color: rgba(0, 164, 2, 0.5);
}

.border-white {
    border-color: #ffffff;
}

.border-white\/12 {
    border-color: rgba(255, 255, 255, 0.12);
}

.bg-\[\#0C0C0C\] {
    background-color: #0c0c0c;
}

.bg-\[\#00A402\]\/30 {
    background-color: rgba(0, 164, 2, 0.3);
}

.bg-\[\#1A1A1A\] {
    background-color: #1a1a1a;
}

.bg-\[\#222\] {
    background-color: #222;
}

.bg-transparent {
    background-color: transparent;
}

.fill-current {
    fill: currentColor;
}

.stroke-\[2\.5\] {
    stroke-width: 2.5px;
}

.stroke-\[2\] {
    stroke-width: 2px;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

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

.text-\[3rem\] {
    font-size: 3rem;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[13px\] {
    font-size: 13px;
}

.leading-relaxed {
    line-height: 1.625;
}

.text-\[\#00A402\] {
    color: #00a402;
}

.text-white {
    color: #ffffff;
}

.text-white\/40 {
    color: rgba(255, 255, 255, 0.4);
}

.text-white\/55 {
    color: rgba(255, 255, 255, 0.55);
}

.text-white\/60 {
    color: rgba(255, 255, 255, 0.6);
}

.text-white\/65 {
    color: rgba(255, 255, 255, 0.65);
}

.text-white\/70 {
    color: rgba(255, 255, 255, 0.7);
}

.text-white\/75 {
    color: rgba(255, 255, 255, 0.75);
}

.text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
}

.text-white\/85 {
    color: rgba(255, 255, 255, 0.85);
}

.text-white\/90 {
    color: rgba(255, 255, 255, 0.9);
}

.opacity-0 {
    opacity: 0;
}

.opacity-85 {
    opacity: 0.85;
}

.opacity-100 {
    opacity: 1;
}

.opacity-\[0\.05\] {
    opacity: 0.05;
}

.opacity-\[0\.08\] {
    opacity: 0.08;
}

.blur-\[60px\] {
    filter: blur(60px);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.delay-100 {
    transition-delay: 0.1s;
}

.duration-150 {
    transition-duration: 0.15s;
}

.duration-500 {
    transition-duration: 0.5s;
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Hover Effects */
.group:hover .group-hover\:-translate-y-0\.5 {
    transform: translateY(-0.125rem);
}

.group:hover .group-hover\:-translate-y-1 {
    transform: translateY(-0.25rem);
}

.hover\:border-\[\#00A402\]\/90:hover {
    border-color: rgba(0, 164, 2, 0.9);
}

.hover\:bg-white:hover {
    background-color: #ffffff;
}

.hover\:bg-white\/\[0\.02\]:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.hover\:text-\[\#1A1A1A\]:hover {
    color: #1a1a1a;
}

.hover\:shadow-\[0_8px_30px_rgba\(255\,255\,255\,0\.2\)\]:hover {
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);
}

/* Responsive Design - Medium screens (768px and up) */
@media (min-width: 768px) {
    .text-hero {
        font-size: 56px;
    }

    .md\:mb-4 {
        margin-bottom: 1rem;
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:mb-12 {
        margin-bottom: 3rem;
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .md\:mb-16 {
        margin-bottom: 4rem;
    }

    .md\:block {
        display: block;
    }

    .md\:h-11 {
        height: 2.75rem;
    }

    .md\:h-36 {
        height: 9rem;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:gap-5 {
        gap: 1.25rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:space-y-3\.5 > :not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .md\:space-y-6 > :not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .md\:space-y-8 > :not(:last-child) {
        margin-bottom: 2rem;
    }

    .md\:gap-x-12 {
        column-gap: 3rem;
    }

    .md\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .md\:p-6 {
        padding: 1.5rem;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:text-\[2rem\] {
        font-size: 2rem;
    }

    .md\:text-\[3rem\] {
        font-size: 3rem;
    }

    .md\:text-\[4rem\] {
        font-size: 4rem;
    }

    .md\:text-\[14px\] {
        font-size: 14px;
    }
}

/* Responsive Design - Large screens (1024px and up) */
@media (min-width: 1024px) {
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .lg\:text-\[2\.5rem\] {
        font-size: 2.5rem;
    }

    .lg\:text-\[5rem\] {
        font-size: 5rem;
    }
}
