/* 리셋 및 기본 스타일 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #0A0E18;
    color: #FFFFFF;
    overflow-x: hidden;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* 배경 */
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.vector {
    position: absolute;
    border-radius: 50%;
}

.vector-1 {
    top: 107px;
    left: -20px;
    width: 1092px;
    height: 455px;
    background: linear-gradient(135deg, #5B06FF 0%, rgba(91, 6, 255, 0.3) 100%);
    opacity: 0.1;
}

.vector-2 {
    top: 671px;
    right: -84px;
    width: 1952px;
    height: 400px;
    background: linear-gradient(135deg, #6231E2 0%, rgba(98, 49, 226, 0.3) 100%);
    opacity: 0.1;
}

.vector-3 {
    top: 792px;
    left: -116px;
    width: 2006px;
    height: 1523px;
    background: linear-gradient(135deg, #37FBFF 0%, rgba(83, 118, 255, 0.5) 25%, transparent 100%);
    opacity: 0.1;
}

.star-group {
    position: absolute;
    top: 1000px;
    left: 121px;
    width: 72px;
    height: 71px;
}

.star-1 {
    width: 100%;
    height: 100%;
    background: url('../../assets/star.png') no-repeat center;
    background-size: contain;
    filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.25));
}

/* 메인 콘텐츠 */
.main-content {
    position: relative;
    z-index: 1;
    flex: 1;
    margin-top: 72px; /* 헤더 높이만큼 여백 추가 */
    background: url('../../assets/admin_bg.png') no-repeat center center;
    background-size: cover;
}

/* 타이틀 섹션 */
.title-section {
    padding: 200px 0 100px;
    text-align: center;
}

.title-content {
    max-width: 611px;
    margin: 0 auto;
}

.title-logo {
    margin-bottom: 72px;
}

.logo-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 82px;
}

.logo-icon-image {
    width: 65px;
    height: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}

.logo-icon-image:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 6px 16px rgba(151, 71, 255, 0.4));
}

.main-title {
    font-family: 'Rubik', sans-serif;
    font-size: 80px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -1.875%;
    text-align: center;
    margin-bottom: 72px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.main-title .line1 {
    color: #FFFFFF;
}

.main-title .line2 {
    color: #37FBFF;
    font-size: 85px;
    font-weight: 600;
}

.title-description {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.64;
    letter-spacing: -1.45%;
    text-align: center;
    color: #EDEDED;
    margin-bottom: 72px;
}

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

.cta-button {
    width: 240px;
    height: 80px;
    background: radial-gradient(circle at 4% 19%, #F95C9B 0%, #9C1FB5 25%, #7718CB 43%, #6815D4 50%, #5A70F6 75%, #4BB0FA 100%);
    border: none;
    border-radius: 90px;
    color: #FFFFFF;
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 1), inset 0px -1px 2px rgba(245, 245, 245, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgba(249, 92, 155, 0.4);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 21% 0%, #F95C9B 0%, #9C1FB5 25%, #7718CB 43%, #6815D4 50%, #5A70F6 75%, #4BB0FA 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-button:hover::before {
    opacity: 1;
}

.cta-button span {
    position: relative;
    z-index: 1;
}

/* 기능 섹션 */
.features-section {
    position: relative;
    padding: 200px 0;
    overflow: hidden;
}

.features-container {
    position: relative;
    width: 1111.62px;
    height: 777px;
    left: 50%;
    transform: translateX(-50%);
}

/* Group 36721 - 스케줄링 & 예약 관리 */
.feature-scheduling {
    position: absolute;
    width: 420px;
    height: 271px;
    left: 146px;
    top: 0px;
}

.feature-scheduling .feature-images {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 1 c 복사 1 - admin_feature1.png */
.feature-scheduling .feature-img-1 {
    position: absolute;
    width: 96.82px;
    height: 96.82px;
    left: calc(50% - 96.82px/2 - 421.47px);
    top: 65.66px;
    filter: drop-shadow(12px 30px 10px rgba(0, 0, 0, 0.25));
    transform: rotate(-5.65deg);
}

/* image 7 - admin_feature2.png */
.feature-scheduling .feature-img-2 {
    position: absolute;
    width: 96.49px;
    height: 99.6px;
    left: calc(50% - 96.49px/2 - 465.76px);
    top: 0px;
    filter: drop-shadow(0px 30px 10px rgba(0, 0, 0, 0.25));
    transform: rotate(10.41deg);
}

/* Frame 36706 */
.feature-scheduling .feature-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    position: absolute;
    left: calc(50% - 345px/2 - 266.5px);
    top: 183px;
}

/* 스케줄링 & 예약 관리 */
.feature-scheduling h3 {
    font-family: 'Paperlogy';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.32px;
    color: #FF83C4;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
}

/* 팬미팅 타임 슬롯 설정, 자동 예약 관리 시스템 */
.feature-scheduling p {
    font-family: 'Paperlogy';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.32px;
    color: rgba(255, 255, 255, 0.5);
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
}

/* 라이브 통화 제어 */
.feature-call-control {
    position: absolute;
    width: 435.62px;
    height: 226.41px;
    left: 676px;
    top: 179.59px;
}

.feature-call-control .feature-content {
    position: absolute;
    right: 0;
    top: 134.41px;
    text-align: right;
}

.feature-call-control h3 {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -1.185%;
    color: #D870F9;
    margin-bottom: 12px;
}

.feature-call-control p {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1.6%;
    color: rgba(255, 255, 255, 0.5);
}

.feature-call-control .feature-icon {
    position: absolute;
    width: 155.84px;
    height: 168.22px;
    right: -140px;
    top: -20px;
}

/* 실시간 대시보드 */
.feature-dashboard {
    position: absolute;
    width: 360px;
    height: 195px;
    left: 75px;
    top: 500px;
}

.feature-dashboard .feature-img-main {
    position: absolute;
    width: 113px;
    height: 130px;
    left: 0;
    top: 0;
}

.feature-dashboard .feature-content {
    position: absolute;
    left: 0;
    top: 127px;
}

.feature-dashboard h3 {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -1.185%;
    color: #9863FF;
    margin-bottom: 12px;
}

.feature-dashboard p {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1.6%;
    color: rgba(255, 255, 255, 0.5);
}

/* 보안 & 프라이버시 */
.feature-security {
    position: absolute;
    width: 340px;
    height: 197.3px;
    left: 700px;
    top: 700px;
}

.feature-security .feature-content {
    position: absolute;
    right: 0;
    top: 129.3px;
    text-align: right;
}

.feature-security h3 {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.18;
    letter-spacing: -1.185%;
    color: #79D5ED;
    margin-bottom: 12px;
}

.feature-security p {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1.6%;
    color: rgba(255, 255, 255, 0.5);
}

.feature-security .feature-img-main {
    position: absolute;
    width: 119.9px;
    height: 162px;
    right: 0;
    top: 0;
}

/* 하트 아이콘 */
.feature-heart {
    position: absolute;
    width: 71px;
    height: 72px;
    left: 465px;
    top: 464.53px;
}

.heart-icon-feature {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 시각적 요소들 */
.visual-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: 2;
    overflow: visible;
}





/* admin_index6.png - 하트 */
.heart-decoration {
    position: absolute;
    width: 3.32%;
    height: 68.53px;
    left: 70.10%;
    top: 141px;
}







.girl-image {
    position: absolute;
    top: 81px;
    right: 273px;
    width: 387px;
    height: 386px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #000000;
}

.girl-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.decoration-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.decoration-1,
.decoration-2,
.decoration-3 {
    position: absolute;
}

/* admin_index1.png */
.decoration-1 {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 31.55%;
    top: 87.83px;
    transform: rotate(3.26deg);
    z-index: 10;
}

/* admin_index2.png */
.decoration-2 {
    position: absolute;
    width: 90px;
    height: 72px;
    left: 19.01%;
    top: 372px;
}

/* admin_index3.png */
.decoration-3 {
    position: absolute;
    width: 57.44px;
    height: 57.44px;
    left: 21.22%;
    top: 417.05px;
}

/* iPhone 모킹업 컨테이너 - 큰 크기 */
.phone-container {
    position: absolute;
    width: 20.83%;       /* 휴대폰을 더 크게 */
    height: 730px;       /* 휴대폰을 더 크게 */
    left: 65.10%;        /* 위치 조정 */
    top: 50px;           /* 위치 조정 */
    z-index: 3;
}

/* admin_index5.png - iPhone 모킹업 */
.phone-mockup {
    position: absolute;
    width: 137%;
    height: 100%;
    z-index: 1;
    object-fit: contain;
}

/* admin_index4.png - 소녀 이미지 (휴대폰 화면 안) - 작은 크기 */
.girl-in-phone {
    position: absolute;
    top: 11%;            /* 휴대폰 상단 베젤 아래 */
    left: 2%;            /* 휴대폰 좌측 베젤 안쪽 */
    width: 95%;          /* 화면 너비에 맞춤 */
    height:52%;         /* 화면 높이에 맞춤 */
    z-index: 2;
    object-fit: cover;
}

/* 추가 장식 요소들 */
.extra-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* admin_index7.png - Frame */
.extra-decoration-1 {
    position: absolute;
    width: 6.25%;
    height: 142.92px;
    left: 83.02%;
    top: 232px;
    transform: rotate(7.11deg);
    opacity: 0.8;
}

/* admin_index8.png */
.extra-decoration-2 {
    position: absolute;
    width: 2.66%;
    height: 51px;
    left: 70.42%;
    top: 481px;
    opacity: 0.7;
}

/* admin_index9.png */
.extra-decoration-3 {
    position: absolute;
    width: 564.708px;
    height: 488.089px;
    left: 68.75%;
    top: 300px;
    z-index: 5;
}

/* admin_index10.png */
.extra-decoration-4 {
    position: absolute;
    width: 5.93%;
    height: 122px;
    left: 89.64%;
    top: 710px;
    opacity: 0.8;
}



/* 하단 콘텐츠 */
.bottom-content {
    padding: 100px 0;
    text-align: center;
}

.logo-section {
    margin-bottom: 120px;
}

.logo-image {
    width: 351.469px;
    height: 95.348px;
    margin: 0 auto;
}

.store-buttons {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 12px;
}

.store-button {
    display: block;
    width: 273px;
    height: 81px;
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.store-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
}

/* 반응형 디자인 */
@media (max-width: 1200px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .feature-item:nth-child(even) {
        flex-direction: row;
    }
    
    .main-title {
        font-size: 60px;
    }
    
    .visual-elements {
        height: 800px;
    }
    

}

@media (max-width: 768px) {
    .title-section {
        padding: 100px 20px 50px;
    }
    
    .logo-icon-image {
        width: 50px;
    }
    
    .main-title {
        font-size: 40px;
    }
    
    .main-title .line2 {
        font-size: 45px;
    }
    
    .title-description {
        font-size: 18px;
    }
    
    .cta-button {
        width: 200px;
        height: 60px;
        font-size: 20px;
    }
    
    .features-section {
        padding: 50px 20px;
    }
    
    .feature-item {
        flex-direction: column !important;
        text-align: center;
        padding: 30px 20px;
    }
    
    .feature-image {
        width: 80px;
        height: 80px;
    }
    
    .visual-elements {
        height: 600px;
    }
    

    
    .girl-image {
        width: 250px;
        height: 250px;
    }
    
    .store-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .store-button {
        width: 250px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .main-content {
        margin-top: 96px; /* 모바일에서는 헤더가 더 높을 수 있음 */
    }
    
    .logo-icon-image {
        width: 40px;
    }
    
    .main-title {
        font-size: 32px;
    }
    
    .main-title .line2 {
        font-size: 36px;
    }
    
    .title-description {
        font-size: 16px;
    }
    
    .feature-content h3 {
        font-size: 22px;
    }
    
    .feature-content p {
        font-size: 16px;
    }
    
    .logo-image {
        width: 280px;
        height: 76px;
    }
}
