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

* {
    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: 1920px;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow-x: visible;
}

/* Header Styles */

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

.nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px;
    width: 1600px;
    margin: 0 auto;
    gap: 60px;
    height: 60px;
}

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

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

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.logo-text {
    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;
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 2px;
}

.logo-subtitle {
    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;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.micron-text {
    font-weight: 600; /* Semibold */
}

.cube-text {
    font-weight: 400; /* Regular */
}

.logo-container:hover .logo-text,
.logo-container:hover .logo-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 60px;
    z-index: 1000;
    background: transparent;
    border-bottom: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
    overflow: visible;
}


.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%;
}

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

.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);
}


/* Coming Soon Tooltip */
.coming-soon-tooltip {
    position: absolute;
    background: white;
    color: black;
    padding: 16px 20px;
    border-radius: 8px;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 2px solid black;
}

.coming-soon-tooltip .store-title {
    font-weight: 400;
    margin-bottom: 4px;
}

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

.coming-soon-tooltip::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: white;
}

.coming-soon-tooltip::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: black;
    z-index: -1;
}

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

/* 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);
}


.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;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 60px;
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}




.hero-background {
    position: absolute;
    top: -60px;
    left: 0;
    width: 1920px;
    height: 960px;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 600px;
    margin-left: 60px;
}

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

#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: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    width: 500px;
    transform: translateY(125px);
}

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

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

.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, 
        transparent 0%, 
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        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%;
}

.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;
}

@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; }
}

/* About MicronCube Section */
.about-microncube {
    width: 1920px;
    height: 587px;
    background: #000000;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    padding: 0;
}

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

.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;
}

/* 왼쪽: 로고 영역 */
.about-left {
    flex: 0 0 320px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.logo-animation-container {
    position: absolute;
    left: 487px;
    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;
}

.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%);
}

.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;
}

.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 {
    position: absolute;
    left: 50%;
    top: 147px;
    transform: translateX(-50%);
    width: 800px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
    transition: all 0.8s ease-out;
}

.about-center.animate-in {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.about-text {
    color: white;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2.5%;
    line-height: 1.6;
    text-align: left;
    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 {
    position: absolute;
    left: 50%;
    top: 205px;
    transform: translateX(-50%);
    width: 800px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.3s;
}

.about-center-second.animate-in {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.about-text-second {
    color: white;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2.5%;
    line-height: 140%;
    text-align: left;
    width: 100%;
}

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

/* 오른쪽: 제품 이미지 영역 */
.about-right {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-showcase {
    position: relative;
    width: 250px;
    height: 200px;
}

/* Right side product showcase */
.about-right {
    position: absolute;
    left: 1218px;
    top: 321px;
    width: 319px;
    height: 200px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.9s;
}

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

.product-showcase {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

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

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

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

.gnup-logo {
    width: 346px;
    height: 172px;
    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;
}

.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);
}

.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);
}

.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);
}

.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: 0;
    transform: translateX(-50%) translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.6s;
}

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

.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;
}

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

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

.legacy-video-container {
    position: absolute;
    left: 610px;
    top: 881px;
    width: 691px;
    height: 687px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    z-index: 2;
    transition: all 0.3s ease;
}

.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;
}

/* Video Controls */
.video-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.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);
    pointer-events: auto;
}

.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);
    pointer-events: auto;
}

.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;
    pointer-events: auto;
}

.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;
}

.timer-container {
    position: absolute;
    left: 479px;
    top: 753px;
    z-index: 3;
}

.timer-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.timer-hand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 2;
    margin-top: 135px;
    margin-left: 142px;
}

.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;
}

.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;
}

.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;
}

.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-card1 {
    position: absolute;
    left: 318px;
    top: 2458px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.painpoint-card1:hover {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.2));
    transform: scale(1.005);
}

.painpoint-card2 {
    position: absolute;
    left: 50%;
    top: 2458px;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.painpoint-card2:hover {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.2));
    transform: translateX(-50%) scale(1.005);
}

.painpoint-card3 {
    position: absolute;
    right: 318px;
    top: 2458px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.painpoint-card3:hover {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.2));
    transform: scale(1.005);
}

.drug-distribution-text {
    position: absolute;
    left: 425px;
    top: 2466px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0;
    line-height: 1.4;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 0.4s;
}

.drug-distribution-text.animate-in {
    opacity: 1;
}

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

.marangoni-effect-text {
    position: absolute;
    left: 335px;
    top: 2509px;
    width: 390px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0;
    line-height: 1.4;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 0.6s;
}

.marangoni-effect-text.animate-in {
    opacity: 1;
}

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

.drug-loss-text.animate-in {
    opacity: 1;
}

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

.patch-statistics-text {
    position: absolute;
    left: 50%;
    top: 2509px;
    transform: translateX(-50%);
    width: 400px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 1.0s;
}

.patch-statistics-text.animate-in {
    opacity: 1;
}

.needle-efficiency-text {
    position: absolute;
    left: 1261px;
    top: 2466px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0;
    line-height: 1.4;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 1.2s;
}

.needle-efficiency-text.animate-in {
    opacity: 1;
}

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

.needle-distribution-text {
    position: absolute;
    left: 1193px;
    top: 2509px;
    width: 400px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0;
    line-height: 1.4;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 1.4s;
}

.needle-distribution-text.animate-in {
    opacity: 1;
}

.drug-percentage-text {
    position: absolute;
    left: 50%;
    top: 2763px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #2B3B77;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    z-index: 3;
}

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

.site-label {
    position: absolute;
    background: #2B3B77;
    color: white;
    padding: 12px 32px;
    border-radius: 50px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -2.5%;
    text-align: center;
    z-index: 4;
    box-shadow: 0 4px 12px rgba(43, 59, 119, 0.3);
}

.site1-label {
    left: 361px;
    top: 2918px;
}

.site2-label {
    left: 578px;
    top: 2918px;
}

.legend-item {
    position: absolute;
    left: 1259px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #2B3B77;
    margin: 0;
    line-height: 1.4;
    z-index: 4;
}

.legend-top {
    top: 2843px;
}

.legend-middle {
    top: 2891px;
}

.legend-bottom {
    top: 2940px;
}

.conclusion-text {
    position: absolute;
    left: 50%;
    top: 3035px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    color: #000000;
    margin: 0;
    text-align: center;
    z-index: 3;
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.2s;
}

.conclusion-text.animate-in {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.conclusion-text .first-line {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    line-height: 1.4;
    display: block;
    margin-bottom: 8px;
}

.conclusion-text .second-line {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -2.5%;
    line-height: 1.4;
    display: block;
}

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

.highlight-image {
    position: absolute;
    left: 978px;
    top: 3061px;
    z-index: 2;
    opacity: 0;
    transform: scale(0.8) rotate(-5deg);
    transition: all 1.0s ease-out;
    transition-delay: 0.4s;
}

.highlight-image.animate-in {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.reference-text {
    position: absolute;
    left: 50%;
    top: 3131px;
    transform: translateX(-50%);
    width: 500px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2.5%;
    color: #8E8E8E;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    z-index: 3;
    opacity: 0;
    transform: translateX(-50%) translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.6s;
}

.reference-text.animate-in {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.reference-text .journal-name {
    font-weight: 600;
}

.problem-summary-text {
    position: absolute;
    left: 50%;
    top: 3216px;
    transform: translateX(-50%);
    width: 800px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 0.8s;
}

.problem-summary-text.animate-in {
    opacity: 1;
}

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

.improvement-question-text {
    position: absolute;
    left: 561px;
    top: 3316px;
    width: 800px;
    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: left;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 1.0s;
}

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

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

.solution-intro-text {
    position: absolute;
    left: 561px;
    top: 3391px;
    width: 800px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 1.2s;
}

.solution-intro-text.animate-in {
    opacity: 1;
}

.solution-methods-text {
    position: absolute;
    left: 592px;
    top: 3445px;
    width: 800px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    text-align: left;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 1.4s;
}

.solution-methods-text.animate-in {
    opacity: 1;
}

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

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

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

.limitation-text {
    position: absolute;
    left: 560px;
    top: 3632px;
    width: 800px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -2.5%;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    z-index: 3;
    opacity: 0;
    transition: all 0.8s ease-out;
    transition-delay: 1.6s;
}

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

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

.scientist-image {
    position: absolute;
    left: 208px;
    top: 3370px;
    z-index: 3;
}

.technologies-second-section {
    width: 1920px;
    height: 3997px;
    padding: 0;
    background: #FFFFFF url('../attached_assets/bluebackground.png') no-repeat;
    background-position: 0 0;
    background-size: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}

.why-microncube-title {
    position: absolute;
    left: 560px;
    top: 35px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: -2.5%;
    color: white;
    margin: 0;
    z-index: 10;
}

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

.nature-solution-text {
    position: absolute;
    left: 561px;
    top: 101px;
    width: 600px;
    height: 45px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    margin: 0;
    z-index: 10;
    text-align: left;
    vertical-align: top;
}

.technology-description-text {
    position: absolute;
    left: 561px;
    top: 171px;
    width: 800px;
    height: 68px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    margin: 0;
    z-index: 10;
    text-align: left;
    vertical-align: top;
}

.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: absolute;
    left: 561px;
    top: 249px;
    width: 800px;
    height: 102px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    margin: 0;
    z-index: 10;
    text-align: left;
    vertical-align: top;
}

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

.conventional-description {
    position: absolute;
    left: 569px;
    top: 380px;
    width: 360px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: right;
    z-index: 20;
}

.unicaptix-description {
    position: absolute;
    left: 988px;
    top: 380px;
    width: 360px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    text-align: left;
    z-index: 20;
}

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

.moldrendering-image {
    position: absolute;
    left: 50%;
    top: 502px;
    transform: translateX(-50%);
    width: 970px;
    height: 626px;
    z-index: 5;
}

.rosepetal-image {
    position: absolute;
    left: 1156px;
    top: 530px;
    z-index: 10;
}

.problem-description-text {
    position: absolute;
    left: 443px;
    top: 1124px;
    width: 478px;
    height: 68px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: right;
    vertical-align: top;
    z-index: 10;
}

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

.solution-description-text {
    position: absolute;
    left: 987px;
    top: 1124px;
    width: 520px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: left;
    vertical-align: top;
    z-index: 10;
}

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

.chart-title-text {
    position: absolute;
    left: 50%;
    top: 2355px;
    transform: translateX(-50%);
    width: 250px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    vertical-align: top;
    z-index: 10;
}

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

.see-details-btn {
    position: absolute;
    left: 50%;
    top: 2477px;
    transform: translateX(-50%);
    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;
}

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

.percentage-text {
    position: absolute;
    left: 696px;
    top: 2362px;
    font-family: 'Pretendard', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #000000;
    z-index: 10;
}

.percentage-text-100 {
    position: absolute;
    left: 1133px;
    top: 2362px;
    font-family: 'Pretendard', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #000000;
    z-index: 10;
}

.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-logo {
    position: absolute;
    left: 50%;
    top: 2798px;
    transform: translateX(-50%);
    z-index: 10;
    animation: logoPulse 3s ease-in-out infinite;
}

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

.rotating-circle-container {
    position: absolute;
    left: 50%;
    top: 2955px;
    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 {
    position: absolute;
    width: 500px;
    height: 200px;
    left: 0;
    top: 0;
    transform-origin: center center;
    transform: scale(0.5);
    opacity: 1;
    transition: all 3s 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.ripple-active {
    transform: scale(0.96);
    opacity: 0;
}

.unicaptix-title {
    position: absolute;
    left: 50%;
    top: 2984px;
    transform: translateX(-50%);
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0%;
    text-align: center;
    z-index: 10;
}

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

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

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

.unicaptix-intro-text {
    position: absolute;
    left: 50%;
    top: 2688px;
    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;
}

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

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

.unicaptix-intro-text .x-highlight {
    color: #1494FF;
    font-weight: 600;
}

.unicaptix-intro-text .tm-highlight {
    color: #000000;
    font-weight: 600;
}

.unicaptix-title .tm-highlight {
    color: #000000;
    font-weight: 700;
}

.unicaptix-description-text .tm-highlight-white {
    color: #FFFFFF;
    font-weight: 400;
}

/* UniCaptiX Cards */
.unicaptix-card1 {
    position: absolute;
    left: 599px;
    top: 3002px;
    z-index: 10;
}

.unicaptix-card2 {
    position: absolute;
    left: 1165px;
    top: 3002px;
    z-index: 10;
}

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

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

.networking-text {
    position: absolute;
    left: 50%;
    top: 3252px;
    transform: translateX(-50%);
    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;
    width: 200px;
    height: 44px;
}

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

.rose-pattern-text {
    position: absolute;
    left: 618px;
    top: 3170px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: left;
    z-index: 10;
}

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

.fillet-structure-text {
    position: absolute;
    left: 1165px;
    top: 3170px;
    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;
}

.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: absolute;
    top: 1348px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
}

.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);
    pointer-events: auto;
}

.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: absolute;
    left: 50%;
    top: 1230px;
    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 {
    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 {
    position: absolute;
    left: 355px;
    top: 3520px;
    font-family: 'Pretendard', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    z-index: 10;
}

.unicaptix-description-text .unicaptix-highlight {
    color: #1494FF;
}

.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;
}

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

.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: absolute;
    left: 50%;
    top: 1276px;
    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;
}

.video-description {
    position: absolute;
    left: 600px;
    top: 2100px;
    width: 860px;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #9B9B9B;
    text-align: left;
    z-index: 10;
}

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

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

.experiment-title {
    position: absolute;
    left: 50%;
    top: 2225px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

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

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

.experiment-disclaimer {
    position: absolute;
    left: 600px;
    top: 2544px;
    width: 860px;
    font-family: 'Pretendard', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2.5%;
    color: #9B9B9B;
    text-align: left;
    z-index: 10;
}

/* 모달 스타일 */
.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: 810px;
    height: 900px;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

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

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

.modal-chart-title {
    position: absolute;
    left: 50%;
    top: 519px;
    transform: translateX(-50%);
    width: 750px;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: center;
    white-space: nowrap;
}

.modal-description {
    position: absolute;
    left: 50%;
    top: 580px;
    transform: translateX(-50%);
    width: 750px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    text-align: left;
    line-height: 1.5;
}

.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: 720px;
    height: 720px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #000;
    user-select: none;
}

.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: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 5;
    pointer-events: none;
}

.comparison-label {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 700;
    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;
}


/* Products Section */
.products {
    width: 1920px;
    height: 1080px;
    background: #F8F8F8;
    margin: 0 auto;
    position: relative;
}

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

.upcoming-products-description {
    position: absolute;
    left: 50%;
    top: 117px;
    transform: translateX(-50%);
    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;
}

.product-card1, .product-card2, .product-card3, .product-card4, .product-card5 {
    position: absolute;
    top: 218px;
    width: 331px;
    height: 829px;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.product-card1:hover, .product-card2:hover, .product-card3:hover, .product-card4:hover, .product-card5:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), 0 0 20px rgba(255, 255, 255, 0.4);
    border: 1px solid #000000;
    border-radius: 12px;
}


.product-card1 {
    left: 103px;
}

.product-card2 {
    left: 451px;
}

.product-card3 {
    left: 799px;
}

.product-card4 {
    left: 1147px;
}

.product-card5 {
    left: 1495px;
}

.product-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product Card Content Styles */
.product-model {
    position: absolute;
    left: 24px;
    top: 199px;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #6C6C6C;
    z-index: 20;
}

.product-name {
    position: absolute;
    left: 24px;
    top: 221px;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -2.5%;
    color: #000000;
    z-index: 20;
}

.product-price {
    position: absolute;
    left: 24px;
    top: 257px;
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #000000;
    z-index: 20;
}

.product-quantity {
    position: absolute;
    left: 194px;
    top: 269px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #8E8E8E;
    z-index: 25;
}

.product-button {
    position: absolute;
    left: 50%;
    top: 308px;
    transform: translateX(-50%);
    width: 282px;
    height: 38px;
    background-color: #D2D2D2;
    border: 1px solid #5E5D5D;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #615B5B;
    z-index: 20;
    cursor: pointer;
}

.product-features {
    position: absolute;
    left: 12px;
    top: 359px;
    width: 294px;
    z-index: 20;
}

.product-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-features li {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -2.5%;
    color: #000000;
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

.product-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000000;
}

.product-specs {
    position: absolute;
    left: 22px;
    top: 683px;
    width: 294px;
    z-index: 20;
}

.spec-item {
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -2.5%;
    color: #000000;
    margin-bottom: 8px;
}
    min-height: 100vh;
    color: #333;
    width: 1920px;
    margin: 0 auto;
}

.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: 1920px;
    height: 600px;
    background: #F1F1F1;
    overflow: hidden;
    margin: 0 auto;
}

.contact-title {
    position: absolute;
    left: 564px;
    top: 35px;
    font-family: 'Pretendard', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    z-index: 10;
}

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

.contact-line {
    position: absolute;
    left: 50%;
    top: 91px;
    transform: translateX(-50%);
    width: 800px;
    height: 1px;
    background: #000000;
}

.contact-image {
    position: absolute;
    left: 1038px;
    top: 91px;
    z-index: 10;
}

.contact-info {
    position: absolute;
    left: 572px;
    top: 108px;
    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: 572px;
    top: 229px;
    z-index: 10;
}

.form-field {
    position: absolute;
    left: 0;
}

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

.form-field:nth-child(2) {
    top: 68px;
}

.form-field:nth-child(3) {
    top: 136px;
}

.form-field:nth-child(4) {
    top: 204px;
}

.form-field:nth-child(5) {
    top: 272px;
}

.form-input {
    width: 252px;
    height: 48px;
    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;
}

/* 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: 847px;
    top: 229px;
    z-index: 10;
}

.message-input {
    width: 517px;
    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: 847px;
    top: 421px;
    z-index: 10;
    display: flex;
    gap: 20px;
}

.privacy-policy {
    background: #F8F8F8;
    border: 1px solid #000000;
    padding: 20px;
    width: 335px;
    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: flex-start;
}

.submit-button {
    width: 161px;
    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: 30px;
}

.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: 1920px;
    height: 150px;
    background: #000000;
    margin: 0 auto;
    position: relative;
}

.footer-content {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
}

.footer-logo {
    position: absolute;
    left: 646px;
    top: 18px;
    width: 140px;
    height: 69.38px;
}

.footer-company-name {
    position: absolute;
    left: 801px;
    top: 18px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2.5%;
    color: #FFFFFF;
}

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

.footer-address-label {
    position: absolute;
    left: 801px;
    top: 47px;
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
}

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

.footer-mail-label {
    position: absolute;
    left: 826px;
    top: 88px;
    font-family: 'Pretendard', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
}

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

.footer-copyright {
    position: absolute;
    left: 801px;
    top: 112px;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

/* 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;
}

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

.nav-menu.mobile-hidden {
    display: none;
}

.nav-menu.mobile-open {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1001;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

/* 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;
}

/* Fadeup Animation Styles */
.fadeup-element {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.fadeup-element.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Special handling for elements with existing transforms */
.moldrendering-image.fadeup-element {
    transform: translateX(-50%) translateY(30px);
}

.moldrendering-image.fadeup-element.animate {
    transform: translateX(-50%) translateY(0);
}

.comparison-section.fadeup-element {
    position: absolute !important;
    top: 1348px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(30px) !important;
    text-align: center !important;
    margin: 0 !important;
}

.comparison-section.fadeup-element.animate {
    position: absolute !important;
    top: 1348px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(0) !important;
    text-align: center !important;
    margin: 0 !important;
}

.technologies-intro-text.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 1230px !important;
    transform: translateX(-50%) translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
}

.technologies-intro-text.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 1230px !important;
    transform: translateX(-50%) translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
}

.comparison-description-text.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 1276px !important;
    transform: translateX(-50%) translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
}

.comparison-description-text.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 1276px !important;
    transform: translateX(-50%) translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
}

.experiment-title.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 2225px !important;
    transform: translateX(-50%) translateY(30px) !important;
    text-align: center !important;
    z-index: 10 !important;
}

.experiment-title.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 2225px !important;
    transform: translateX(-50%) translateY(0) !important;
    text-align: center !important;
    z-index: 10 !important;
}

.chart-title-text.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 2355px !important;
    transform: translateX(-50%) translateY(30px) !important;
    width: 250px !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.chart-title-text.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 2355px !important;
    transform: translateX(-50%) translateY(0) !important;
    width: 250px !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.see-details-btn.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 2477px !important;
    transform: translateX(-50%) translateY(30px) !important;
    width: 140px !important;
    height: 40px !important;
    background: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

.see-details-btn.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 2477px !important;
    transform: translateX(-50%) translateY(0) !important;
    width: 140px !important;
    height: 40px !important;
    background: #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 4px !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

.percentage-text.fadeup-element {
    position: absolute !important;
    left: 696px !important;
    top: 2362px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.percentage-text.fadeup-element.animate {
    position: absolute !important;
    left: 696px !important;
    top: 2362px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.percentage-text-100.fadeup-element {
    position: absolute !important;
    left: 1133px !important;
    top: 2362px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.percentage-text-100.fadeup-element.animate {
    position: absolute !important;
    left: 1133px !important;
    top: 2362px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.experiment-disclaimer.fadeup-element {
    position: absolute !important;
    left: 600px !important;
    top: 2544px !important;
    width: 860px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.experiment-disclaimer.fadeup-element.animate {
    position: absolute !important;
    left: 600px !important;
    top: 2544px !important;
    width: 860px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.unicaptix-intro-text.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 2688px !important;
    transform: translateX(-50%) translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.unicaptix-intro-text.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 2688px !important;
    transform: translateX(-50%) translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.unicaptix-logo.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 2798px !important;
    transform: translateX(-50%) translateY(30px) !important;
    z-index: 10 !important;
    animation: logoPulse 3s ease-in-out infinite !important;
}

.unicaptix-logo.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 2798px !important;
    transform: translateX(-50%) translateY(0) !important;
    z-index: 10 !important;
    animation: logoPulse 3s ease-in-out infinite !important;
}

.unicaptix-title.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 2984px !important;
    transform: translateX(-50%) translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    letter-spacing: 0% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.unicaptix-title.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 2984px !important;
    transform: translateX(-50%) translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    letter-spacing: 0% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.technology-subtitle.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 3025px !important;
    transform: translateX(-50%) translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: 0% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.technology-subtitle.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 3025px !important;
    transform: translateX(-50%) translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: 0% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.unicaptix-card1.fadeup-element {
    position: absolute !important;
    left: 599px !important;
    top: 3002px !important;
    transform: translateY(30px) !important;
    z-index: 10 !important;
}

.unicaptix-card1.fadeup-element.animate {
    position: absolute !important;
    left: 599px !important;
    top: 3002px !important;
    transform: translateY(0) !important;
    z-index: 10 !important;
}

.unicaptix-card2.fadeup-element {
    position: absolute !important;
    left: 1165px !important;
    top: 3002px !important;
    transform: translateY(30px) !important;
    z-index: 10 !important;
}

.unicaptix-card2.fadeup-element.animate {
    position: absolute !important;
    left: 1165px !important;
    top: 3002px !important;
    transform: translateY(0) !important;
    z-index: 10 !important;
}

.unicaptix-card3.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 3084px !important;
    transform: translateX(-50%) translateY(30px) !important;
    z-index: 10 !important;
}

.unicaptix-card3.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 3084px !important;
    transform: translateX(-50%) translateY(0) !important;
    z-index: 10 !important;
}

.networking-text.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 3252px !important;
    transform: translateX(-50%) translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.networking-text.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 3252px !important;
    transform: translateX(-50%) translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    text-align: center !important;
    z-index: 10 !important;
}

.rose-pattern-text.fadeup-element {
    position: absolute !important;
    left: 618px !important;
    top: 3170px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.rose-pattern-text.fadeup-element.animate {
    position: absolute !important;
    left: 618px !important;
    top: 3170px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.fillet-structure-text.fadeup-element {
    position: absolute !important;
    left: 1165px !important;
    top: 3170px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.fillet-structure-text.fadeup-element.animate {
    position: absolute !important;
    left: 1165px !important;
    top: 3170px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.legacy-mold-text.fadeup-element {
    position: absolute !important;
    left: 662px !important;
    top: 2332px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.legacy-mold-text.fadeup-element.animate {
    position: absolute !important;
    left: 662px !important;
    top: 2332px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.unicaptix-mold-text.fadeup-element {
    position: absolute !important;
    left: 1122px !important;
    top: 2332px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.unicaptix-mold-text.fadeup-element.animate {
    position: absolute !important;
    left: 1122px !important;
    top: 2332px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    letter-spacing: -2.5% !important;
    color: #000000 !important;
    z-index: 10 !important;
}

.unicaptix-mold-text .unicaptix-mold-semibold {
    font-weight: 600;
}

.unicaptix-mold-text .unicaptix-mold-x {
    color: #1494FF;
    font-weight: 600;
}

.unicaptix-mold-text .unicaptix-mold-tm {
    color: #000000;
    font-weight: 400;
}

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

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

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

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

.rotating-circle-container.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 2955px !important;
    transform: translateX(-50%) translateY(30px) !important;
    width: 500px !important;
    z-index: 10 !important;
}

.rotating-circle-container.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 2955px !important;
    transform: translateX(-50%) translateY(0) !important;
    width: 500px !important;
    z-index: 10 !important;
}

.featurecard1.fadeup-element {
    position: absolute !important;
    left: 320px !important;
    top: 3508px !important;
    transform: translateY(30px) !important;
    z-index: 10 !important;
    overflow: hidden !important;
}

.featurecard1.fadeup-element.animate {
    position: absolute !important;
    left: 320px !important;
    top: 3508px !important;
    transform: translateY(0) !important;
    z-index: 10 !important;
    overflow: hidden !important;
}

.featurecard2.fadeup-element {
    position: absolute !important;
    left: 50% !important;
    top: 3508px !important;
    transform: translateX(-50%) translateY(30px) !important;
    z-index: 10 !important;
}

.featurecard2.fadeup-element.animate {
    position: absolute !important;
    left: 50% !important;
    top: 3508px !important;
    transform: translateX(-50%) translateY(0) !important;
    z-index: 10 !important;
}

.featurecard3.fadeup-element {
    position: absolute !important;
    left: 1133px !important;
    top: 3508px !important;
    transform: translateY(30px) !important;
    z-index: 10 !important;
}

.featurecard3.fadeup-element.animate {
    position: absolute !important;
    left: 1133px !important;
    top: 3508px !important;
    transform: translateY(0) !important;
    z-index: 10 !important;
}

.number-1-text.fadeup-element {
    position: absolute !important;
    left: 614px !important;
    top: 3465px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 96px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    opacity: 0.5 !important;
    z-index: 10 !important;
}

.number-1-text.fadeup-element.animate {
    position: absolute !important;
    left: 614px !important;
    top: 3465px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 96px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    opacity: 0.5 !important;
    z-index: 10 !important;
}

.number-2-text.fadeup-element {
    position: absolute !important;
    left: 1130px !important;
    top: 3465px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 96px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    opacity: 0.5 !important;
    z-index: 10 !important;
}

.number-2-text.fadeup-element.animate {
    position: absolute !important;
    left: 1130px !important;
    top: 3465px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 96px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    opacity: 0.5 !important;
    z-index: 10 !important;
}

.number-3-text.fadeup-element {
    position: absolute !important;
    left: 1515px !important;
    top: 3465px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 96px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    opacity: 0.5 !important;
    z-index: 12 !important;
}

.number-3-text.fadeup-element.animate {
    position: absolute !important;
    left: 1515px !important;
    top: 3465px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 96px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important;
    opacity: 0.5 !important;
    z-index: 12 !important;
}

.unicaptix-description-text.fadeup-element {
    position: absolute !important;
    left: 355px !important;
    top: 3520px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    letter-spacing: -2.5% !important;
    color: #FFFFFF !important;
    z-index: 10 !important;
}

.unicaptix-description-text.fadeup-element.animate {
    position: absolute !important;
    left: 355px !important;
    top: 3520px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    letter-spacing: -2.5% !important;
    color: #FFFFFF !important;
    z-index: 10 !important;
}

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

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

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

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

.bio-mimicry-description-text.fadeup-element {
    position: absolute !important;
    left: 335px !important;
    top: 3615px !important;
    transform: translateY(30px) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: -2.5% !important;
    color: #FFFFFF !important;
    text-align: left !important;
    z-index: 10 !important;
}

.bio-mimicry-description-text.fadeup-element.animate {
    position: absolute !important;
    left: 335px !important;
    top: 3615px !important;
    transform: translateY(0) !important;
    font-family: 'Pretendard', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: -2.5% !important;
    color: #FFFFFF !important;
    text-align: left !important;
    z-index: 10 !important;
}

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

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

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

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

.fadeup-element.delay-1 {
    transition-delay: 0.1s;
}

.fadeup-element.delay-2 {
    transition-delay: 0.2s;
}

.fadeup-element.delay-3 {
    transition-delay: 0.3s;
}

.fadeup-element.delay-4 {
    transition-delay: 0.4s;
}