/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #1a1a1a;
    color: #F5F5F5;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}

.main {
    position: relative;
    overflow-x: hidden;
}

/* ===== UTILITY ===== */
.highlight {
    color: #39FF14;
}

/* ===== BRUTALIST BORDERS ===== */
.brutalist-border {
    border: 4px solid #000000;
    box-shadow: 8px 8px 0 #000000;
}
.brutalist-border-thick {
    border: 6px solid #000000;
    box-shadow: 10px 10px 0 #000000;
}
.brutalist-shadow-pink {
    box-shadow: 12px 12px 0 #FF006E;
}
.brutalist-shadow {
    box-shadow: 12px 12px 0 #000000;
}

/* ===== HERO SECTION ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    overflow: hidden;
    transition: all 0.3s ease;
}
.hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjc0IiBudW1PY3RhdmVzPSIzIiAvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNmKSIgb3BhY2l0eT0iMC4xIiAvPjwvc3ZnPg==');
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}
.hero-bg-shapes {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    z-index: 1;
}
.shape {
    position: absolute;
    border: 4px solid;
    transition: all 0.4s ease;
}
.shape-1 {
    top: 25%; left: 25%;
    width: 16rem; height: 16rem;
    border-color: #39FF14;
    transform: rotate(12deg);
}
.shape-2 {
    bottom: 33%; right: 25%;
    width: 12rem; height: 12rem;
    border-color: #FF006E;
    transform: rotate(-12deg);
}
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}
.hero-title {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(4rem, 15vw, 20rem);
    line-height: 0.8;
    letter-spacing: -0.05em;
    color: #F5F5F5;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-shadow: 4px 4px 0 #000000;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.hero:hover .hero-title {
    transform: scale(1.05);
    text-shadow: 8px 8px 0 #000000, 0 0 20px #39FF14;
}
.hero:hover .shape-1 {
    border-color: #FF006E;
    transform: rotate(45deg) scale(1.1);
}
.hero:hover .shape-2 {
    border-color: #39FF14;
    transform: rotate(-45deg) scale(1.1);
}
.hero-tagline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .hero-tagline {
        flex-direction: row;
    }
}
.tagline-box {
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #000000;
}
@media (min-width: 768px) {
    .tagline-box {
        width: 24rem;
    }
}
.tagline-berani {
    background-color: #39FF14;
    transform: rotate(-2deg);
}
.tagline-authentic {
    background-color: #FF006E;
    transform: rotate(2deg);
    margin-top: -1rem;
}
@media (min-width: 768px) {
    .tagline-authentic {
        margin-top: 0;
        margin-left: -1rem;
    }
}
.tagline-text {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    color: #000000;
}
.tagline-authentic .tagline-text {
    color: #F5F5F5;
}

/* ===== STATEMENT SECTION ===== */
.statement {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 6rem 1rem;
    overflow: hidden;
}
.statement::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjc0IiBudW1PY3RhdmVzPSIzIiAvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNmKSIgb3BhY2l0eT0iMC4xIiAvPjwvc3ZnPg==');
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}
.statement-decor {
    position: absolute;
    background-color: #39FF14;
    border: 4px solid #000000;
}
.decor-1 {
    top: 25%; right: 3rem;
    width: 6rem; height: 6rem;
    transform: rotate(45deg);
}
.decor-2 {
    bottom: 33%; left: 3rem;
    width: 8rem; height: 8rem;
    background-color: #FF006E;
    transform: rotate(-12deg);
}
.statement-container {
    max-width: 72rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.statement-quote-wrapper {
    position: relative;
}
@media (min-width: 768px) {
    .statement-quote-wrapper {
        margin-right: 4rem;
    }
}
.statement-quote-box {
    background-color: #000000;
    border: 6px solid #000000;
    box-shadow: 12px 12px 0 #FF006E;
    padding: clamp(2rem, 5vw, 4rem);
}
.statement-quote {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 6vw, 4.5rem);
    color: #F5F5F5;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.statement-quote .highlight {
    color: #39FF14;
}
.statement-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #F5F5F5;
    line-height: 1.6;
    max-width: 48rem;
}
.statement-energy {
    position: relative;
    margin-top: 2rem;
    z-index: 20;
}
@media (min-width: 768px) {
    .statement-energy {
        position: absolute;
        bottom: -1.5rem;
        right: -1.5rem;
        margin-top: 0;
        max-width: 60%;
    }
}
.energy-box {
    background-color: #39FF14;
    border: 4px solid #000000;
    padding: 2rem;
    max-width: 24rem;
}
.energy-text {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===== VISUAL ANCHOR SECTION ===== */
.visual {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 6rem 1rem;
    overflow: hidden;
}
.visual::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjc0IiBudW1PY3RhdmVzPSIzIiAvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNmKSIgb3BhY2l0eT0iMC4xIiAvPjwvc3ZnPg==');
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}
.visual-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}
.visual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 768px) {
    .visual-grid {
        grid-template-columns: 1fr 1fr; /* 50% - 50% */
    }
}
.visual-title-box {
    background-color: #FF006E;
    border: 6px solid #000000;
    box-shadow: 12px 12px 0 #000000;
    padding: clamp(2rem, 5vw, 4rem);
    transform: rotate(-1deg);
    height: 100%; /* memenuhi tinggi grid */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; /* distribusi merata dengan jarak sama */
    gap: 1rem; /* jarak antar baris, opsional */
}
.visual-title-line {
    font-family: 'Syne', sans-serif;
    font-weight: 400;
    font-size: clamp(2.5rem, 8vw, 6rem);
    color: #F5F5F5;
    line-height: 1.2;
    text-align: left;
    margin: 0;
}
/* Kata BERTERIAK tampil menonjol */
.visual-title-line.highlight {
    color: #39FF14;
    text-shadow: 0 0 10px #39FF14, 0 0 20px #39FF14; /* efek glow */
    position: relative;
    left: -10px; /* geser sedikit ke kiri agar terkesan maju */
    transform: scale(1.05); /* sedikit lebih besar */
    transition: all 0.2s ease;
}
/* Efek tambahan saat hover */
.visual-title-line.highlight:hover {
    text-shadow: 0 0 15px #39FF14, 0 0 30px #39FF14;
    left: -15px;
    transform: scale(1.1);
}
.visual-blocks {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.visual-block {
    height: auto;
    aspect-ratio: 16/9;
    border: 4px solid #000000;
}
.block-1 {
    background-color: #39FF14;
    transform: rotate(2deg);
}
.block-2 {
    background-color: #000000;
    transform: rotate(-3deg);
}
.block-3 {
    background-color: #FF006E;
    transform: rotate(1deg);
}
.visual-grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.1;
    background-image: linear-gradient(#39FF14 1px, transparent 1px),
                      linear-gradient(90deg, #39FF14 1px, transparent 1px);
    background-size: 80px 80px;
}

/* ===== CTA SECTION ===== */
.cta {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 6rem 1rem;
    overflow: hidden;
}
.cta::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjc0IiBudW1PY3RhdmVzPSIzIiAvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNmKSIgb3BhY2l0eT0iMC4xIiAvPjwvc3ZnPg==');
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}
.cta-container {
    max-width: 72rem;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
}
.cta-header {
    text-align: center;
    margin-bottom: 4rem;
}
.cta-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    color: #F5F5F5;
    margin-bottom: 1.5rem;
}
.cta-subtitle {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: clamp(1.25rem, 4vw, 1.5rem);
    color: rgba(245, 245, 245, 0.8);
}
.cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .cta-buttons {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
}
.cta-btn {
    border: 6px solid #ffffff;
    padding: clamp(2rem, 5vw, 3rem);
    text-align: left;
    cursor: pointer;
    transition: all 0.1s ease;
    background-color: transparent;
    width: 100%;
}
/* Efek hover untuk btn-explore */
.btn-explore {
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn-explore:hover {
    background-color: #FF006E; /* pink */
    color: #F5F5F5;
    box-shadow: 12px 12px 0 #39FF14; /* ganti shadow menjadi hijau */
}

.btn-explore:hover .btn-title,
.btn-explore:hover .btn-desc {
    color: #F5F5F5; /* teks putih */
}
.btn-title {
    display: block;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3rem);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.btn-explore .btn-title { color: #000000; }
.btn-connect {
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.btn-connect:hover {
    background-color: #39FF14; /* ganti shadow menjadi hijau */
    color: #F5F5F5;
    box-shadow: 12px 12px 0 #FF006E; /* pink */
}
.btn-connect .btn-title { color: #000000; }
.btn-desc {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
}
.btn-connect:hover .btn-title,
.btn-connect:hover .btn-desc {
    color: #F5F5F5; /* teks putih */
}
.btn-explore .btn-desc { color: #000000; }
.btn-connect .btn-desc { color: #000000; }
.cta-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .cta-newsletter {
        flex-direction: row;
    }
}
.newsletter-btn,
.contact-btn {
    background-color: #000000;
    border: 4px solid #000000;
    padding: 1rem 2rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.1s ease;
}
.newsletter-btn { color: #39FF14; }
.contact-btn { color: #FF006E; }
.cta-decor {
    position: absolute;
    width: 4rem; height: 4rem;
    border: 4px solid #000000;
}
.decor-pink {
    top: 3rem; right: 3rem;
    background-color: #FF006E;
    transform: rotate(45deg);
}
.decor-green {
    bottom: 3rem; left: 3rem;
    width: 5rem; height: 5rem;
    background-color: #39FF14;
    transform: rotate(-12deg);
}

/* ===== FOOTER ===== */
.footer {
    position: relative;
    background-color: #000000;
    border-top: 8px solid #39FF14;
}
.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem 1rem;
    position: relative;
    z-index: 10;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.footer-logo .logo-text {
    font-family: 'Archivo Black', sans-serif;
    font-size: clamp(2rem, 8vw, 3rem);
    color: #39FF14;
    text-transform: uppercase;
}
.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem; height: 4rem;
    background-color: #1a1a1a;
    border: 4px solid #000000;
    transition: all 0.1s ease;
    color: #F5F5F5;
}
.social-icon:hover {
    background-color: #39FF14;
    color: #000000;
}
.social-icon.twitter:hover {
    background-color: #FF006E;
}
.social-icon svg {
    width: 2rem; height: 2rem;
    stroke: currentColor;
}
.footer-info {
    text-align: right;
}
.info-email,
.info-address {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    color: rgba(245, 245, 245, 0.6);
}
.info-email { margin-bottom: 0.5rem; }
.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 4px solid #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}
.copyright {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    color: rgba(245, 245, 245, 0.4);
}
.footer-links {
    display: flex;
    gap: 1.5rem;
}
.footer-links a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    color: rgba(245, 245, 245, 0.4);
    text-decoration: none;
    transition: color 0.1s ease;
}
.footer-links a:hover { color: #39FF14; }
.footer-corner {
    position: absolute;
    top: 0;
    width: 3rem; height: 3rem;
}
.corner-left {
    left: 0;
    background-color: #FF006E;
}
.corner-right {
    right: 0;
    background-color: #39FF14;
}