@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

/* 가로모드 안내 화면 */
.orientation-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    font-family: 'Pretendard', sans-serif;
}

.orientation-content {
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 400px;
}

.orientation-icon {
    margin-bottom: 2rem;
    animation: rotate 2s ease-in-out infinite;
}

.orientation-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.orientation-content p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.5;
    opacity: 0.9;
}

.orientation-arrow {
    animation: bounce 1.5s ease-in-out infinite;
}

@keyframes rotate {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(90deg); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* 가로모드일 때만 표시 */
@media screen and (orientation: landscape) and (max-width: 1023px) {
    .orientation-warning {
        display: flex;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #000000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    background: #0a0a1a;
    color: white;
    line-height: 1.6;
    width: 100%;
    max-width: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

/* Header Styles */

.header.hidden {
    transform: translateX(-50%) translateY(-100%);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 60px;
}

@media (min-width: 768px) {
    .nav {
        padding: 0 2rem;
        gap: 2rem;
    }
}

@media (min-width: 1024px) {
    .nav {
        padding: 0 2.5rem;
        gap: 5rem;
    }
}

.logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    width: auto;
    filter: brightness(1);
}

@media (max-width: 767px) {
    .logo img {
        height: 32px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    border-bottom: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
}

.header.hidden {
    transform: translateY(-100%);
}

.firefly {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.firefly::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
    animation: glow 2s infinite ease-in-out;
}

@keyframes glow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@keyframes float1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(120px, -25px) rotate(180deg);
        opacity: 0;
    }
}

@keyframes float2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translate(-90px, 20px) rotate(-120deg);
        opacity: 0;
    }
}

@keyframes float3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translate(75px, 35px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes float4 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(-110px, -15px) rotate(270deg);
        opacity: 0;
    }
}

@keyframes float5 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translate(85px, -40px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes float6 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translate(-65px, 30px) rotate(-90deg);
        opacity: 0;
    }
}

@keyframes float7 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(95px, 10px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes float8 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        transform: translate(-75px, -30px) rotate(-45deg);
        opacity: 0;
    }
}

.firefly:nth-child(1) {
    animation: float1 4s infinite linear;
    animation-delay: 0s;
    left: 10%;
    top: 30%;
}

.firefly:nth-child(2) {
    animation: float2 5s infinite linear;
    animation-delay: 1s;
    left: 80%;
    top: 20%;
}

.firefly:nth-child(3) {
    animation: float3 3.5s infinite linear;
    animation-delay: 2s;
    left: 30%;
    top: 60%;
}

.firefly:nth-child(4) {
    animation: float4 4.5s infinite linear;
    animation-delay: 0.5s;
    left: 70%;
    top: 50%;
}

.firefly:nth-child(5) {
    animation: float5 3.8s infinite linear;
    animation-delay: 1.8s;
    left: 50%;
    top: 40%;
}

.firefly:nth-child(6) {
    animation: float6 4.2s infinite linear;
    animation-delay: 2.5s;
    left: 20%;
    top: 70%;
}

.firefly:nth-child(7) {
    animation: float7 3.2s infinite linear;
    animation-delay: 1.2s;
    left: 85%;
    top: 35%;
}

.firefly:nth-child(8) {
    animation: float8 5.5s infinite linear;
    animation-delay: 0.8s;
    left: 60%;
    top: 25%;
}

.firefly:nth-child(9) {
    animation: float1 4.8s infinite linear;
    animation-delay: 3s;
    left: 40%;
    top: 80%;
}

.firefly:nth-child(10) {
    animation: float2 3.3s infinite linear;
    animation-delay: 2.2s;
    left: 90%;
    top: 60%;
}

@media (max-width: 767px) {
    .firefly {
        display: none; /* 모바일에서는 성능을 위해 firefly 숨김 */
    }
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin-left: auto;
}

@media (max-width: 767px) {
    .nav-menu {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(20px);
        padding: 1rem;
        gap: 0.5rem;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }
    
    .nav-menu.mobile-open {
        opacity: 1;
        visibility: visible;
    }
    
    .nav-menu.mobile-hidden {
        opacity: 0;
        visibility: hidden;
    }
}

.nav-menu a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transform: translateY(-8px);
}

.nav-menu a:hover {
    color: white;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3), 0 0 16px rgba(255, 255, 255, 0.15);
    transform: translateY(-6px);
}

@media (max-width: 767px) {
    .nav-menu a {
        padding: 0.75rem 1rem;
        font-size: 1rem;
        border-radius: 8px;
        transform: none;
        color: rgba(255, 255, 255, 0.9); /* 더 밝은 색상 */
    }
    
    .nav-menu a:hover {
        background: rgba(255, 255, 255, 0.15);
        color: white; /* 호버 시 완전한 흰색 */
        transform: none;
    }
}

/* Coming Soon Tooltip - Mobile Notification Style */
.coming-soon-tooltip {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: black;
    padding: 16px 20px;
    border-radius: 12px;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    z-index: 1000;
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 2px solid black;
    max-width: 280px;
    width: calc(100% - 32px);
}

.coming-soon-tooltip .store-title {
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 1rem;
}

.coming-soon-tooltip .store-title .micron {
    font-weight: 600;
}

.coming-soon-tooltip .subtitle {
    font-size: 0.85rem;
    color: #666;
}

.coming-soon-tooltip.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Mobile notification animation */
@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes slideOutToTop {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-30px);
    }
}

.coming-soon-tooltip.show {
    animation: slideInFromTop 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.coming-soon-tooltip.hide {
    animation: slideOutToTop 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Dropdown styles */
.dropdown {
    position: relative;
}

.dropdown > a::after {
    content: '▼';
    margin-left: 8px;
    font-size: 12px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-8px);
}

.dropdown:hover > a::after {
    opacity: 1;
    transform: translateY(-6px);
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 8px 0;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content a {
    display: block;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14.4px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.dropdown-content a:hover {
    color: white;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3), 0 0 16px rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
    .dropdown {
        position: static;
    }
    
    .dropdown-content {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(255, 255, 255, 0.1);
        padding: 0.5rem;
        margin-top: 0.5rem;
        border-radius: 8px;
        display: none; /* 기본적으로 숨김 */
    }
    
    .dropdown:hover .dropdown-content,
    .dropdown.active .dropdown-content {
        display: block; /* 호버나 active 상태에서만 표시 */
    }
    
    .dropdown-content a {
        color: rgba(255, 255, 255, 0.8); /* 드롭다운 링크도 더 밝게 */
        padding: 0.5rem 0.75rem;
        border-radius: 4px;
    }
    
    .dropdown-content a:hover {
        color: white;
        background: rgba(255, 255, 255, 0.1);
    }
    
    .dropdown > a::after {
        display: none;
    }
}


.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lang-btn {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
}

.lang-btn:hover {
    background: white;
    color: #000;
    border-color: white;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.4), 0 0 24px rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 1rem;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding: 0 60px;
    }
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    pointer-events: none;
}

@media (min-width: 768px) {
    .hero-video {
        top: 60px;
        height: calc(100% - 60px);
    }
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 600px;
    text-align: left;
}

@media (min-width: 1024px) {
    .hero-content {
        margin-left: 60px;
    }
}

.hero-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.2;
    min-height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    transform: translateY(150px);
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 48px;
        min-height: 120px;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 56px;
        min-height: 136px;
    }
}

#typewriter {
    display: inline-block;
    position: relative;
    min-height: 1.2em;
}

.cursor {
    animation: blink 1s infinite;
    color: white;
    position: relative;
    display: inline-block;
    font-weight: 300;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.hero-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
    max-width: 500px;
    transform: translateY(125px);
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .hero-subtitle {
        font-size: 18px;
    }
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    transform: translateY(100px);
    justify-content: flex-start;
}

.btn-primary, .btn-secondary {
    padding: 12px 24px;
    border-radius: 0;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    min-width: 160px;
    text-align: center;
}

@media (max-width: 767px) {
    .btn-primary, .btn-secondary {
        padding: 14px 20px;
        font-size: 14px;
        min-width: 140px;
    }
}

.btn-primary {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-primary:hover {
    background: white;
    color: #000;
    border-color: white;
}

.btn-secondary {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: -2.5%;
}

.btn-secondary:hover {
    background: white;
    color: #000;
    border-color: white;
}

.btn-secondary::after {
    content: '';
    width: 16px;
    height: 16px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 30%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.4) 70%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 2;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    animation: bounce 2s infinite;
    cursor: pointer;
}

.scroll-text {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: -2.5%;
}

@media (max-width: 767px) {
    .scroll-indicator {
        bottom: 1rem;
    }
    
    .scroll-text {
        font-size: 0.6rem;
    }
}

.scroll-wheel {
    width: 20px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    position: relative;
}

.scroll-dot {
    width: 3px;
    height: 5px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-dot 2s infinite;
}

@media (max-width: 767px) {
    .scroll-wheel {
        width: 18px;
        height: 28px;
    }
    
    .scroll-dot {
        width: 2px;
        height: 4px;
        top: 4px;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { 
        transform: translateX(-50%) translateY(0); 
    }
    40% { 
        transform: translateX(-50%) translateY(-10px); 
    }
    60% { 
        transform: translateX(-50%) translateY(-5px); 
    }
}

@keyframes scroll-dot {
    0% { top: 5px; opacity: 0; }
    10%, 90% { opacity: 1; }
    100% { top: 19px; opacity: 0; }
}

@media (max-width: 767px) {
    @keyframes scroll-dot {
        0% { top: 4px; opacity: 0; }
        10%, 90% { opacity: 1; }
        100% { top: 16px; opacity: 0; }
    }
}

/* About MicronCube Section */
.about-microncube {
    width: 100%;
    min-height: auto;
    background: #000000;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    padding: 4rem 1rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-microncube {
        width: 100%;
        max-width: 1920px;
        height: 587px;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .about-microncube {
        width: 1920px;
        height: 587px;
        padding: 0;
    }
}

.about-section-title {
    position: absolute;
    top: 61px;
    left: 562px;
    color: white;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    z-index: 10;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-section-title {
        position: absolute;
        top: 61px;
        left: 2rem;
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .about-section-title {
        position: static;
        font-size: 28px;
        text-align: left;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
}

.about-section-title .micron-text {
    font-weight: 600; /* semi-bold */
}

.about-section-title .cube-text {
    font-weight: 400; /* regular */
}

.about-container {
    width: 1920px;
    height: 587px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-container {
        width: 100%;
        max-width: 1920px;
        height: 587px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2rem;
        position: relative;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .about-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
        position: static;
    }
}

/* 로고 영역 - about-left 래퍼 제거됨 */

.logo-animation-container {
    position: absolute;
    left: 562px;
    top: 315px;
    width: 369px;
    height: 211px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.6s;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .logo-animation-container {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) translateY(30px);
        width: 300px;
        height: 171px;
        aspect-ratio: 369/211;
    }
    
    .logo-animation-container.animate-in {
        transform: translate(-50%, -50%) translateY(0);
    }
}

@media (max-width: 767px) {
    .logo-animation-container {
        position: static;
        width: 280px;
        height: 160px;
        margin: 0 auto;
        aspect-ratio: 369/211;
        transform: translateY(30px);
    }
}

.logo-animation-container.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.logo-basic, .logo-needle {
    position: absolute;
    width: 369px;
    height: 211px;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .logo-basic, .logo-needle {
        width: 300px;
        height: 171px;
    }
}

@media (max-width: 767px) {
    .logo-basic, .logo-needle {
        width: 280px;
        height: 160px;
    }
}

.logo-basic {
    z-index: 1;
    opacity: 1;
}

.logo-needle {
    z-index: 2;
    opacity: 0;
    animation: needleGlow 4s ease-in-out infinite;
}

@keyframes needleGlow {
    0%, 70% {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    85% {
        opacity: 0.8;
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
}

/* 로고 파티클 효과 */
.logo-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: radial-gradient(circle, rgba(3, 143, 249, 0.8) 0%, rgba(3, 143, 249, 0.3) 50%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 767px) {
    .logo-particle {
        width: 2px;
        height: 2px;
    }
}

.logo-particle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
    animation: particleGlow 3s infinite ease-in-out;
}

@keyframes particleGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

/* 로고 파티클 위치 및 애니메이션 */
.logo-particle:nth-child(1) {
    animation: particleFloat1 4s infinite linear;
    animation-delay: 0s;
    left: 20%;
    top: 20%;
}

.logo-particle:nth-child(2) {
    animation: particleFloat2 5s infinite linear;
    animation-delay: 1s;
    left: 80%;
    top: 15%;
}

.logo-particle:nth-child(3) {
    animation: particleFloat3 3.5s infinite linear;
    animation-delay: 2s;
    left: 15%;
    top: 70%;
}

.logo-particle:nth-child(4) {
    animation: particleFloat4 4.5s infinite linear;
    animation-delay: 0.5s;
    left: 85%;
    top: 60%;
}

.logo-particle:nth-child(5) {
    animation: particleFloat5 3.8s infinite linear;
    animation-delay: 1.8s;
    left: 50%;
    top: 10%;
}

.logo-particle:nth-child(6) {
    animation: particleFloat6 4.2s infinite linear;
    animation-delay: 2.5s;
    left: 10%;
    top: 50%;
}

.logo-particle:nth-child(7) {
    animation: particleFloat7 3.2s infinite linear;
    animation-delay: 1.2s;
    left: 90%;
    top: 40%;
}

.logo-particle:nth-child(8) {
    animation: particleFloat8 5.5s infinite linear;
    animation-delay: 0.8s;
    left: 60%;
    top: 85%;
}

/* 파티클 플로팅 애니메이션 */
@keyframes particleFloat1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(30px, -20px) rotate(180deg);
        opacity: 0;
    }
}

@keyframes particleFloat2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translate(-25px, 15px) rotate(-120deg);
        opacity: 0;
    }
}

@keyframes particleFloat3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translate(20px, 25px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes particleFloat4 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(-30px, -10px) rotate(270deg);
        opacity: 0;
    }
}

@keyframes particleFloat5 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translate(25px, -30px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes particleFloat6 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translate(-20px, 20px) rotate(-90deg);
        opacity: 0;
    }
}

@keyframes particleFloat7 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(25px, 8px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes particleFloat8 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        transform: translate(-20px, -25px) rotate(-45deg);
        opacity: 0;
    }
}

/* 텍스트 영역 - about-center 래퍼 제거됨 */

.about-text {
    position: absolute;
    left: 562px;
    top: 147px;
    width: 800px;
    color: white;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2.5%;
    line-height: 1.6;
    text-align: left;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.2s;
}

.about-text.animate-in {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-text {
        position: absolute;
        left: 50%;
        top: 147px;
        transform: translateX(-50%) translateY(30px);
        width: 600px;
        font-size: 20px;
    }
    
    .about-text.animate-in {
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 767px) {
    .about-text {
        font-size: 18px;
        text-align: left;
        padding: 0 1rem;
        opacity: 1;
        transform: none;
        position: static;
        width: 100%;
    }
}

.about-text p {
    margin: 0;
}

.about-text .micron-semibold {
    font-weight: 600;
}

.about-text .highlight-blue {
    color: #038FF9;
    text-shadow: 
        0 0 10px rgba(3, 143, 249, 0.5),
        0 0 20px rgba(3, 143, 249, 0.3),
        0 0 30px rgba(3, 143, 249, 0.2);
    animation: textGlow 3s ease-in-out infinite alternate;
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 10px rgba(3, 143, 249, 0.5),
            0 0 20px rgba(3, 143, 249, 0.3),
            0 0 30px rgba(3, 143, 249, 0.2);
    }
    100% {
        text-shadow: 
            0 0 15px rgba(3, 143, 249, 0.8),
            0 0 25px rgba(3, 143, 249, 0.5),
            0 0 35px rgba(3, 143, 249, 0.3);
    }
}

/* 두 번째 텍스트 영역 - about-center-second 래퍼 제거됨 */

.about-text-second {
    position: absolute;
    left: 562px;
    top: 205px;
    width: 800px;
    color: white;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2.5%;
    line-height: 140%;
    text-align: left;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.5s;
}

.about-text-second.animate-in {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .about-text-second {
        position: absolute;
        left: 50%;
        top: 205px;
        transform: translateX(-50%) translateY(30px);
        width: 600px;
        font-size: 20px;
        transition-delay: 0.3s;
    }
    
    .about-text-second.animate-in {
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 767px) {
    .about-text-second {
        font-size: 18px;
        text-align: left;
        padding: 0 1rem;
        opacity: 1;
        transform: none;
        position: static;
        width: 100%;
    }
}

.about-text-second p {
    margin: 0;
}

/* 제품 이미지 영역 - about-right 래퍼 제거됨 */

.product-showcase {
    position: absolute;
    left: 1000px;
    top: 321px;
    width: 250px;
    height: 200px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.8s;
}

.product-showcase.animate-in {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .product-showcase {
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%) translateY(30px);
        width: 200px;
        height: 160px;
        aspect-ratio: 250/200;
    }
    
    .product-showcase.animate-in {
        transform: translateY(-50%) translateY(0);
    }
}

@media (max-width: 767px) {
    .product-showcase {
        width: 100%;
        height: auto;
        aspect-ratio: 250/200;
        max-width: 250px;
        margin: 0 auto;
        opacity: 1;
        transform: none;
        position: static;
    }
}

/* Right side product showcase - about-right 래퍼 제거됨 */

/* GNUP Logo */
.gnup-logo-container {
    position: absolute;
    left: 1000px;
    top: 280px;
    width: 250px;
    height: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.7s;
}

.gnup-logo-container.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.gnup-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .gnup-logo-container {
        position: absolute;
        right: 2rem;
        top: calc(50% - 80px);
        transform: translateY(-50%) translateY(30px);
        width: 200px;
        height: auto;
    }
    
    .gnup-logo-container.animate-in {
        transform: translateY(-50%) translateY(0);
    }
}

@media (max-width: 767px) {
    .gnup-logo-container {
        width: 100%;
        height: auto;
        max-width: 300px;
        margin: 0 auto 0 auto;
        opacity: 1;
        transform: none;
        position: static;
    }
}

.experience-badge {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
}

@media (max-width: 767px) {
    .experience-badge {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

/* Technologies Section */
.technologies {
    padding: 0;
    background: transparent;
    min-height: auto;
    color: #333;
}

.technologies-first-section {
    width: 1920px;
    height: 3750px;
    background: #E2E2E2;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .technologies-first-section {
        width: 100%;
        max-width: 1920px;
        height: auto;
        min-height: 3750px;
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .technologies-first-section {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 2rem 0.5rem;
    }
}

.tech-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.challenges-header {
    position: absolute;
    left: 561px;
    top: 34px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -2.5%;
    color: #3C3C3C;
    margin: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.challenges-header.animate-in {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .challenges-header {
        position: static;
        font-size: 18px;
        text-align: left;
        margin-bottom: 1rem;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 767px) {
    .challenges-header {
        position: static;
        font-size: 16px;
        text-align: left;
        margin-bottom: 0.5rem;
        padding: 0 0.5rem;
        opacity: 1;
        transform: none;
        box-sizing: border-box;
    }
}

.main-challenge {
    position: absolute;
    left: 561px;
    top: 62px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.2s;
}

.main-challenge.animate-in {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-challenge {
        position: static;
        font-size: 32px;
        text-align: left;
        margin-bottom: 1rem;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 767px) {
    .main-challenge {
        position: static;
        font-size: 32px;
        text-align: left;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
        opacity: 1;
        transform: none;
        box-sizing: border-box;
    }
}

@media (max-width: 445px) {
    .main-challenge {
        font-size: 26px;
    }
}

.challenge-description {
    position: absolute;
    left: 561px;
    top: 127px;
    width: 850px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.4s;
}

.challenge-description.animate-in {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .challenge-description {
        position: static;
        width: 100%;
        font-size: 20px;
        text-align: left;
        margin-bottom: 2rem;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 767px) {
    .challenge-description {
        position: static;
        width: 100%;
        font-size: 18px;
        text-align: left;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
        opacity: 1;
        transform: none;
        box-sizing: border-box;
    }
}

.process-description {
    position: absolute;
    left: 50%;
    top: 223px;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 50px;
    padding: 20px 40px;
    text-align: center;
    width: 780px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.process-description.animate-in {
    opacity: 1;
    transform: translateX(-50%);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .process-description {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        padding: 16px 32px;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .technologies-first-section .process-description {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 90%;
        margin: 0 auto 2rem auto;
        padding: 12px 16px;
        border-radius: 25px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        text-align: center;
    }
}

.process-description p {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .process-description p {
        font-size: 20px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .process-description p {
        font-size: 18px;
        white-space: normal;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.process-description .highlight-bold {
    font-weight: 600;
}

.painpoint-container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}

.painpoint-bg {
    position: absolute;
    left: 317px;
    top: 223px;
    z-index: 1;
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .painpoint-container {
        position: relative;
        display: block;
        width: 100%;
        max-width: 800px;
        margin: -2rem auto 2rem auto;
    }
    
    .painpoint-bg {
        position: static;
        width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .painpoint-container {
        position: relative;
        display: block;
        width: 100%;
        margin: -2rem auto 2rem auto;
    }
    
    .painpoint-bg {
        position: static;
        width: 100%;
        height: auto;
        display: block;
    }
    
    .legacy-video-container {
        position: absolute;
        left: 50%;
        top: 45.44%;
        transform: translate(-50%, -50%);
        width: 91%;
        aspect-ratio: 1;
        margin: 0;
        z-index: 2;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #f9f9f9;
        transition: all 0.3s ease;
        -webkit-overflow-scrolling: touch;
    }
    
    .legacy-video-container:hover {
        border-color: #999;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
    .legacy-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    
    /* Legacy Video Controls - Interactive Slider Style */
    .legacy-video-container .video-controls {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        z-index: 3;
    }
    
    .legacy-video-container .video-click-notification {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 25px;
        padding: 12px 24px;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.3s ease;
        font-family: 'Pretendard', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
    
    .legacy-video-container .video-click-notification:hover {
        background: rgba(0, 0, 0, 0.9);
        transform: translate(-50%, -50%) translateY(-2px);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }
    
    .legacy-video-container .video-replay-button {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 25px;
        padding: 12px 24px;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        pointer-events: auto;
        transition: all 0.3s ease;
        font-family: 'Pretendard', sans-serif;
        font-size: 14px;
        font-weight: 600;
    }
    
    .legacy-video-container .video-replay-button:hover {
        background: rgba(0, 0, 0, 0.9);
        transform: translateX(-50%) translateY(-2px);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }
    
    .legacy-video-container .notification-icon,
    .legacy-video-container .replay-icon {
        font-family: 'Pretendard', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 600;
    }
    
    .legacy-video-container .notification-text,
    .legacy-video-container .replay-text {
        font-family: 'Pretendard', sans-serif;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 600;
    }
    
    .legacy-video-container .speed-control-container {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        pointer-events: auto;
    }
    
    .legacy-video-container .speed-status-text {
        font-family: 'Pretendard', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 500;
        letter-spacing: -0.5px;
    }
    
    .legacy-video-container .speed-change-button {
        background: transparent;
        border: 1px solid #666666;
        border-radius: 15px;
        padding: 6px 12px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .legacy-video-container .speed-change-button:hover {
        background: rgba(102, 102, 102, 0.1);
        border-color: #888888;
    }
    
    .legacy-video-container .change-text {
        font-family: 'Pretendard', sans-serif;
        font-size: 14px;
        color: #666666;
        font-weight: 500;
        letter-spacing: -0.5px;
    }
}

/* PC용 CSS 제거 - 별도 PC 웹으로 분리 */

.legacy-scroll-container:hover {
    border-color: #999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .legacy-scroll-container {
        position: absolute;
        left: 50%;
        top: 45.44%;
        transform: translate(-50%, -50%);
        width: 91%;
        aspect-ratio: 1;
        margin: 0;
        z-index: 2;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #f9f9f9;
        cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTUiIGZpbGw9InJnYmEoMCwwLDAsMC44KSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xNiA4VjI0TTE2IDI0TDEyIDIwTTE2IDI0TDIwIDIwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K') 16 16, auto;
        transition: all 0.3s ease;
    }
}

@media (max-width: 767px) {
    .legacy-scroll-container {
        position: absolute;
        left: 50%;
        top: 45.44%;
        transform: translate(-50%, -50%);
        width: 91%;
        aspect-ratio: 1;
        margin: 0;
        z-index: 2;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #f9f9f9;
        cursor: grab;
        transition: all 0.3s ease;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y;
    }
    
    .legacy-scroll-container:active {
        cursor: grabbing;
    }
}

.legacy-scroll-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.1s ease-out;
    object-fit: contain;
    object-position: top;
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .legacy-scroll-image {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .legacy-scroll-image {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}

/* Timer 관련 CSS 제거 - 모바일에서 구현하지 않음 */

.scroll-instruction {
    position: absolute;
    left: 50%;
    top: 768px;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 20px;
    padding: 12px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 3;
    width: 400px;
    max-width: 90%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .scroll-instruction {
        position: absolute;
        left: 50%;
        top: 32.4%;
        transform: translateX(-50%);
        width: 500px;
        max-width: 90%;
        margin: 0;
        text-align: center;
        background: #FFFFFF;
        border-radius: 15px;
        padding: 8px 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
}

@media (max-width: 767px) {
    .scroll-instruction {
        position: absolute;
        left: 50%;
        top: 32.4%;
        transform: translateX(-50%);
        width: 350px;
        max-width: 90%;
        margin: 0;
        text-align: center;
        padding: 6px 12px;
        border-radius: 12px;
        background: #FFFFFF;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
}

.scroll-instruction p {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .scroll-instruction p {
        font-size: 14px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .scroll-instruction p {
        font-size: 12px;
        white-space: normal;
    }
}

.experiment-details {
    position: absolute;
    left: 338px;
    top: 2128px;
    width: 680px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .experiment-details {
        position: static;
        width: 100%;
        max-width: 600px;
        font-size: 14px;
        margin: 0 auto 2rem auto;
    }
}

@media (max-width: 767px) {
    .experiment-details {
        position: static;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        margin: 0 auto 2rem auto;
    }
}

.experiment-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.experiment-details li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.experiment-details li:before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}

.check-point-box {
    position: absolute;
    left: 50%;
    top: 2305px;
    transform: translateX(-50%);
    background: #2B3B77;
    padding: 16px 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(43, 59, 119, 0.3);
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.2s;
}

.check-point-box.animate-in {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.check-point-box span {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0;
    white-space: nowrap;
}

.question-text {
    position: absolute;
    left: 50%;
    top: 2400px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 0.6s;
}

.question-text.animate-in {
    opacity: 1;
}

.question-text .highlight-semibold {
    font-weight: 600;
}

.painpoint-statistics {
    position: static;
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.statistics-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
    text-align: center;
    opacity: 1;
    transform: none;
}

.statistics-text .highlight-semibold {
    font-weight: 600;
    color: #e74c3c;
}

.statistics-highlight {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -2.5%;
    line-height: 1.4;
    display: block;
    margin-top: 1rem;
}

.reference-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -2.5%;
    color: #8E8E8E;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    opacity: 1;
    transform: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .painpoint-statistics {
        max-width: 600px;
        margin: 0 auto 2rem auto;
        padding: 0 1rem;
    }
    
    .statistics-text {
        font-size: 14px;
        text-align: center;
    }
    
    .statistics-highlight {
        font-size: 18px;
    }
    
    .reference-text {
        font-size: 11px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .check-point-box {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: auto;
        max-width: 300px;
        margin: 0 auto 2rem auto;
        padding: 12px 24px;
        opacity: 1;
    }
    
    .check-point-box span {
        font-size: 24px;
    }
    
    .question-text {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        font-size: 24px;
        text-align: center;
        opacity: 1;
        padding: 0 1rem;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {
    .technologies-first-section .check-point-box {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: auto;
        max-width: 250px;
        margin: 0 auto 1.5rem auto;
        padding: 10px 20px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .technologies-first-section .check-point-box span {
        font-size: 20px;
    }
    
    .technologies-first-section .question-text {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 1.5rem auto;
        font-size: 20px;
        text-align: center;
        opacity: 1;
        padding: 0 1rem;
        box-sizing: border-box;
    }
}
















.painpoint-carousel-container {
    position: static;
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 0 0.5rem;
    box-sizing: border-box;
    overflow: hidden;
}

.painpoint-carousel {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 125.7%; /* 519/413 * 100 = 125.7% */
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.painpoint-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.painpoint-card.active {
    opacity: 1;
    transform: translateX(0);
}

.painpoint-card.prev {
    transform: translateX(-100%);
}

.painpoint-card.next {
    transform: translateX(100%);
}

.painpoint-card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #000000;
    transform: scale(1.2);
}

.indicator:hover {
    background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .painpoint-carousel-container {
        max-width: 700px;
        margin: 0 auto 2rem auto;
        padding: 0 1rem;
    }
    
    .painpoint-carousel {
        height: 0;
        padding-bottom: 125.7%; /* 동일한 비율 유지 */
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
}

.improvement-question-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0 auto 1.5rem auto;
    line-height: 1.4;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
    opacity: 1;
    transform: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .improvement-question-text {
        font-size: 20px;
        max-width: 600px;
        margin: 0 auto 1.5rem auto;
        text-align: center;
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .improvement-question-text {
        position: absolute;
        left: 561px;
        top: 3316px;
        width: 800px;
        font-size: 28px;
        margin: 0;
        padding: 0;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
        transition-delay: 1.0s;
    }
    
    .improvement-question-text.animate-in {
        opacity: 1;
        transform: translateY(0);
    }
}

.improvement-question-text .highlight-semibold {
    font-weight: 600;
}

.solution-intro-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0 auto 1.5rem auto;
    line-height: 1.8;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
    opacity: 1;
    transform: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .solution-intro-text {
        font-size: 16px;
        max-width: 600px;
        margin: 0 auto 1.5rem auto;
        text-align: center;
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .solution-intro-text {
        position: absolute;
        left: 561px;
        top: 3391px;
        width: 800px;
        font-size: 24px;
        margin: 0;
        padding: 0;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
        transition-delay: 1.2s;
    }
    
    .solution-intro-text.animate-in {
        opacity: 1;
        transform: translateY(0);
    }
}

.solution-methods-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0 auto 1.5rem auto;
    line-height: 1.6;
    text-align: left;
    padding: 0 0.5rem;
    box-sizing: border-box;
    opacity: 1;
    transform: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .solution-methods-text {
        font-size: 14px;
        max-width: 600px;
        margin: 0 auto 1.5rem auto;
        text-align: left;
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .solution-methods-text {
        position: absolute;
        left: 592px;
        top: 3445px;
        width: 800px;
        font-size: 20px;
        margin: 0;
        padding: 0;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
        transition-delay: 1.4s;
    }
    
    .solution-methods-text.animate-in {
        opacity: 1;
        transform: translateY(0);
    }
}

.solution-methods-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-methods-text li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

@media (min-width: 768px) {
    .solution-methods-text li {
        margin-bottom: 16px;
    }
}

.solution-methods-text li:before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}

.limitation-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0 auto 2rem auto;
    line-height: 1.8;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
    opacity: 1;
    transform: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .limitation-text {
        font-size: 16px;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        text-align: center;
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .limitation-text {
        position: absolute;
        left: 560px;
        top: 3632px;
        width: 800px;
        font-size: 24px;
        margin: 0;
        padding: 0;
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
        transition-delay: 1.6s;
    }
    
    .limitation-text.animate-in {
        opacity: 1;
        transform: translateY(0);
    }
}

.limitation-text .highlight-semibold {
    font-weight: 600;
}

@media (max-width: 499px) {
    .technologies-second-section {
        width: 100%;
        min-height: auto;
        padding: 2rem 0 500px 0;
        background: #FFFFFF url('../attached_assets/bluebackground_mobile.png') no-repeat;
        background-position: center top;
        background-size: contain;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
    }
}

@media (min-width: 500px) and (max-width: 1023px) {
    .technologies-second-section {
        width: 100%;
        min-height: auto;
        padding: 3rem 1rem 600px 1rem;
        background: #FFFFFF url('../attached_assets/bluebackground_tablet.png') no-repeat;
        background-position: center top;
        background-size: contain;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .technologies-second-section {
        padding: 4rem 2rem 700px 2rem;
        background: #FFFFFF url('../attached_assets/bluebackground_tablet.png') no-repeat;
        background-position: center top;
        background-size: contain;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .technologies-second-section {
        padding: 4rem 2rem 800px 2rem;
    }
}

.why-microncube-title {
    position: static;
    width: auto;
    max-width: 600px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0 auto 1rem auto;
    z-index: 10;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .why-microncube-title {
        font-size: 28px;
        max-width: 600px;
        margin: 0 auto 1rem auto;
        padding: 0 1rem;
    }
}

.why-microncube-title .micron-bold {
    font-weight: 700;
}

.nature-solution-text {
    position: static;
    width: auto;
    max-width: 600px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    margin: 0 auto 1.5rem auto;
    z-index: 10;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .nature-solution-text {
        font-size: 20px;
        max-width: 600px;
        margin: 0 auto 1.5rem auto;
        padding: 0 1rem;
    }
}

.technology-description-text {
    position: static;
    width: auto;
    max-width: 600px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    margin: 0 auto 1.5rem auto;
    z-index: 10;
    text-align: left;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .technology-description-text {
        font-size: 14px;
        max-width: 600px;
        margin: 0 auto 1.5rem auto;
        padding: 0 1.5rem;
    }
}

.technology-description-text .micron-semibold {
    font-weight: 600;
}

.technology-description-text .unicaptix-semibold {
    font-weight: 600;
    text-shadow: 0 0 10px rgba(3, 143, 249, 0.8), 0 0 20px rgba(3, 143, 249, 0.6), 0 0 30px rgba(3, 143, 249, 0.4);
    animation: unicaptixGlow 3s ease-in-out infinite alternate;
}

@keyframes unicaptixGlow {
    0% {
        text-shadow: 0 0 10px rgba(3, 143, 249, 0.8), 0 0 20px rgba(3, 143, 249, 0.6), 0 0 30px rgba(3, 143, 249, 0.4);
    }
    100% {
        text-shadow: 0 0 15px rgba(3, 143, 249, 1), 0 0 25px rgba(3, 143, 249, 0.8), 0 0 35px rgba(3, 143, 249, 0.6);
    }
}

.optimization-description-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    margin: 0 auto 2rem auto;
    z-index: 10;
    text-align: left;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .optimization-description-text {
        font-size: 14px;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        padding: 0 1.5rem;
    }
}

.optimization-description-text .highlight-semibold {
    font-weight: 600;
}

.comparison-container {
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    gap: 1rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .comparison-container {
        max-width: 500px;
        padding: 0 1rem;
    }
}

.conventional-description {
    position: static;
    width: 50%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: right;
    z-index: 20;
    margin: 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .conventional-description {
        font-size: 16px;
        padding: 0 1rem;
    }
}

.unicaptix-description {
    position: static;
    width: 50%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: left;
    z-index: 20;
    margin: 0;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .unicaptix-description {
        font-size: 16px;
        padding: 0 1rem;
    }
}

.unicaptix-description .unicaptix-bold {
    font-weight: 700;
}

.moldrendering-image {
    position: static;
    width: 100%;
    height: auto;
    z-index: 5;
    margin: 0 auto 2rem auto;
    display: block;
}


.problem-description-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0 auto 1.5rem auto;
    padding: 0 0.5rem;
    box-sizing: border-box;
    display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .problem-description-text {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 1.5rem auto;
        padding: 0 1rem;
        display: block;
    }
}

.problem-description-text .highlight-semibold {
    font-weight: 600;
}

.solution-description-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0 auto 2rem auto;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .solution-description-text {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 2rem auto;
        padding: 0 1rem;
    }
}

.solution-description-text .solution-highlight {
    font-weight: 600;
    color: #006FFF;
}

.solution-description-text .unicaptix-bold {
    font-weight: 700;
}

.solution-description-text .unicaptix-x {
    font-weight: 700;
    color: #038FF9;
}

.chart-title-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0 auto 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .chart-title-text {
        font-size: 18px;
        max-width: 400px;
        margin: 0 auto 1rem auto;
        padding: 0 1.5rem;
    }
}

.chart-title-text .chart-subtitle {
    font-size: 16px;
}

.chart-line {
    width: 100%;
    max-width: 300px;
    height: 2px;
    background: #CCCCCC;
    margin: 0 auto 2rem auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .chart-line {
        max-width: 400px;
    }
}

.mold-labels-container {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1rem auto;
    justify-content: space-between;
    padding: 0 1rem;
    box-sizing: border-box;
}

.mold-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mold-labels-container {
        max-width: 500px;
        padding: 0 1.5rem;
    }
    
    .mold-label {
        font-size: 14px;
    }
}

.see-details-btn {
    position: static;
    width: 140px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 10;
    margin: 0 auto 1rem auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .see-details-btn {
        font-size: 13px;
        width: 130px;
        height: 38px;
    }
}

.see-details-btn:hover {
    background: #F5F5F5;
    border-color: #999999;
    color: #333333;
}

.percentage-text {
    position: static;
    font-family: 'Pretendard', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    z-index: 10;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .percentage-text {
        font-size: 40px;
    }
}

.percentage-text-100 {
    position: static;
    font-family: 'Pretendard', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    z-index: 10;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .percentage-text-100 {
        font-size: 40px;
    }
}

.percentage-container {
    display: flex;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2rem auto;
    justify-content: space-between;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .percentage-container {
        max-width: 500px;
        padding: 0 1.5rem;
    }
}

.percent-symbol {
    font-size: 24px;
}

.disclaimer-text {
    position: absolute;
    left: 50%;
    top: 2516px;
    transform: translateX(-50%);
    width: 1080px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2.5%;
    line-height: 130%;
    color: #B0B0B0;
    text-align: center;
    z-index: 10;
}

/* 새로운 UniCaptiX 쇼케이스 그룹 */
.unicaptix-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 3rem auto;
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.unicaptix-logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.unicaptix-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.unicaptix-logo {
    width: 200px;
    height: auto;
    z-index: 10;
    animation: logoPulse 3s ease-in-out infinite;
    display: block;
}

@keyframes logoPulse {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.01);
    }
    10% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.rotating-circle-container {
    position: absolute;
    top: 70%;
    left: 20%;
    transform: translateX(-50%);
    width: 500px;
    height: 200px;
    z-index: 5;
    perspective: 1000px;
    --ripple-color: #1494FF;
    --ripple-color-2: #00D4FF;
    --ripple-opacity: 0.8;
}

/* 모바일에서는 rotating circle 컨테이너는 표시하되 애니메이션 비활성화 */
@media (max-width: 1023px) {
    .rotating-circle-container {
        display: block !important;
    }
}

.rotating-circle {
    position: absolute;
    width: 500px;
    height: 200px;
    left: 0;
    top: 0;
    transform-origin: center center;
    transform: scale(0.5);
    opacity: 1;
    transition: all 4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-image: url('../attached_assets/wave.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 모바일에서는 rotating circle을 정적으로 표시 (애니메이션 비활성화) */
@media (max-width: 1023px) {
    .rotating-circle {
        display: block !important;
        animation: none !important;
        transition: none !important;
        transform: scale(1) !important;
        opacity: 0.6 !important;
    }
    
}

.rotating-circle.ripple-active {
    transform: scale(0.96);
    opacity: 0;
}

/* 모바일에서는 ripple-active도 정적으로 표시 */
@media (max-width: 1023px) {
    .rotating-circle.ripple-active {
        display: block !important;
        animation: none !important;
        transition: none !important;
        transform: scale(1) !important;
        opacity: 0.6 !important;
    }
}

.unicaptix-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0%;
    text-align: center;
    z-index: 10;
    margin: 0;
    transform: translateY(-20px);
}

.unicaptix-title .unicapti-text {
    color: #000000;
}

.unicaptix-title .x-text {
    color: #1492FF;
}

.technology-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    color: #000000;
    text-align: center;
    margin: 0;
    z-index: 10;
    transform: translateY(-30px);
}


/* UniCaptiX Cards */
.unicaptix-cards-container {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    top: 415px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 20;
}

.unicaptix-card1-group,
.unicaptix-card2-group,
.unicaptix-card3-group {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 239px;
    height: 320px;
    padding: 1rem;
    text-align: center;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
}

/* 모든 카드를 같은 위치에 겹치게 배치 */
.unicaptix-card1-group,
.unicaptix-card2-group,
.unicaptix-card3-group {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}

/* 활성 카드만 표시 */
.unicaptix-card1-group.active,
.unicaptix-card2-group.active,
.unicaptix-card3-group.active {
    z-index: 3;
    opacity: 1;
}


/* 캐로셀 컨트롤 */
.carousel-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 300px;
    z-index: 10;
    pointer-events: none;
}

.carousel-btn {
    background: rgba(20, 148, 255, 0.8);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background: rgba(20, 148, 255, 1);
    transform: scale(1.1);
}

.carousel-btn:active {
    transform: scale(0.95);
}

/* Tech Conclusion Container */
.tech-conclusion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 410px auto 0 auto;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 15;
}

.tech-conclusion-text-1 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    margin: 0;
}


.tech-conclusion-text-1 .micron-semibold {
    font-weight: 700;
}

.tech-conclusion-text-2 {
    display: block;
    margin-top: 10px;
}

/* Feature Mobile Images */
.feature-mobile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 110px;
    width: 100%;
}

.feature-mobile-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.feature-mobile1-container {
    position: relative;
    width: 100%;
    max-width: 423px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.feature-mobile1-hint {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
    opacity: 0.8;
}

.feature-mobile1-base {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    cursor: pointer;
}

.feature-mobile1-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
    cursor: pointer;
}

.feature-mobile1-2.visible {
    opacity: 1;
}

.feature-mobile2-container {
    position: relative;
    margin-top: -75px;
    width: 100%;
    max-width: 423px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.feature-mobile2-base {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
    cursor: pointer;
}

.feature-mobile2-mag {
    position: absolute;
    top: 150px;
    left: -20px;
    width: 50%;
    height: auto;
    display: block !important;
    z-index: 10;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
}

.feature-mobile2-mag.visible {
    opacity: 1;
    visibility: visible;
}


.feature-mobile3-container {
    position: relative;
    margin-top: -67.5px;
    width: 100%;
    max-width: 423px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.feature-mobile3-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 2;
    cursor: pointer;
}

.feature-mobile3-2 {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
    cursor: pointer;
}

.feature-mobile3-1.active {
    opacity: 1;
}

.feature-mobile3-2.active {
    opacity: 1;
}

/* 강제로 3_2 위치 고정 */
.feature-mobile-container .feature-mobile3-2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.unicaptix-card1 {
    position: relative;
    left: auto;
    top: auto;
    z-index: 10;
    margin-bottom: 1rem;
}

.unicaptix-card2,
.unicaptix-card3 {
    position: relative;
    left: auto;
    top: auto;
    z-index: 10;
    margin-bottom: 1rem;
}

.card-image {
    width: 100%;
    height: auto;
    display: block;
}

.unicaptix-card3-group .networking-text {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0;
    width: 200px;
    height: 44px;
}

.uniform-semibold {
    font-weight: 600;
}

.unicaptix-card1-group .rose-pattern-text {
    position: relative;
    left: auto;
    top: auto;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0;
}

.concentration-semibold {
    font-weight: 600;
}

.unicaptix-card2-group .fillet-structure-text {
    position: relative;
    left: auto;
    top: auto;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0;
}

.minimization-semibold {
    font-weight: 600;
}

.container {
    width: 1920px;
    margin: 0 auto;
}

.section-title {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 64px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #333;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    gap: 32px;
    margin-bottom: 96px;
    justify-content: center;
}

.tech-item {
    width: 320px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 32px;
    background: white;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    transition: all 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-5px);
    border-color: #333;
}

.tech-icon {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}

.tech-item:hover .tech-icon {
    transform: scale(1.1);
}

.tech-item h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tech-item p {
    color: #666;
    line-height: 1.5;
    font-size: 15px;
}

/* Video Comparison Section */
.comparison-section {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0 auto 2rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .comparison-section {
        max-width: 600px;
        margin: 0 auto 2rem auto;
        padding: 0 1.5rem;
    }
}

.video-click-notification {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-click-notification:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.notification-icon {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    animation: pulse 2s ease-in-out infinite;
}

.notification-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: -0.5px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.video-replay-button {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-replay-button:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.replay-icon {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    animation: rotate 2s ease-in-out infinite;
}

.replay-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: -0.5px;
}

@keyframes rotate {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
}

.speed-control-container {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.speed-status-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.speed-change-button {
    background: transparent;
    border: 1px solid #666666;
    border-radius: 15px;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.speed-change-button:hover {
    background: rgba(102, 102, 102, 0.1);
    border-color: #888888;
}

.change-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
}


.technologies-intro-text {
    position: static;
    width: auto;
    max-width: 600px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0 auto 2rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .technologies-intro-text {
        font-size: 18px;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        padding: 0 1.5rem;
    }
}

.technologies-world-class-text {
    position: absolute;
    left: 50%;
    top: 3354px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
}

.technologies-world-class-text .micron-semibold {
    font-weight: 600;
}

.technologies-innovation-text {
    position: absolute;
    left: 50%;
    top: 3407px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
}

.featurecard1 {
    position: absolute;
    left: 320px;
    top: 3508px;
    z-index: 10;
    overflow: hidden;
}

.featurecard1 .card-firefly {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.featurecard1 .card-firefly::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
    animation: cardGlow 2s infinite ease-in-out;
}

@keyframes cardGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

.featurecard1 .card-firefly:nth-child(1) {
    animation: cardFloat1 4s infinite linear;
    animation-delay: 0s;
    left: 10%;
    top: 20%;
}

.featurecard1 .card-firefly:nth-child(2) {
    animation: cardFloat2 5s infinite linear;
    animation-delay: 1s;
    left: 80%;
    top: 15%;
}

.featurecard1 .card-firefly:nth-child(3) {
    animation: cardFloat3 3.5s infinite linear;
    animation-delay: 2s;
    left: 15%;
    top: 70%;
}

.featurecard1 .card-firefly:nth-child(4) {
    animation: cardFloat4 4.5s infinite linear;
    animation-delay: 0.5s;
    left: 85%;
    top: 60%;
}

.featurecard1 .card-firefly:nth-child(5) {
    animation: cardFloat5 3.8s infinite linear;
    animation-delay: 1.8s;
    left: 50%;
    top: 10%;
}

.featurecard1 .card-firefly:nth-child(6) {
    animation: cardFloat6 4.2s infinite linear;
    animation-delay: 2.5s;
    left: 25%;
    top: 50%;
}

.featurecard1 .card-firefly:nth-child(7) {
    animation: cardFloat7 3.2s infinite linear;
    animation-delay: 1.2s;
    left: 75%;
    top: 40%;
}

.featurecard1 .card-firefly:nth-child(8) {
    animation: cardFloat8 5.5s infinite linear;
    animation-delay: 0.8s;
    left: 60%;
    top: 85%;
}

.featurecard1 .card-firefly:nth-child(9) {
    animation: cardFloat9 4.8s infinite linear;
    animation-delay: 3s;
    left: 40%;
    top: 30%;
}

.featurecard1 .card-firefly:nth-child(10) {
    animation: cardFloat10 3.3s infinite linear;
    animation-delay: 2.2s;
    left: 90%;
    top: 80%;
}

@keyframes cardFloat1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(30px, -20px) rotate(180deg);
        opacity: 0;
    }
}

@keyframes cardFloat2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translate(-25px, 15px) rotate(-120deg);
        opacity: 0;
    }
}

@keyframes cardFloat3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translate(20px, 25px) rotate(90deg);
        opacity: 0;
    }
}

@keyframes cardFloat4 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(-30px, -10px) rotate(270deg);
        opacity: 0;
    }
}

@keyframes cardFloat5 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translate(25px, -30px) rotate(45deg);
        opacity: 0;
    }
}

@keyframes cardFloat6 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translate(-20px, 20px) rotate(-90deg);
        opacity: 0;
    }
}

@keyframes cardFloat7 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(25px, 8px) rotate(135deg);
        opacity: 0;
    }
}

@keyframes cardFloat8 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    100% {
        transform: translate(-20px, -25px) rotate(-45deg);
        opacity: 0;
    }
}

@keyframes cardFloat9 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translate(35px, -15px) rotate(200deg);
        opacity: 0;
    }
}

@keyframes cardFloat10 {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translate(-35px, 10px) rotate(-200deg);
        opacity: 0;
    }
}

.featurecard2 {
    position: absolute;
    left: 50%;
    top: 3508px;
    transform: translateX(-50%);
    z-index: 10;
}

.featurecard2-mag {
    position: absolute;
    left: 707px;
    top: 3721px;
    z-index: 10;
    opacity: 0;
    transform: translateX(100px);
    animation: cardSlideFadeInOut 5s ease-in-out infinite;
}

@keyframes cardSlideFadeInOut {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    20% {
        opacity: 1;
        transform: translateX(0);
    }
    80% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(0);
    }
}

.featurecard3 {
    position: absolute;
    left: 1133px;
    top: 3508px;
    z-index: 10;
}

.featurecard3-trans {
    position: absolute;
    left: 1133px;
    top: 3508px;
    z-index: 11;
    opacity: 0;
    animation: fadeInOut 6s ease-in-out infinite;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.number-1-text {
    position: absolute;
    left: 614px;
    top: 3465px;
    font-family: 'Pretendard', sans-serif;
    font-size: 96px;
    font-weight: 900;
    color: #FFFFFF;
    opacity: 0.5;
    z-index: 10;
}

.number-2-text {
    position: absolute;
    left: 1130px;
    top: 3465px;
    font-family: 'Pretendard', sans-serif;
    font-size: 96px;
    font-weight: 900;
    color: #FFFFFF;
    opacity: 0.5;
    z-index: 10;
}

.number-3-text {
    position: absolute;
    left: 1515px;
    top: 3465px;
    font-family: 'Pretendard', sans-serif;
    font-size: 96px;
    font-weight: 900;
    color: #FFFFFF;
    opacity: 0.5;
    z-index: 12;
}

.unicaptix-description-text {
    display: none;
}


.precision-description-text {
    position: absolute;
    left: 50%;
    top: 3520px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: center;
    z-index: 10;
}

.custom-description-text {
    position: absolute;
    left: 1292px;
    top: 3520px;
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: right;
    z-index: 12;
}


.tip-radius-description-text {
    position: absolute;
    left: 50%;
    top: 3615px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: center;
    z-index: 10;
}

.custom-mold-description-text {
    position: absolute;
    left: 1227px;
    top: 3615px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: right;
    z-index: 12;
}

.comparison-description-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    z-index: 10;
    margin: 0 auto 2rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .comparison-description-text {
        font-size: 18px;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        padding: 0 1.5rem;
    }
}

.video-description {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #9B9B9B;
    text-align: left;
    z-index: 10;
    margin: -2.5rem auto 0.5rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .video-description {
        font-size: 11px;
        max-width: 600px;
        margin: -2.5rem auto 0.5rem auto;
        padding: 0 1.5rem;
    }
}

.smart-mold-semibold {
    font-weight: 600;
}

.distribution-semibold {
    font-weight: 600;
}

.experiment-title {
    position: static;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin: 3rem auto 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .experiment-title {
        max-width: 600px;
        margin: 3rem auto 1rem auto;
        padding: 0 1.5rem;
    }
}

.experiment-main-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .experiment-main-title {
        font-size: 22px;
    }
}

.experiment-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
    margin-top: -12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .experiment-subtitle {
        font-size: 12px;
    }
}

.drug-release-chart {
    position: static;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0.5rem auto;
    display: block;
    object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .drug-release-chart {
        max-width: 500px;
        margin: 0.3rem auto;
    }
}

.experiment-result-text {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    margin: 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.experiment-result-text .mold-structure-bold {
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .experiment-result-text {
        font-size: 16px;
        max-width: 500px;
        padding: 0 1.5rem;
    }
}

.experiment-disclaimer {
    position: static;
    width: auto;
    max-width: 600px;
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #9B9B9B;
    text-align: left;
    z-index: 10;
    margin: 0 auto 2rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .experiment-disclaimer {
        font-size: 11px;
        max-width: 600px;
        margin: 0 auto 2rem auto;
        padding: 0 1.5rem;
    }
}

.unicaptix-intro-text {
    position: static;
    width: auto;
    max-width: 600px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    margin: 2rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.unicaptix-intro-text .micron-semibold {
    font-weight: 700;
}

.unicaptix-intro-text .unicaptix-semibold {
    font-weight: 700;
}

.unicaptix-intro-text .x-highlight {
    font-weight: 700;
    color: #038FF9;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .unicaptix-intro-text {
        font-size: 16px;
        max-width: 500px;
        padding: 0 1.5rem;
        left: auto;
        top: auto;
        transform: none;
    }
}

@media (max-width: 767px) {
    .unicaptix-showcase {
        max-width: 100%;
        margin: 2rem auto;
        padding: 1rem;
    }
    
    .unicaptix-logo {
        width: 180px;
    }
    
    .rotating-circle-container {
        width: 400px;
        height: 160px;
    }
    
    .unicaptix-title {
        font-size: 28px;
    }
    
    .technology-subtitle {
        font-size: 18px;
    }
    
    .unicaptix-cards-container {
        height: 300px;
        top: 265px;
    }
    
    .unicaptix-card1-group,
    .unicaptix-card2-group,
    .unicaptix-card3-group {
        width: 200px;
        height: 280px;
        padding: 0.5rem;
    }
    
    .carousel-controls {
        width: 250px;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .tech-conclusion-container {
        margin: 300px auto 0 auto;
        padding: 0.5rem;
    }
    
    .tech-conclusion-text-1 {
        font-size: 18px;
        margin: 0;
    }
    
    .feature-mobile-container {
        gap: 15px;
        margin-top: 100px;
    }
    
    /* Hide feature cards on mobile */
    .featurecard1,
    .featurecard2,
    .featurecard3,
    .featurecard2-mag {
        display: none !important;
    }
}

/* 개발용 그리드 표시 */
body.show-grid::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 0, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 9999;
}

body.show-grid::after {
    content: 'GRID ON - Press G to toggle';
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-family: monospace;
    z-index: 10000;
    pointer-events: none;
}

/* 모달 스타일 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 810px;
    height: auto;
    max-height: 90vh;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal-canvas {
        width: 85%;
        max-width: 700px;
        padding: 25px;
    }
}

@media (min-width: 1024px) {
    .modal-canvas {
        width: 810px;
        height: 900px;
        padding: 0;
        overflow: visible;
    }
}

.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 28px;
    font-weight: 300;
    color: #666666;
    line-height: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal-close-btn {
        top: 18px;
        right: 18px;
        width: 38px;
        height: 38px;
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .modal-close-btn {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 32px;
    }
}

.modal-close-btn:hover {
    background: #F5F5F5;
    color: #333333;
}

.modal-drug-chart {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media (min-width: 1024px) {
    .modal-drug-chart {
        position: absolute;
        left: 50%;
        top: 66px;
        transform: translateX(-50%);
        max-width: 100%;
        height: auto;
    }
}

.modal-chart-title {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    margin: 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal-chart-title {
        font-size: 19px;
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .modal-chart-title {
        position: absolute;
        left: 50%;
        top: 519px;
        transform: translateX(-50%);
        width: 750px;
        font-size: 20px;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
}

.modal-description {
    position: static;
    width: 100%;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: left;
    line-height: 1.5;
    margin: 1rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal-description {
        font-size: 15px;
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .modal-description {
        position: absolute;
        left: 50%;
        top: 580px;
        transform: translateX(-50%);
        width: 750px;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
}

.modal-description p {
    margin: 0 0 8px 0;
}

.modal-description .semibold {
    font-weight: 600;
}

.modal-description .reference-text {
    font-size: 14px;
    color: #666666;
}

.comparison-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 48px;
    color: #333;
}

/* New Interactive Video Comparison Slider */
.comparison-slider {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100vw;
    max-height: 100vh;
    margin: 0 auto 2rem auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #000;
    user-select: none;
    aspect-ratio: 1/1;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .comparison-slider {
        width: 90%;
        max-width: 600px;
        height: 600px;
        margin: 0 auto 2rem auto;
    }
}

.comparison-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.video-before {
    z-index: 1;
}

.video-after {
    z-index: 2;
    /* Initially show 50% of after video */
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
}

.comparison-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, #333333 50%, #000000 100%);
    cursor: ew-resize;
    z-index: 10;
    transform: translateX(-50%);
    transition: all 0.2s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.comparison-handle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(0, 0, 0, 0.2);
    border: 2px solid #000000;
    transition: all 0.2s ease;
}

.comparison-handle:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 0, 0, 0.3);
}

.comparison-handle::after {
    content: '⟷';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
    font-family: 'Pretendard', sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 비교 슬라이더 전용 안전 장치: 다른 전역 규칙 영향 차단 */
.comparison-video,
.comparison-handle {
  animation: none !important;
  transition: none !important;
}

.comparison-labels {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 5;
    pointer-events: none;
}

.comparison-label:first-child {
    margin-right: auto;
}

.comparison-label:last-child {
    margin-left: auto;
}

.comparison-label {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.x-highlight {
    color: #038FF9;
}


/* Image Popup Styles */
.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
    z-index: 10001;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.popup-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#popupImage {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 8px;
}


/* Products Section */
.products {
    width: 100%;
    max-width: 1920px;
    min-height: 1080px;
    background: #F8F8F8;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.upcoming-products-title {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    z-index: 10;
    text-align: center;
}

.upcoming-products-description {
    position: absolute;
    left: 50%;
    top: 117px;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: regular;
    letter-spacing: -2.5%;
    line-height: 200%;
    color: #333333;
    margin: 0;
    z-index: 10;
    text-align: center;
}

.upcoming-products-description-second {
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: regular;
    letter-spacing: -2.5%;
    line-height: 200%;
    color: #333333;
    margin: 0;
    z-index: 10;
    text-align: center;
}

.upcoming-products-disclaimer {
    position: absolute;
    left: 50%;
    top: 320px;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    font-family: 'Pretendard', sans-serif;
    font-size: 13px;
    font-weight: regular;
    letter-spacing: -2.5%;
    line-height: 150%;
    color: #666666;
    margin: 0;
    z-index: 10;
    text-align: center;
}

/* Product Cards Container */
.product-cards-container {
    position: absolute;
    left: 50%;
    top: 420px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    z-index: 10;
}

/* Product Card Mobile */
.product-card-mobile {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.product-card-mobile.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.product-card-mobile:hover {
    transform: scale(1.02);
}

.product-card-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}

/* More Products Button */
.more-products-container {
    position: absolute;
    left: 50%;
    top: 600px;
    transform: translateX(-50%);
    z-index: 10;
}

.more-products-btn {
    background: #000000;
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    border-radius: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.more-products-btn:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}



.products .section-title {
    color: #333;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    gap: 32px;
    width: 1920px;
    margin: 0 auto 48px auto;
    justify-content: center;
}

.products .view-more-btn {
    color: #333;
    border-color: #333;
}

.products .view-more-btn:hover {
    background: #333;
    color: white;
    border-color: #333;
}

/* Contact Section */
.contact {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-height: 600px;
    background: #F1F1F1;
    overflow: hidden;
    margin: 0 auto;
    padding: 2rem;
    box-sizing: border-box;
}

.contact-title {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    z-index: 10;
    text-align: center;
}

.contact-title .micron-semibold {
    font-weight: 600;
}


.contact-image {
    position: absolute;
    right: 2rem;
    top: 45px;
    z-index: 10;
    width: 100%;
    max-width: 500px;
    height: auto;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-info {
    position: absolute;
    left: 50%;
    top: 65px;
    transform: translateX(-50%);
    width: 90%;
    max-width: 406px;
    z-index: 10;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.info-item:last-child {
    margin-top: -15px;
}

.info-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: #000000;
    margin-top: 2px;
}

.info-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 140%;
    letter-spacing: -2.5%;
}

/* Contact Form */
.contact-form {
    position: absolute;
    left: 50%;
    top: 185px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 406px;
    z-index: 10;
}

.form-field {
    position: absolute;
    left: 0;
    margin-bottom: -1px !important;
}

.form-field:nth-child(1) {
    top: 0 !important;
}

.form-field:nth-child(2) {
    top: 80px !important;
}

.form-field:nth-child(3) {
    top: 160px !important;
}

.form-field:nth-child(4) {
    top: 240px !important;
}

.form-field:nth-child(5) {
    top: 320px !important;
}

.form-input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    letter-spacing: -2.5%;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    outline: none;
    box-sizing: border-box;
    transition: none;
    margin-bottom: -1px !important;
}

/* Select specific styling */
select.form-input {
    color: #AAAAAA;
}

select.form-input:focus {
    color: #AAAAAA;
}

select.form-input option {
    color: #000000;
}

select.form-input option:first-child {
    color: #AAAAAA;
}

.form-input::placeholder {
    color: #AAAAAA;
}

.form-input option {
    color: #000000;
}

.form-input option:first-child {
    color: #AAAAAA;
}

.form-input[type="text"], 
.form-input[type="email"], 
.form-input[type="tel"] {
    background-image: none;
}

.form-input:not([type="text"]):not([type="email"]):not([type="tel"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    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='%23000000' 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 10px center;
    background-size: 16px;
    padding-right: 35px;
}

.form-input:focus {
    border-color: #D8D8D8;
}

.form-input:focus::placeholder {
    color: transparent;
}

/* Message Input */
.message-field {
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 406px;
    z-index: 10;
}

.message-input {
    width: 100%;
    height: 176px;
    padding: 15px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    letter-spacing: -2.5%;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    outline: none;
    box-sizing: border-box;
    resize: none;
    transition: none;
}

.message-input::placeholder {
    color: #AAAAAA;
}

.message-input:focus {
    border-color: #D8D8D8;
}

.message-input:focus::placeholder {
    color: transparent;
}

/* Privacy Policy and Submit Button */
.privacy-section {
    position: absolute;
    left: 50%;
    top: 350px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 406px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-policy {
    background: #F8F8F8;
    border: 1px solid #000000;
    padding: 20px;
    width: 100%;
    height: 128px;
    box-sizing: border-box;
}

.privacy-policy p {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #414141;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.privacy-policy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-policy li {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #414141;
    line-height: 1.2;
    margin-bottom: 4px;
}

.privacy-policy li:before {
    content: "• ";
    color: #414141;
    font-weight: bold;
}

.submit-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.submit-button {
    width: 100%;
    height: 48px;
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: none;
    box-sizing: border-box;
    padding-left: 3px;
}

.submit-button:hover {
    background: #000000;
    border-color: #000000;
}

.send-icon {
    width: 24px;
    height: 24px;
}

.checkbox-section {
    display: flex;
    align-items: center;
    gap: 8px;
}

.privacy-checkbox {
    width: 16px;
    height: 16px;
    accent-color: #000000;
}

.checkbox-section label {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
}

/* Dropdown options styling */
.form-input option {
    background: #FFFFFF;
    color: #000000;
    padding: 12px 15px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2.5%;
    border: none;
    height: 48px;
    line-height: 24px;
}

.form-input option:first-child {
    color: #AAAAAA;
}

.form-input:invalid {
    color: #AAAAAA;
}

.form-input:valid {
    color: #000000;
}

.form-input option:hover {
    background: #F5F5F5;
}

.form-input option:checked {
    background: #F5F5F5;
}

/* Background Elements */
.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.2;
}

.contact-particles {
    display: none;
}

/* Main Container */
.contact-container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 100px;
}

/* Header Section */
.contact-header {
    text-align: center;
    margin-bottom: 80px;
}


.contact-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    letter-spacing: -0.5px;
}

/* Content Grid */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    width: 100%;
    max-width: 1400px;
}

/* Contact Info Section */
.contact-info-section {
    display: flex;
    align-items: center;
}

.contact-info-card {
    background: #000000;
    border: 1px solid #FFFFFF;
    padding: 50px;
    position: relative;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    border-color: #FFFFFF;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

.info-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.info-description {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #000000;
    border: 1px solid #FFFFFF;
    transition: all 0.3s ease;
}

.contact-method:hover {
    background: #000000;
    border-color: #FFFFFF;
    transform: translateX(10px);
}

.method-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    transition: all 0.3s ease;
}

.contact-method:hover .method-icon {
    transform: scale(1.1);
}

.method-content h4 {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.method-content p {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* Contact Form Section */
.contact-form-section {
    display: flex;
    align-items: center;
}

.contact-form-card {
    background: #000000;
    border: 1px solid #FFFFFF;
    padding: 50px;
    position: relative;
    transition: all 0.3s ease;
}

.contact-form-card:hover {
    border-color: #FFFFFF;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
}

.form-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 40px 0;
    text-align: center;
    letter-spacing: -0.5px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-bottom-color: #FFFFFF;
}

.form-group label {
    position: absolute;
    top: 15px;
    left: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
}

.form-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFFFFF;
    transition: width 0.3s ease;
}

.form-group input:focus ~ .form-line,
.form-group textarea:focus ~ .form-line {
    width: 100%;
}


.button-loader {
    display: none;
    align-items: center;
    justify-content: center;
}

.loader-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #FFFFFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-status {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.form-status.success {
    background: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
    border: 1px solid rgba(76, 175, 80, 0.3);
}

.form-status.error {
    background: rgba(244, 67, 54, 0.2);
    color: #F44336;
    border: 1px solid rgba(244, 67, 54, 0.3);
}

/* Footer */
.footer {
    width: 100%;
    max-width: 1920px;
    min-height: 150px;
    background: #000000;
    margin: 0 auto;
    position: relative;
    padding: 2rem 1rem;
    box-sizing: border-box;
}

.footer-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.footer-logo {
    width: 140px;
    height: auto;
    margin-bottom: 0.5rem;
}

.footer-company-name {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 1rem;
}

.micron-bold {
    font-weight: 700;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.footer-mail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.footer-address-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 0.5rem;
}

.footer-address-content {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: left;
}

.footer-mail-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    margin-right: 0.5rem;
}

.footer-mail-content {
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #FFFFFF;
}

.footer-copyright {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: all 0.3s ease;
    z-index: 1001;
    margin-left: auto;
    align-self: center;
}

@media (max-width: 767px) {
    .mobile-menu-toggle {
        display: block;
    }
}

.mobile-menu-toggle:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* Responsive Design */




/* Loading States */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .scroll-indicator {
        animation: none;
    }

    .cursor {
        animation: none;
        opacity: 1;
    }
}

/* Focus Styles */
*:focus-visible {
    outline: 2px solid white;
    outline-offset: 2px;
}

/* Selection Styles */
::selection {
    background: rgba(255, 255, 255, 0.3);
    color: #000;
}

::-moz-selection {
    background: rgba(255, 255, 255, 0.3);
    color: #000;
}

/* Products Section Responsive */
@media (max-width: 767px) {
    .products {
        width: 100%;
        min-height: auto;
        padding: 4rem 1rem 2rem 1rem;
    }
    
    .upcoming-products-title {
        position: static;
        font-size: 32px;
        margin-bottom: 1rem;
        transform: none;
    }
    
    .upcoming-products-description {
        position: static;
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 1rem;
        transform: none;
    }
    
    .upcoming-products-description-second {
        position: static;
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 1rem;
        transform: none;
    }
    
    .upcoming-products-disclaimer {
        position: static;
        width: 100%;
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 2rem;
        transform: none;
        color: #666666;
    }
    
    .product-cards-container {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 2rem 0;
        transform: none;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    
    .product-card-mobile {
        position: static;
        width: 100%;
        margin-bottom: 0.5rem;
        transform: none;
    }
    
    .product-card-mobile.hidden {
        display: none;
    }
    
    .product-card-mobile:hover {
        transform: scale(1.02);
    }
    
    .more-products-container {
        position: static;
        margin: 2rem auto;
        transform: none;
        text-align: center;
    }
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .products {
        width: 100%;
        min-height: auto;
        padding: 5rem 2rem 3rem 2rem;
    }
    
    .upcoming-products-title {
        font-size: 28px;
    }
    
    .upcoming-products-description {
        width: 80%;
        font-size: 18px;
    }
    
    .upcoming-products-description-second {
        width: 80%;
        font-size: 18px;
    }
    
    .upcoming-products-disclaimer {
        width: 80%;
        font-size: 13px;
        color: #666666;
    }
    
    .product-cards-container {
        width: 100%;
        max-width: 500px;
        margin: 2rem auto;
    }
    
    .product-card-mobile {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .product-card-mobile.hidden {
        display: none;
    }
    
    .more-products-container {
        margin: 2rem auto;
        text-align: center;
    }
    
}

/* Contact Section Mobile */
@media (max-width: 767px) {
    .contact {
        width: 100%;
        min-height: auto;
        padding: 2rem 1rem;
    }
    
    .contact-title {
        position: static;
        font-size: 32px;
        margin-bottom: 1rem;
        transform: none;
    }
    
    .contact-image {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 1rem auto;
        display: block;
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
        content: url('../attached_assets/contact_image_mobile.png');
    }
    
    .contact-info {
        position: static;
        width: 100%;
        margin-bottom: 2rem;
        transform: none;
    }
    
    .contact-form {
        position: static;
        width: 100%;
        max-width: 406px;
        margin: 0 auto 0.5rem auto;
        transform: none;
    }
    
    .contact-form .form-field {
        position: static !important;
        margin-bottom: 20px !important;
    }
    
    .contact-form .form-field:nth-child(1) {
        margin-bottom: 20px !important;
    }
    
    .contact-form .form-field:nth-child(2) {
        margin-bottom: 20px !important;
    }
    
    .contact-form .form-field:nth-child(3) {
        margin-bottom: 20px !important;
    }
    
    .contact-form .form-field:nth-child(4) {
        margin-bottom: 20px !important;
    }
    
    .contact-form .form-field:nth-child(5) {
        margin-bottom: 20px !important;
    }
    
    .message-field {
        position: static;
        width: 100%;
        max-width: 406px;
        margin: 0 auto 2rem auto;
        transform: none;
    }
    
    .privacy-section {
        position: static;
        width: 100%;
        max-width: 406px;
        margin: 0 auto;
        transform: none;
    }
    
    .privacy-policy {
        font-size: 14px;
        padding: 15px;
    }
    
    .submit-section {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .submit-button {
        width: 100%;
        max-width: 406px;
    }
}

/* Footer Mobile */
@media (max-width: 767px) {
    .footer {
        padding: 1.5rem 1rem;
        min-height: auto;
    }
    
    .footer-content {
        gap: 0.75rem;
    }
    
    .footer-logo {
        width: 120px;
        height: auto;
    }
    
    .footer-company-name {
        font-size: 14px;
        margin-bottom: 0.75rem;
    }
    
    .footer-info {
        gap: 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    .footer-address-label,
    .footer-address-content,
    .footer-mail-label,
    .footer-mail-content {
        font-size: 11px;
    }
    
    .footer-copyright {
        font-size: 12px;
    }
}

/* Footer Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .footer {
        padding: 1.75rem 2rem;
    }
    
    .footer-logo {
        width: 130px;
    }
    
    .footer-company-name {
        font-size: 15px;
    }
    
    .footer-address-label,
    .footer-address-content,
    .footer-mail-label,
    .footer-mail-content {
        font-size: 11px;
    }
    
    .footer-copyright {
        font-size: 13px;
    }
}

/* Tablet Media Query for Contact Form */
@media (min-width: 768px) and (max-width: 1023px) {
    .contact-form {
        width: 100%;
        max-width: 406px;
    }
    
    .message-field {
        width: 100%;
        max-width: 406px;
    }
    
    .privacy-section {
        width: 100%;
        max-width: 406px;
    }
}

@media (min-width: 1024px) {
    .products {
        width: 100%;
        max-width: 1920px;
        min-height: 1080px;
        padding: 4rem 2rem 2rem 2rem;
    }
    
    .upcoming-products-title {
        font-size: 32px;
    }
    
    .upcoming-products-description {
        width: 70%;
        font-size: 20px;
    }
    
    .upcoming-products-description-second {
        width: 70%;
        font-size: 20px;
    }
    
    .upcoming-products-disclaimer {
        width: 70%;
        font-size: 13px;
        color: #666666;
    }
    
    .product-cards-container {
        width: 100%;
        max-width: 600px;
        margin: 2rem auto;
    }
    
    .product-card-mobile {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .product-card-mobile.hidden {
        display: none;
    }
    
    .more-products-container {
        margin: 2rem auto;
        text-align: center;
    }
    
}
/* Scroll to Top Button */
.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.scroll-to-top-btn:hover {
    background: rgba(51, 51, 51, 0.8);
    transform: translateY(0) scale(1.1);
}

.scroll-to-top-btn:active {
    transform: translateY(0) scale(0.95);
}

.scroll-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top-btn svg {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.scroll-to-top-btn:hover svg {
    transform: translateY(-2px);
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
    .scroll-to-top-btn {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.7);
        /* iOS Safari specific fixes */
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .scroll-to-top-btn.visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    .scroll-to-top-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) {
    .scroll-to-top-btn {
        /* Ensure button is visible on iOS */
        background: rgba(0, 0, 0, 0.7);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        will-change: transform, opacity;
        /* Force hardware acceleration */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* Ensure button is above everything */
        z-index: 99999 !important;
    }
    
    .scroll-to-top-btn.visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Additional iOS fixes for button visibility */
@media screen and (-webkit-min-device-pixel-ratio: 1) {
    .scroll-to-top-btn {
        /* Force visibility on iOS devices */
        display: flex !important;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    
    .scroll-to-top-btn.visible {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
