@font-face {
    font-family: 'JetBrains Mono';
    src: url('assets/fonts/JetBrainsMono-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('assets/fonts/JetBrainsMono-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('assets/fonts/JetBrainsMono-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('assets/fonts/JetBrainsMono-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

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

body {
    font-family: 'JetBrains Mono', monospace;
    overflow-x: hidden;
}

.web {
    position: relative;
    min-height: 900px;
    width: 100vw;
    height: 100vh;
    background: #0B0B0D;
    overflow: hidden;
}

.group-92 {
    position: absolute;
    width: 1345px;
    height: 1472px;
    left: calc(50% - 1345px/2 + 0.5px);
    top: 108px;
}

.ellipse-16 {
    position: absolute;
    width: 996px;
    height: 1170px;
    left: 397px;
    top: 338px;
    background: radial-gradient(50% 42.56% at 50% 50%, rgba(255, 79, 79, 0.20) 0%, rgba(255, 79, 79, 0.08) 40%, rgba(11, 11, 13, 0) 100%);
    opacity: 0.7;
}

.ellipse-15 {
    position: absolute;
    width: 1048px;
    height: 1231px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(29, 233, 182, 0.3) 0%, rgba(11, 11, 13, 0) 90%);
    opacity: 0.7;
}

.frame-300 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 12px;
    position: absolute;
    width: 648px;
    height: 322px;
    left: calc(50% - 648px/2);
    top: 189px;
}

.component-350 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 2.83px;
    width: 104px;
    height: 104px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.logo-layer {
    width: 81.92px;
    height: 82.2px;
    transform: rotate(-180deg);
    flex: none;
    order: 0;
    flex-grow: 0;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(-180deg);
    }
    to {
        transform: rotate(180deg);
    }
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: rotate(180deg);
}

.frame-299 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 648px;
    height: 130px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.brand-name {
    width: 648px;
    height: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.8em;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.coming-soon {
    width: 648px;
    height: 82px;
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 82px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.description {
    width: 648px;
    height: 64px;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.phone-image {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.phone-mockup {
    position: relative;
    width: 100%;
    height: 100%;
}

.desktop-phone {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-phone {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .phone-mockup .desktop-phone {
        display: none !important;
    }
    
    .phone-mockup .mobile-phone {
        display: block !important;
    }
}

.bottom-gradient-filter {
    position: absolute;
    width: 360px;
    height: 361px;
    left: calc(50% - 360px/2);
    top: 585px;
    background: linear-gradient(183.53deg, rgba(11, 11, 13, 0) 12.01%, #000000 51.28%);
    pointer-events: none;
    z-index: 1;
    display: none;
}

@media (max-width: 1440px) {
    .web {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
    
    .group-92 {
        transform: scale(calc(100vw / 1440));
        transform-origin: top left;
    }
    
    .frame-300 {
        transform: scale(calc(100vw / 1440));
        transform-origin: center;
    }
    
    .phone-image {
        transform: translateX(-50%);
        transform-origin: bottom center;
    }
}

@media (max-width: 768px) {
    .web {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        overflow: hidden;
    }
    
    .group-92 {
        width: 941px; /* 1345px의 70% */
        height: 1030px; /* 1472px의 70% */
        left: calc(50% - 941px/2 + 0.5px);
        top: 76px; /* 108px의 70% */
    }
    
    .ellipse-16 {
        width: 697px; /* 996px의 70% */
        height: 819px; /* 1170px의 70% */
        left: 278px; /* 397px의 70% */
        top: 237px; /* 338px의 70% */
    }
    
    .ellipse-15 {
        width: 734px; /* 1048px의 70% */
        height: 862px; /* 1231px의 70% */
    }
    
    .frame-300 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 400px;
        margin-top: 183px;
        margin-bottom: 20px;
    }

    .frame-299 {
        padding: 0;
        width: 100%;
        height: 100%;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        gap: 0px;
    }
    
    .brand-name {
        font-size: 20px;
        letter-spacing: 0.3em;
        width: 100%;
        height: auto;
    }
    
    .coming-soon {
        font-size: 36px;
        line-height: 48px;
        width: 100%;
        height: auto;
    }
    
    .description {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        height: auto;
    }
    
    .phone-image {
        position: relative;
        width: 344px;
        height: 428px;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .phone-mockup {
        width: 100%;
        height: 100%;
    }
     
    .bottom-gradient-filter {
        display: block;
        width: 100%;
        height: 200px;
        left: 0;
        top: auto;
        bottom: 0;
        background: linear-gradient(0deg, #000000 0%, rgba(11, 11, 13, 0) 100%);
    }
}

@media (max-width: 480px) {
    .brand-name {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.4em;
    }
    
    .coming-soon {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
    }
    
    .description {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
    }
    
    .phone-image {
        width: calc(380px / 480px * 100%);
        max-width: 380px;
        padding: 0 1rem;
        bottom: 0vh;
    }
}

@media (max-width: 360px) {
    .brand-name {
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    
    .coming-soon {
        font-size: 28px;
        line-height: 36px;
        font-display: swap;
    }
    
    .description {
        font-size: 14px;
        line-height: 20px;
    }

    .phone-image {
        width: calc(300px / 360px * 100%);
        max-width: 300px;
        padding: 0 0.5rem;
        bottom: 0vh;
    }
}
