body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

#home {
    background: #000;
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    color: #fff;
    perspective: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.bg-reveal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    z-index: 0;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    background: #000;
}

.bg-base {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('https://andzcr.github.io/resources/photos/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    animation: fadeInBg 2s ease forwards;
}

.bg-reveal-wrapper .bg-base {
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    left: -1px !important;
    top: -1px !important;
}

@keyframes fadeInBg { 
    to { opacity: 1; } 
}

#reveal-canvas {
    position: absolute;
    top: -1px; 
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 2; 
    pointer-events: none; 
    opacity: 0; 
    transition: opacity 1s ease;
}

#reveal-canvas.ready { 
    opacity: 1; 
}

.home-content {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    pointer-events: none; 
}

.home-content > * {
    pointer-events: auto;
}

.top-left-brand {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 8px; 
    z-index: 50;
    opacity: 0;
    animation: fadeInElement 1s ease forwards 1s;
}

.logo-3d-wrapper {
    width: 65px;
    height: 65px;
    perspective: 600px;
}

.logo-3d-scene { 
    width: 100%; 
    height: 100%; 
    transform-style: preserve-3d; 
}

.logo-3d-obj {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotateLogoY 8s infinite linear;
}

@keyframes rotateLogoY {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

.logo-layer {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center;
    backface-visibility: visible;
}

.logo-layer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0);
}

.l1 { transform: translateZ(0px); opacity: 1; }
.l2 { transform: translateZ(-1px); opacity: 0.9; }
.l3 { transform: translateZ(-2px); opacity: 0.8; }
.l4 { transform: translateZ(-3px); opacity: 0.7; }
.l5 { transform: translateZ(-4px); opacity: 0.6; }

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    line-height: 1;
}

.brand-name {
    font-size: 1.25rem; 
    font-weight: 800;
    margin: 0;
    line-height: 0.9;
    letter-spacing: 3px;
    font-family: 'Inter', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.brand-sub-rotator {
    position: relative;
    height: 14px; 
    display: grid; 
    left: -10px;
    place-items: center start;
    overflow: hidden;
    min-width: 140px;
    margin-top: 2px; 
}

.brand-sub-item {
    grid-area: 1 / 1;
    font-size: 0.6rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    transform: translateY(100%);
    filter: blur(4px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Inter', sans-serif;
}

.brand-sub-item.active {
    opacity: 0.6;
    transform: translateY(0);
    filter: blur(0);
}

.brand-sub-item.exit {
    opacity: 0;
    transform: translateY(-100%);
    filter: blur(4px);
}

.bottom-left-group {
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    opacity: 0;
    animation: fadeInElement 1s ease forwards 2s;
    color: black;
    pointer-events: auto;
}

.vision-top {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    position: relative;
    top: 10px;
    font-family: 'Inter', sans-serif;
    color: black;
}

.vision-main {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1;
    top: 0px;
    position: relative;
    font-family: 'Inter', sans-serif;
    color: black;
    margin: 0;
}

.word-rotator {
    display: grid;
    place-items: center start;
    height: 1.4em;
    overflow: hidden;
    font-size: 4rem;
    padding-left: 0;
    position: relative;
    left: 10px;
    margin-top: -10px;
    width: max-content;
}

.rotating-word {
    grid-area: 1 / 1;
    display: block;
    font-weight: 400;
    color: #000;
    font-family: 'Great Vibes', cursive;
    opacity: 0;
    transform: translateY(100%);
    filter: blur(8px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.rotating-word.active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    z-index: 2;
}

.rotating-word.exit {
    opacity: 0;
    transform: translateY(-100%);
    filter: blur(8px);
    z-index: 1;
}

@keyframes fadeInElement { 
    from { opacity: 0; } 
    to { opacity: 1; } 
}

.smart-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    pointer-events: none;
}

.nav-glass-capsule {
    pointer-events: auto;
    position: relative;
    display: flex;
    right: 20px;
    align-items: center;
    gap: 6px;
    background: rgba(10, 10, 10, 0.65); 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 5px;
    border-radius: 100px;
    height: 52px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
    opacity: 1;
    transform: translateY(0);
}

.nav-links-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-left: 12px;
    padding-right: 6px;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 100px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    opacity: 0;
    filter: blur(4px);
    transition: all 0.3s ease;
    z-index: -1;
}

.nav-link:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.nav-link:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.nav-cta-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 0 24px;
    height: 42px;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid transparent;
}

.nav-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    letter-spacing: 0.5px; 
}

.magnetic-wrap {
    position: absolute;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden; 
    pointer-events: none; 
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.minimal-burger-btn {
    pointer-events: none;
    width: 60px;
    height: 60px;
    background: rgba(20, 20, 20, 0.23);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    box-shadow: 0 0px 15px rgba(26, 0, 69, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.minimal-burger-btn:hover {
    transform: scale(1.1);
    background: rgb(0, 0, 0);
    border-color: var(--accent-purple);
    box-shadow: 0 0 15px var(--accent-purple);
}

.magnetic-area {
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    z-index: -1;
}

.burger-box {
    width: 24px;
    height: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.mag-line {
    background: #fff; 
    height: 2px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    transition: width 0.3s ease;
}

.line-1 { top: 0; width: 24px; }
.line-2 { bottom: 0; width: 16px; }

.minimal-burger-btn:hover .line-1 { width: 16px; }
.minimal-burger-btn:hover .line-2 { width: 24px; }

.smart-nav.scrolled .nav-glass-capsule {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px) scale(0.9);
}

.smart-nav.scrolled .magnetic-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; 
}

.smart-nav.scrolled .minimal-burger-btn {
    pointer-events: auto;
}

.smart-nav.menu-active .magnetic-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.smart-nav.menu-active .minimal-burger-btn {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 90;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.menu-overlay.active { pointer-events: auto; }
.menu-overlay.active .menu-backdrop { opacity: 1; }

.ios-interface {
    position: relative;
    width: 90%;
    max-width: 1000px;
    height: 600px;
    background: rgba(30, 30, 30, 0.6);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 40px;
    box-shadow: 0 50px 100px -20px rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 320px 1fr;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.95) translateY(20px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-overlay.active .ios-interface {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.ios-sidebar {
    background: rgba(255,255,255,0.03);
    border-right: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.sidebar-header {
    margin-bottom: 30px;
}

.close-menu-btn {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.close-menu-btn:hover {
    background: rgba(255,255,255,0.2);
}

.ios-label {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.ios-nav-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ios-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 16px;
    border-radius: 14px;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
    position: relative;
}

.ios-link:hover, .ios-link.active {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.icon-box {
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.link-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.active-dot {
    width: 6px;
    height: 6px;
    background: #a855f7;
    border-radius: 50%;
    margin-left: auto;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.ios-link.active .active-dot {
    opacity: 1;
    transform: scale(1);
}

.sidebar-footer {
    margin-top: auto;
}

.ios-profile-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.05);
    padding: 10px;
    border-radius: 50px;
}

.p-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.p-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.p-name {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
}

.p-status {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.5);
}

.ios-content-area {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ch-title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ch-date {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1rem;
    color: #fff;
}

.widgets-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 280px;
    gap: 20px;
    height: 100%;
}

.widget {
    background: rgba(255,255,255,0.05);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.3s ease;
}

.widget:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.2);
}

.large-widget {
    grid-column: 1 / 2;
}

.pw-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pw-image.active { opacity: 1; }

.pw-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0,0,0,0.6);
    padding: 6px 12px;
    border-radius: 8px;
    backdrop-filter: blur(8px);
}

.pw-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
}

.small-widget {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    justify-content: space-between;
}

.contact-widget {
    grid-column: 2 / 3;
    background: #a855f7;
}

.w-icon-circle {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-label { font-size: 0.8rem; opacity: 0.8; }
.w-value { font-size: 1.1rem; font-weight: 600; }
.w-arrow { position: absolute; top: 20px; right: 20px; font-size: 1.2rem; }

.social-widget {
    grid-column: 3 / 4;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    overflow: hidden;
}

.social-widget:hover .social-glow-orb {
    opacity: 1;
    transform: scale(1.5);
}

.social-glow-orb {
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.social-trigger-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: 100%;
    justify-content: center;
    z-index: 2;
}

.social-mini-stack {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mini-dot {
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    transition: all 0.3s;
}

.social-widget:hover .mini-dot:nth-child(1) { background: #0077b5; box-shadow: 0 0 10px #0077b5; }
.social-widget:hover .mini-dot:nth-child(2) { background: #E1306C; box-shadow: 0 0 10px #E1306C; }
.social-widget:hover .mini-dot:nth-child(3) { background: #5865F2; box-shadow: 0 0 10px #5865F2; }

.social-vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.1rem;
    letter-spacing: 4px;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
}

.social-expanded-overlay {
    position: absolute;
    inset: 10px;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 30px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.social-expanded-overlay.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.social-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.social-modal-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
}

.social-close-btn {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

.social-close-btn:hover { background: rgba(255,255,255,0.2); }

.socials-grid-full {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    overflow-y: auto;
    padding-right: 5px;
}

.socials-grid-full::-webkit-scrollbar { width: 4px; }
.socials-grid-full::-webkit-scrollbar-track { background: transparent; }
.socials-grid-full::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; }

.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px 10px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid transparent;
    gap: 10px;
}

.social-card:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.sc-icon { font-size: 1.8rem; transition: transform 0.3s; }
.social-card:hover .sc-icon { transform: scale(1.1); }
.sc-name { font-size: 0.75rem; font-weight: 500; font-family: 'Inter', sans-serif; }

.social-card[data-platform="linkedin"]:hover { border-color: rgba(0,119,181,0.3); color: #0077b5; }
.social-card[data-platform="github"]:hover { border-color: rgba(255,255,255,0.3); }
.social-card[data-platform="discord"]:hover { border-color: rgba(88,101,242,0.3); color: #5865F2; }
.social-card[data-platform="tiktok"]:hover { border-color: rgba(255,0,80,0.3); color: #ff0050; }
.social-card[data-platform="youtube"]:hover { border-color: rgba(255,0,0,0.3); color: #FF0000; }
.social-card[data-platform="instagram"]:hover { border-color: rgba(225,48,108,0.3); color: #E1306C; }
.social-card[data-platform="facebook"]:hover { border-color: rgba(24,119,242,0.3); color: #1877F2; }
.social-card[data-platform="gmail"]:hover { border-color: rgba(234,67,53,0.3); color: #EA4335; }

@media (max-width: 1024px) {
    .ios-interface {
        grid-template-columns: 1fr;
        height: auto;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .ios-sidebar {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .widgets-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 200px 140px 140px;
    }
    
    .large-widget { grid-column: auto; }
    .contact-widget { grid-column: auto; }
    .social-widget { grid-column: auto; }
    
    .socials-grid-full { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    #home { height: 100vh; }
    
    .nav-glass-capsule { display: none !important; }
    .magnetic-wrap {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        right: 10px !important;
        top: 10px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .minimal-burger-btn {
        pointer-events: auto !important;
        width: 50px !important;
        height: 50px !important;
    }
    .mag-line { background: #fff !important; }

    .top-left-brand { top: 30px; left: 20px; gap: 6px; }
    .logo-3d-wrapper { position: relative; top: 15px; width: 50px; height: 50px; transform: scale(1.7);}
    .brand-name { font-size: 1.1rem; display: none; }
    .bottom-left-group { bottom: 30px; left: 20px; gap: 0; }
    .vision-main { font-size: 2.5rem; }
    .word-rotator { font-size: 2.2rem; }
    
    .burger-box {
        width: 20px !important;
        height: 8px !important;
    }
    
    .mag-line {
        height: 1.5px !important;
    }
    
    .line-1 { width: 20px !important; }
    .line-2 { width: 12px !important; }
    
    .bg-base {
        background-size: auto 100% !important;
        background-position: center center !important;
    }
    
    .bg-reveal-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://andzcr.github.io/resources/photos/effect.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
        pointer-events: none;
    }
    
    .bottom-left-group {
        bottom: 10px !important;
        left: 20px !important;
        right: 20px !important;
        align-items: center !important;
        text-align: center !important;
        gap: 5px !important;
    }
    
    .vision-top {
        font-size: 0.9rem !important;
        letter-spacing: 2px !important;
        top: 50px !important;
        left: -65px;
        color: rgba(255, 255, 255, 0.9) !important;
        text-shadow: 0 8px 14px rgb(0, 0, 0) !important;
    }
    
    .vision-main {
        font-size: 4rem !important;
        line-height: 1.1 !important;
        color: white !important;
        left: -60px;
        top: 30px;
        text-shadow: 0 0px 30px rgb(0, 0, 0) !important;
        margin-bottom: 5px !important;
    }
    
    .word-rotator {
        font-size: 5rem !important;
        height: 1.3em !important;
        left: 50px !important;
        margin: 0 auto !important;
        justify-content: center !important;
        place-items: center !important;
    }
    
    .rotating-word {
        color: white !important;
        text-shadow: 0 3px 6px rgb(0, 0, 0) !important;
        font-weight: 500 !important;
    }
    
    .top-left-brand {
        top: 15px !important;
        left: 15px !important;
    }
    
    .logo-3d-wrapper {
        width: 40px !important;
        height: 40px !important;
    }
    
    .brand-name {
        color: rgb(0, 0, 0) !important;
    }
    
    .brand-sub-item {
        display: none;
    }
    
    #reveal-canvas {
        display: none !important;
    }
}