--- START OF FILE style.css ---

/* ==========================================================================
   NORAFUMI THEATER - ENTERPRISE STYLING (WITH CONTACT PAGE EXTENSION)
   Owner: Fiqranzz Fz Official
   ========================================================================== */

:root {
    --color-orange: #FF6B00;
    --color-cyan: #00F0FF;
    --color-red: #FF2A5F;
    --color-purple: #8A2BE2;
    --color-pink: #FF1493;
    --color-green: #00FF66;
    --color-titanium: #E2E8F0;

    --theme-transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;

    /* LIGHT MODE COLORS */
    --bg-main: #F4F7FB;
    --bg-gradient-mesh: radial-gradient(circle at 15% 20%, rgba(0, 240, 255, 0.15), transparent 45%),
                        radial-gradient(circle at 85% 60%, rgba(255, 107, 0, 0.12), transparent 45%),
                        radial-gradient(circle at 50% 90%, rgba(138, 43, 226, 0.10), transparent 50%),
                        linear-gradient(180deg, #F8FAFC 0%, #E2E8F0 100%);
    
    --bg-surface: #FFFFFF;
    --text-primary: #0F172A;
    --text-secondary: #475569;
    --text-muted: #94A3B8;

    --glass-bg: rgba(255, 255, 255, 0.68);
    --glass-border: rgba(226, 232, 240, 0.8);
    --glass-shadow: 0 15px 35px -10px rgba(0, 240, 255, 0.12), 0 5px 15px rgba(0, 0, 0, 0.04);

    --grid-line-color: rgba(15, 23, 42, 0.04);
    --nav-bg: rgba(255, 255, 255, 0.78);
    --input-bg: #F1F5F9;
    --border-color: #E2E8F0;

    /* Scrollbar Palette Light */
    --scrollbar-track: #E2E8F0;
    --scrollbar-thumb: linear-gradient(180deg, var(--color-orange), var(--color-cyan));
}

/* DARK MODE COLORS */
[data-theme="dark"] {
    --bg-main: #050811;
    --bg-gradient-mesh: radial-gradient(circle at 10% 20%, rgba(0, 240, 255, 0.15), transparent 40%),
                        radial-gradient(circle at 90% 50%, rgba(255, 107, 0, 0.14), transparent 45%),
                        radial-gradient(circle at 50% 85%, rgba(255, 20, 147, 0.10), transparent 50%),
                        linear-gradient(180deg, #050811 0%, #0B101D 100%);

    --bg-surface: #0B101D;
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-muted: #64748B;

    --glass-bg: rgba(11, 16, 29, 0.75);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.6);

    --grid-line-color: rgba(255, 255, 255, 0.03);
    --nav-bg: rgba(5, 8, 17, 0.85);
    --input-bg: #151D2F;
    --border-color: rgba(255, 255, 255, 0.08);

    /* Scrollbar Palette Dark */
    --scrollbar-track: #050811;
    --scrollbar-thumb: linear-gradient(180deg, var(--color-cyan), var(--color-pink));
}

/* TOP LOADING BAR & ANTI SPAM */
#page-loader-bar {
    position: fixed; top: 0; left: 0; height: 3px; width: 0%;
    background: linear-gradient(90deg, rgba(255, 107, 0, 0.8), rgba(0, 240, 255, 0.9), rgba(255, 42, 95, 0.8));
    box-shadow: 0 0 10px rgba(0, 240, 255, 0.6); z-index: 100000;
    pointer-events: none; opacity: 0; transition: width 0.35s cubic-bezier(0.1, 0.8, 0.3, 1), opacity 0.25s ease;
}

.page-transitioning, .page-transitioning * { pointer-events: none !important; }

/* BASE SETUP & SCROLLBAR */
html { scroll-behavior: smooth !important; overflow-x: hidden; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--scrollbar-track); transition: var(--theme-transition); }
::-webkit-scrollbar-thumb { background: var(--scrollbar-thumb); border-radius: 10px; border: 2px solid var(--scrollbar-track); box-shadow: 0 0 10px rgba(0, 240, 255, 0.5); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--color-orange), var(--color-pink)); }
* { scrollbar-width: thin; scrollbar-color: var(--color-cyan) var(--scrollbar-track); box-sizing: border-box; margin: 0; padding: 0; font-family: 'Plus Jakarta Sans', sans-serif; }

body { background: var(--bg-gradient-mesh); background-attachment: fixed; color: var(--text-primary); transition: var(--theme-transition); overflow-x: hidden; min-height: 100vh; perspective: 1200px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; -webkit-user-drag: none; }

.protected-content, .protected-content * { -webkit-user-select: none !important; -moz-user-select: none !important; user-select: none !important; }

/* THEME OVERLAY & PARTICLES */
.theme-switch-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 9998; background: radial-gradient(circle, var(--color-cyan) 0%, transparent 80%); opacity: 0; transform: scale(0); transition: transform 0.5s ease-out, opacity 0.5s ease-out; }
.theme-switch-overlay.animating { opacity: 0.25; transform: scale(2.5); }

.bg-mesh-container { position: fixed; inset: 0; pointer-events: none; z-index: -1; overflow: hidden; }
.cyber-grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(to right, var(--grid-line-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-line-color) 1px, transparent 1px); background-size: 50px 50px; mask-image: radial-gradient(circle at center, black 40%, transparent 90%); }
.ambient-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.6; }
.orb-1 { width: 450px; height: 450px; background: var(--color-cyan); top: 5%; left: -100px; }
.orb-2 { width: 500px; height: 500px; background: var(--color-orange); top: 40%; right: -150px; }
.orb-3 { width: 400px; height: 400px; background: var(--color-purple); bottom: 10%; left: 20%; }

.floating-shape { position: absolute; border: 1px solid var(--glass-border); backdrop-filter: blur(8px); border-radius: 20px; background: var(--glass-bg); }
.shape-cube { width: 80px; height: 80px; top: 25%; right: 10%; transform: rotate(45deg); }
.shape-ring { width: 120px; height: 120px; border-radius: 50%; border: 2px dashed var(--color-cyan); top: 65%; left: 5%; }

#scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--color-orange), var(--color-cyan), var(--color-pink)); z-index: 9999; }

.shatter-layer { position: fixed; inset: 0; pointer-events: none; z-index: 9999; overflow: hidden; }
.shatter-shockwave { position: absolute; border-radius: 50%; border: 2px solid var(--color-cyan); box-shadow: 0 0 15px var(--color-cyan); pointer-events: none; transform: translate(-50%, -50%) scale(0); animation: shockwaveExpand 0.5s ease-out forwards; }
@keyframes shockwaveExpand { 0% { transform: translate(-50%, -50%) scale(0); opacity: 1; } 100% { transform: translate(-50%, -50%) scale(3.5); opacity: 0; } }

.glass-shard { position: absolute; pointer-events: none; clip-path: polygon(50% 0%, 100% 100%, 0% 80%); animation: glassShardBurst 0.6s cubic-bezier(0.1, 0.9, 0.2, 1) forwards; }
@keyframes glassShardBurst { 0% { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0deg); } 100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(0) rotate(var(--rot)); } }

.electric-spark { position: absolute; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--color-orange), var(--color-cyan)); box-shadow: 0 0 8px var(--color-cyan); transform-origin: left center; animation: sparkFly 0.45s ease-out forwards; }
@keyframes sparkFly { 0% { width: 0px; opacity: 1; transform: translate(-50%, -50%) rotate(var(--angle)); } 50% { width: var(--len); opacity: 0.9; } 100% { width: 0px; opacity: 0; transform: translate(var(--dx), var(--dy)) rotate(var(--angle)); } }

/* UI COMPONENTS */
.glass-card { background: var(--glass-bg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--glass-border); box-shadow: var(--glass-shadow); border-radius: 24px; transition: transform 0.15s ease-out, var(--theme-transition); transform-style: preserve-3d; }
.gradient-text { background: linear-gradient(135deg, var(--color-orange), var(--color-cyan), var(--color-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-container { max-width: 1200px; margin: 0 auto; padding: 70px 24px; }
.section-tagline { font-size: 0.85rem; font-weight: 800; letter-spacing: 2px; color: var(--color-cyan); text-transform: uppercase; margin-bottom: 8px; display: block; }
.section-title { font-size: 2.25rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 30px; border-radius: 14px; font-weight: 700; font-size: 0.95rem; cursor: pointer; border: none; transition: all 0.3s ease; }
.btn-primary { background: linear-gradient(135deg, var(--color-orange), #FF8800); color: #FFF; box-shadow: 0 8px 25px rgba(255, 107, 0, 0.35); }
.btn-primary:hover { transform: translateY(-3px) scale(1.02); }

/* NAVBAR & SIDEBAR */
.navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: var(--nav-bg); backdrop-filter: blur(20px); border-bottom: 1px solid var(--glass-border); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; }
.brand-logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.2rem; }
.logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg, var(--color-cyan), var(--color-purple)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #FFF; }
.logo-highlight { color: var(--color-orange); }
.nav-menu { display: flex; gap: 32px; }
.nav-link { font-weight: 600; color: var(--text-secondary); }
.nav-link:hover, .nav-link.active { color: var(--color-orange); }

.theme-toggle-btn, .sidebar-toggle-btn { width: 42px; height: 42px; border-radius: 12px; border: 1px solid var(--glass-border); background: var(--glass-bg); color: var(--text-primary); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
[data-theme="light"] .icon-moon { display: block; } [data-theme="light"] .icon-sun { display: none; }
[data-theme="dark"] .icon-moon { display: none; } [data-theme="dark"] .icon-sun { display: block; }

.side-panel { position: fixed; top: 0; right: -320px; width: 320px; height: 100vh; background: var(--bg-surface); z-index: 1002; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; transition: right 0.4s ease; }
.side-panel.open { right: 0; }
.side-panel-header { display: flex; justify-content: space-between; align-items: center; }
.side-panel-close { background: none; border: none; font-size: 1.4rem; color: var(--text-primary); cursor: pointer; }
.side-menu { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
.side-link { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 12px; font-weight: 600; color: var(--text-secondary); }
.side-link:hover, .side-link.active { background: var(--input-bg); color: var(--color-orange); }

.sidebar-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); z-index: 1001; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.sidebar-overlay.active { opacity: 1; pointer-events: auto; }

.bottom-nav { display: none; position: fixed; bottom: 0; left: 0; width: 100%; height: 65px; background: var(--nav-bg); backdrop-filter: blur(16px); border-top: 1px solid var(--glass-border); z-index: 999; justify-content: space-around; align-items: center; }
.bottom-nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--text-muted); font-size: 0.75rem; font-weight: 600; }
.bottom-nav-item.active { color: var(--color-orange); }

/* CONTACT HERO SECTION */
.contact-hero-section { padding-top: 140px; padding-bottom: 40px; }
.hero-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 30px; background: var(--glass-bg); border: 1px solid var(--glass-border); font-size: 0.85rem; font-weight: 700; color: var(--color-cyan); margin-bottom: 24px; }
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-green); box-shadow: 0 0 10px var(--color-green); }
.hero-title { font-size: 3.2rem; font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
.hero-subtitle { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.6; }
.hero-visual-card { padding: 16px; position: relative; }
.hero-img { border-radius: 18px; width: 100%; object-fit: cover; }
.continuous-float { animation: floatContinuous 5s ease-in-out infinite; }
@keyframes floatContinuous { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-12px); } }

/* DIRECT CONTACT CARDS */
.direct-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 30px; }
.direct-card { padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; border-radius: 20px; transition: all 0.3s ease; position: relative; overflow: hidden; }
.direct-card:hover { transform: translateY(-8px); border-color: var(--color-orange); box-shadow: 0 12px 30px rgba(255, 107, 0, 0.2); }

.direct-card-icon { width: 54px; height: 54px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #FFF; }
.icon-bg-green { background: linear-gradient(135deg, #25D366, #128C7E); box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3); }
.icon-bg-cyan { background: linear-gradient(135deg, #0088cc, #00F0FF); box-shadow: 0 6px 20px rgba(0, 240, 255, 0.3); }
.icon-bg-orange { background: linear-gradient(135deg, #FF6B00, #FF8800); box-shadow: 0 6px 20px rgba(255, 107, 0, 0.3); }
.icon-bg-purple { background: linear-gradient(135deg, #5865F2, #8A2BE2); box-shadow: 0 6px 20px rgba(88, 101, 242, 0.3); }

.direct-card-info h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 4px; }
.direct-card-info p { font-size: 0.88rem; color: var(--text-secondary); font-weight: 600; word-break: break-all; }
.direct-action-badge { font-size: 0.8rem; font-weight: 700; color: var(--color-orange); display: flex; align-items: center; gap: 6px; }

/* CONTACT FORM & SUPPORT AVATAR SECTION */
.contact-main-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 32px; align-items: start; }
.contact-form-wrapper { padding: 40px; }
.form-header { margin-bottom: 30px; }
.form-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 20px; background: rgba(255, 107, 0, 0.12); color: var(--color-orange); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; margin-bottom: 12px; }
.form-header h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 8px; }
.form-header p { font-size: 0.9rem; color: var(--text-secondary); }

.cyber-form { display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: 0.85rem; font-weight: 700; color: var(--text-primary); display: flex; align-items: center; gap: 8px; }
.form-group label i { color: var(--color-cyan); }

.glass-input { width: 100%; padding: 14px 18px; border-radius: 12px; background: var(--input-bg); border: 1px solid var(--border-color); color: var(--text-primary); font-size: 0.92rem; transition: all 0.3s ease; outline: none; }
.glass-input:focus { border-color: var(--color-orange); box-shadow: 0 0 15px rgba(255, 107, 0, 0.25); background: var(--bg-surface); }

.glass-select { cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF6B00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 16px center; background-size: 16px; }
.glass-select option { background: var(--bg-surface); color: var(--text-primary); }

.glass-textarea { resize: vertical; min-height: 110px; }

.btn-submit-cyber { width: 100%; padding: 16px; border-radius: 14px; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 10px; }

/* SUPPORT SIDEBAR CARD */
.support-card { padding: 36px 28px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.support-avatar-box { width: 120px; height: 120px; border-radius: 50%; padding: 4px; background: linear-gradient(135deg, var(--color-cyan), var(--color-orange)); margin-bottom: 18px; box-shadow: 0 0 25px rgba(0, 240, 255, 0.3); }
.support-avatar-box canvas { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

.support-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 2px; }
.owner-highlight { font-size: 0.9rem; color: var(--color-orange); font-weight: 700; margin-bottom: 16px; }

.support-status-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 20px; background: rgba(0, 255, 102, 0.12); border: 1px solid rgba(0, 255, 102, 0.3); color: var(--color-green); font-size: 0.78rem; font-weight: 700; margin-bottom: 28px; }
.status-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--color-green); box-shadow: 0 0 8px var(--color-green); animation: pulseStatus 1.5s infinite; }
@keyframes pulseStatus { 0% { opacity: 0.4; } 50% { opacity: 1; } 100% { opacity: 0.4; } }

.support-meta-list { width: 100%; text-align: left; display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; padding-top: 20px; border-top: 1px solid var(--glass-border); }
.meta-item { display: flex; align-items: center; gap: 14px; }
.meta-item i { font-size: 1.2rem; }
.meta-item strong { display: block; font-size: 0.8rem; color: var(--text-muted); }
.meta-item p { font-size: 0.88rem; font-weight: 700; color: var(--text-primary); }

.security-guarantee-box { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 12px; background: rgba(0, 240, 255, 0.08); border: 1px solid rgba(0, 240, 255, 0.2); color: var(--color-cyan); font-size: 0.78rem; text-align: left; line-height: 1.4; }
.security-guarantee-box i { font-size: 1.3rem; flex-shrink: 0; }

/* FAQ ACCORDION */
.faq-accordion { max-width: 800px; margin: 30px auto 0; display: flex; flex-direction: column; gap: 16px; }
.faq-item { padding: 22px 28px; cursor: pointer; }
.faq-question { display: flex; justify-content: space-between; align-items: center; }
.faq-question h4 { font-size: 1.05rem; font-weight: 700; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6; }
.faq-item.active .faq-answer { max-height: 150px; margin-top: 12px; }

/* BACK TO TOP & FOOTER */
.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; border-radius: 50%; background: var(--color-orange); color: #FFF; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 998; }
.back-to-top.show { opacity: 1; visibility: visible; }

.footer { background: var(--bg-surface); border-top: 1px solid var(--glass-border); padding: 60px 0 30px; margin-top: 60px; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-desc { margin: 16px 0; color: var(--text-secondary); font-size: 0.9rem; max-width: 360px; }
.owner-badge { font-size: 0.85rem; color: var(--color-cyan); }
.social-icons { display: flex; gap: 12px; }
.social-btn { width: 38px; height: 38px; border-radius: 10px; background: var(--input-bg); display: flex; align-items: center; justify-content: center; color: var(--text-primary); }
.social-btn:hover { background: var(--color-orange); color: #FFF; }
.footer-bottom { text-align: center; padding-top: 24px; border-top: 1px solid var(--glass-border); font-size: 0.85rem; color: var(--text-muted); }

/* REVEAL ANIMATIONS */
.reveal-fade-up, .reveal-fade-right, .reveal-fade-left, .reveal-zoom, .reveal-blur-in, .reveal-scale {
    opacity: 0; transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-fade-up { transform: translateY(50px); }
.reveal-fade-right { transform: translateX(-50px); }
.reveal-fade-left { transform: translateX(50px); }
.reveal-zoom { transform: scale(0.8); }
.reveal-active { opacity: 1 !important; transform: translate(0) scale(1) !important; filter: blur(0) !important; }

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 992px) {
    .hero-container, .contact-main-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-grid { grid-template-columns: 1fr; }
    .form-group label { justify-content: center; }
}

@media (max-width: 768px) {
    .nav-menu { display: none; }
    .bottom-nav { display: flex; }
    .hero-title { font-size: 2.4rem; }
    .contact-form-wrapper { padding: 24px; }
    body { padding-bottom: 65px; }
}

canvas { max-width: 100%; height: auto; display: block; }