@charset "UTF-8";

.iphone-alarm-event {
    --bg-color: #ffffff;
    --text-main: #1d1d1f;
    --text-muted: #86868b;
    --primary-color: #005df6;
    --primary-hover: #0048d6;
    --secondary-color: #ffffff;
    --card-radius: 24px;
    --shadow-light: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.iphone-alarm-event * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
}

.iphone-alarm-event {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

.iphone-alarm-event .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.iphone-alarm-event section {
    padding: 100px 20px;
}

/* =========================================
   Hero Section
   ========================================= */
.iphone-alarm-event .hero-section {
    width: 100%;
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 0%, rgba(35, 70, 145, 0.45) 0%, transparent 60%),
        radial-gradient(circle at 85% 100%, rgba(35, 70, 145, 0.45) 0%, transparent 60%),
        linear-gradient(145deg, #050507 0%, #0c0c14 100%);
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.iphone-alarm-event .hero-section .container {
    position: relative;
    z-index: 1;
}

.iphone-alarm-event .hero-top-text {
    display: block;
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.iphone-alarm-event .hero-title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.32;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    color: #fff;
}

.iphone-alarm-event .hero-title span {
    display: inline-block;
    font-size: 5.4rem;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -4px;
    margin-top: 0;
}

.iphone-alarm-event .metal-unpack-text {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 50px;
    letter-spacing: 2px;
    background: linear-gradient(110deg,
            #666666 0%,
            #d6d6d6 25%,
            #ffffff 45%,
            #ffffff 55%,
            #d6d6d6 75%,
            #666666 100%);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: intense-shine 4s linear infinite;
    display: inline-block;
}

@keyframes intense-shine {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: 0% center;
    }
}

.iphone-alarm-event .hero-image-placeholder {
    position: relative;
    width: 280px;
    height: 500px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iphone-alarm-event .hero-image-placeholder img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* =========================================
   Typography & Buttons
   ========================================= */
.iphone-alarm-event .section-title {
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    line-height: 1.26;
}

.iphone-alarm-event .btn-primary {
    background: linear-gradient(270deg, #a500f6, #005df6, #a500f6);
    background-size: 200% 200%;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 24px 80px;
    font-size: 1.8rem;
    font-weight: 800;
    width: 100%;
    max-width: 800px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 93, 246, 0.4);
    animation: shimmerGradient 3s ease infinite, pulseGlowBlue 2s infinite;
    cursor: pointer;
    transition: all 0.3s ease;
}

.iphone-alarm-event .btn-primary:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
}

.iphone-alarm-event .arrow {
    font-family: 'Pretendard', sans-serif !important;
}

.iphone-alarm-event .btn-primary .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.iphone-alarm-event .btn-primary:hover .arrow {
    transform: translateX(5px);
}

.iphone-alarm-event .btn-secondary {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    width: 80%;
}

.iphone-alarm-event .btn-secondary:hover {
    background: var(--primary-hover);
}

@keyframes shimmerGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulseGlowBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 93, 246, 0.6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 93, 246, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 93, 246, 0);
    }
}

/* =========================================
   Lineup Section
   ========================================= */
.iphone-alarm-event .lineup-section {
    background: #f5f5f7;
    width: 100%;
}

.iphone-alarm-event .lineup-group {
    margin-bottom: 120px;
}

.iphone-alarm-event .lineup-group:last-child {
    margin-bottom: 0;
}

.iphone-alarm-event .lineup-group-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--primary-color);
    background: rgba(0, 113, 227, 0.05);
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.iphone-alarm-event .lineup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 320px));
    justify-content: center;
    gap: 24px;
}

.iphone-alarm-event .lineup-card {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: var(--card-radius);
    padding: 40px 24px;
    text-align: center;
    transition: transform 0.3s;
    box-shadow: var(--shadow-light);
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.iphone-alarm-event .lineup-card:hover {
    transform: translateY(-5px);
}

.iphone-alarm-event .lineup-card .img-placeholder {
    width: 140px;
    height: 140px;
    background: #f4f7fb;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
}

.iphone-alarm-event .lineup-card .img-placeholder svg {
    width: 65px;
    height: 65px;
    scale: 1.4;
}

.iphone-alarm-event .lineup-card h3 {
    font-size: 1.3rem;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.26;
}

.iphone-alarm-event .lineup-card .color-info {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 4px;
}

/* =========================================
   Trust Section
   ========================================= */
.iphone-alarm-event .trust-section {
   color: #1d1d1f;
    margin: 0 auto;
    background: #f5f5f7;
    width: 100%;
    padding: 100px 20px;
}

.iphone-alarm-event .trust-section-header.center {
    text-align: center;
    margin-bottom: 50px;
}

.iphone-alarm-event .sub-heading {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--primary-color);
    background: rgba(0, 93, 246, 0.08);
    padding: 6px 14px;
    border-radius: 9999px;
    margin-bottom: 12px;
}

.iphone-alarm-event .trust-section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1d1d1f;
    line-height: 1.3;
}

.iphone-alarm-event .trust-section-title strong {
    color: var(--primary-color);
}

.iphone-alarm-event .trust-section-subtitle {
    color: #515154;
    margin-top: 12px;
    font-size: 1.05rem;
}

.iphone-alarm-event .trust-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.iphone-alarm-event .glass-card.trust-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 36px 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.iphone-alarm-event .glass-card.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.iphone-alarm-event .card-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.iphone-alarm-event .icon-red {
    background: var(--accent-red-soft, rgba(240, 68, 82, 0.06));
    color: var(--accent-red, #f04452);
}

.iphone-alarm-event .icon-blue {
    background: var(--accent-blue-soft, rgba(49, 130, 246, 0.08));
    color: var(--accent-blue, #3182f6);
}

.iphone-alarm-event .icon-cyan {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.iphone-alarm-event .icon-gold {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
}

.iphone-alarm-event .trust-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 12px;
    line-height: 1.35;
}

.iphone-alarm-event .trust-card p {
    color: #515154;
    font-size: 0.9rem;
    line-height: 1.55;
}

/* =========================================
   Customer Service Section
   ========================================= */
.iphone-alarm-event .cs-section {
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 40px
}

.iphone-alarm-event .cs-card {
    background: #ffffff;
    border-radius: var(--card-radius);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.iphone-alarm-event .cs-header {
    flex: 1;
}

.iphone-alarm-event .cs-title-wrapper {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.iphone-alarm-event .cs-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #515154;
}

.iphone-alarm-event .cs-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 93, 246, 0.1);
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 1.2rem;
}

.iphone-alarm-event .cs-number {
    color: var(--primary-color);
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.1;
}

.iphone-alarm-event .cs-desc {
    color: #515154;
    font-size: 1.05rem;
    line-height: 1.6;
}

.iphone-alarm-event .cs-info {
    flex: 1;
    background: #f8f9fa;
    padding: 24px 30px;
    border-radius: 16px;
}

.iphone-alarm-event .cs-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.iphone-alarm-event .cs-info-item:first-child {
    padding-top: 0;
}

.iphone-alarm-event .cs-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.iphone-alarm-event .cs-day {
    font-weight: 700;
    color: #1d1d1f;
    font-size: 1.05rem;
}

.iphone-alarm-event .cs-time {
    color: #515154;
    font-weight: 500;
    font-size: 1.05rem;
}


/* =========================================
   Fixed Footer
   ========================================= */
.iphone-alarm-event .fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
    animation: slideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(100%);
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

.iphone-alarm-event .fixed-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
}

.iphone-alarm-event .fixed-bottom-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.iphone-alarm-event .fixed-bottom-badge {
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    background: var(--primary-color);
    padding: 3px 8px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(0, 93, 246, 0.2);
}

.iphone-alarm-event .fixed-bottom-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-main);
    letter-spacing: -0.5px;
}

.iphone-alarm-event .fixed-bottom-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.iphone-alarm-event .fixed-kakao-btn {
    background: #FEE500;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 16px 36px;
    border-radius: 10px;
    font-size: 1.15rem;
    font-weight: 800;
    min-width: 160px;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.iphone-alarm-event .kakao-icon {
    width: 20px;
    height: 20px;
}

.iphone-alarm-event .fixed-kakao-btn:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1), 0 8px 20px rgba(254, 229, 0, 0.4);
    background: #FFD900;
}

.iphone-alarm-event .fixed-reserve-btn {
    background: linear-gradient(270deg, #a500f6, #005df6, #a500f6);
    background-size: 200% 200%;
    color: #fff;
    border: none;
    padding: 16px 50px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 800;
    min-width: 320px;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 93, 246, 0.4);
    animation: shimmerGradient 3s ease infinite, pulseGlowBlue 2s infinite;
    text-decoration: none;
}

.iphone-alarm-event .fixed-reserve-btn .arrow {
    transition: transform 0.3s ease;
}

.iphone-alarm-event .fixed-reserve-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.iphone-alarm-event .fixed-reserve-btn:hover .arrow {
    transform: translateX(4px);
}

/* =========================================
   Media Queries
   ========================================= */
@media (min-width: 768px) {
    .iphone-alarm-event .cs-card {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 50px 60px;
    }
}

@media (max-width: 1024px) {
    .iphone-alarm-event .trust-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    /* Hero Section Overrides */
    .iphone-alarm-event .hero-section {
        padding: 60px 0 80px;
        min-height: auto;
    }

    .iphone-alarm-event .hero-title {
        font-size: 2rem;
    }

    .iphone-alarm-event .hero-title span {
        font-size: 2.8rem;
        letter-spacing: -2px;
    }

    .iphone-alarm-event .metal-unpack-text {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    .iphone-alarm-event .hero-image-placeholder {
        width: 240px;
        height: 400px;
        margin-bottom: 30px;
    }

    /* Layout & Spacing */
    .iphone-alarm-event section {
        padding: 60px 15px;
    }

    .iphone-alarm-event .trust-section {
        padding: 50px 15px;
    }

    .iphone-alarm-event .cs-section {
        padding: 40px 15px;
    }

    .iphone-alarm-event .cs-card {
        padding: 24px;
        gap: 20px;
    }

    .iphone-alarm-event .cs-info {
        padding: 16px 20px;
    }

    /* Typography Overrides */
    .iphone-alarm-event .section-title {
        font-size: 1.6rem;
    }

    .iphone-alarm-event .trust-section-title {
        font-size: 1.5rem;
    }

    .iphone-alarm-event .trust-section-subtitle {
        font-size: 0.9rem;
    }

    .iphone-alarm-event .sub-heading {
        font-size: 0.75rem;
    }

    /* Buttons */
    .iphone-alarm-event .btn-primary {
        padding: 16px 40px;
        font-size: 1.2rem;
        border-radius: 30px;
    }

    /* Lineup Component */
    .iphone-alarm-event .lineup-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .iphone-alarm-event .lineup-group-title {
        font-size: 1.15rem;
    }

    .iphone-alarm-event .lineup-card {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .iphone-alarm-event .lineup-card:hover {
        transform: none;
    }

    .iphone-alarm-event .lineup-card h3 {
        font-size: 1.15rem;
        min-height: 3.2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .iphone-alarm-event .color-info {
        font-size: 0.85rem;
    }

    .iphone-alarm-event .lineup-card .btn-secondary {
        font-size: 0.9rem;
        padding: 10px 16px;
    }

    /* Trust Component */
    .iphone-alarm-event .trust-cards-grid {
        gap: 10px;
    }

    .iphone-alarm-event .glass-card.trust-card {
        padding: 24px 12px;
    }

    .iphone-alarm-event .trust-card h3 {
        font-size: 1.05rem;
    }

    .iphone-alarm-event .trust-card p {
        font-size: 0.85rem;
    }

    .iphone-alarm-event .card-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    /* Customer Service Component */
    .iphone-alarm-event .cs-title-wrapper {
        gap: 4px;
        margin-bottom: 12px;
    }

    .iphone-alarm-event .cs-label {
        font-size: 1.15rem;
    }

    .iphone-alarm-event .cs-icon {
        width: 36px;
        height: 36px;
        font-size: 1.05rem;
    }

    .iphone-alarm-event .cs-number {
        font-size: 1.8rem;
    }

    .iphone-alarm-event .cs-desc {
        font-size: 0.9rem;
    }

    .iphone-alarm-event .cs-day {
        font-size: 0.95rem;
    }

    .iphone-alarm-event .cs-time {
        font-size: 0.85rem;
    }

    /* Fixed Footer */
    .iphone-alarm-event {
        padding-bottom: 40px;
    }

    .iphone-alarm-event .fixed-bottom-bar {
        padding: 12px 16px;
    }

    .iphone-alarm-event .fixed-bottom-content {
        flex-direction: column;
        gap: 10px;
    }

    .iphone-alarm-event .fixed-bottom-info {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
    }

    .iphone-alarm-event .fixed-bottom-badge {
        font-size: 0.75rem;
        padding: 4px 8px;
        align-self: center;
    }

    .iphone-alarm-event .fixed-bottom-title {
        font-size: 1.05rem;
    }

    .iphone-alarm-event .fixed-bottom-actions {
        width: 100%;
        gap: 8px;
    }

    .iphone-alarm-event .fixed-kakao-btn {
        flex: 1;
        justify-content: center;
        padding: 8px 10px;
        font-size: 0.95rem;
        min-width: 0;
    }

    .iphone-alarm-event .fixed-reserve-btn {
        flex: 2;
        justify-content: center;
        padding: 8px 10px;
        font-size: 1rem;
        min-width: 0;
    }
}

/* Explicit breakpoints for Lineup Grid */
@media (max-width: 720px) {
    .iphone-alarm-event .lineup-grid {
        grid-template-columns: repeat(2, minmax(0, 320px));
    }
}

@media (max-width: 470px) {
    .iphone-alarm-event .lineup-card {
        padding: 20px 10px;
    }

    .iphone-alarm-event .lineup-card .img-placeholder {
        width: 100%;
        max-width: 100px;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 auto 16px;
    }

    .iphone-alarm-event .lineup-card .img-placeholder svg {
        width: 50%;
        height: 50%;
        scale: 1.2;
    }

    .iphone-alarm-event .lineup-card h3 {
        font-size: 1rem;
        margin-bottom: 16px;
    }

    .iphone-alarm-event .lineup-card .color-info {
        font-size: 0.75rem;
        margin-bottom: 0px;
    }

    .iphone-alarm-event .lineup-card .btn-secondary {
        font-size: 0.9rem;
        padding: 8px;
        width: 100%;
    }
}



/*새로운 섹션 추가 260821*/
/* =========================================
   1. Coupon Section (쿠폰 섹션 기본 스타일)
   ========================================= */
.coupon-section {
    padding: 100px 0;
    background: #ffffff;
    text-align: center;
}
.coupon-section .section-title {
    margin-bottom: 50px;
}
.coupon-wrapper {
    display: flex;
    justify-content: center;
}
.coupon-ticket {
    background: radial-gradient(circle at 0 50%, transparent 18px, var(--primary-color) 19px) left center / 51% 100% no-repeat, radial-gradient(circle at 100% 50%, transparent 18px, var(--primary-color) 19px) right center / 51% 100% no-repeat;
    color: #ffffff;
    padding: 50px 60px 44px;
    border-radius: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0 12px 20px rgba(67, 139, 249, 0.3));
}
.coupon-label {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 0.9;
}
.coupon-ticket .amount {
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 15px;
    line-height: 1;
}
.coupon-badge {
    position: absolute;
    bottom: 150px;
    right: -7%;
    width: 95px;
    height: 95px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.coupon-notice {
    margin-top: 40px;
    font-size: 1.1rem;
    color: var(--text-muted);
    font-weight: 500;
}
.coupon-notice .material-symbols-outlined{color: var(--text-muted);}
.coupon-notice strong {
    font-weight: 700;
}
/* =========================================
   2. Comparison Section (비교 섹션 기본 스타일)
   ========================================= */
.comparison-section {
    background: #000;
}
.comparison-section .section-title {color: #fff;}
.comparison-table-wrapper {
    display: flex;
    justify-content: center;
    gap: 34px;
    align-items: center;
    margin-top: 40px;
}
.comparison-card {
    width: 100%;
    max-width: 380px;
    background: #fbfbfb;
    border-radius: var(--card-radius);
    padding: 0;
    position: relative;
    box-shadow: var(--shadow-light);
}
.comparison-card.kt-store {
    background: #ffffff;
    overflow: hidden;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 0px 30px rgb(0 126 255 / 78%), inset 0 0 0 4px #005df6;
}
.badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: #fff;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
}
.card-header {
    padding: 30px 20px 20px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    background: #ebebeb;
    border-radius: var(--card-radius) var(--card-radius) 0 0;
}
.comparison-card.kt-store .card-header {
    color: #ffffff;
    background: var(--primary-color);
    margin: -2px -2px 0 -2px;
    border-radius: calc(var(--card-radius) - 2px) calc(var(--card-radius) - 2px) 0 0;
}
.comparison-card.other-store .card-header {
    color: var(--text-muted);
}
.compare-list {
    list-style: none;
}
.compare-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}
.compare-list li:last-child {
    border-bottom: none;
}
.compare-list .label {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}
.compare-list .value {
    line-height: 1.4;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-main);
}
.other-store .compare-list .value {
    color: var(--text-muted);
}
.kt-store .compare-list .label {
    color: var(--primary-color);
}
.kt-store .compare-list .value.emphasis {
    font-size: 1.25rem;
    font-weight: bold;
}
/* =========================================
   3. Responsive Design (모바일 반응형 스타일)
   ========================================= */
@media (max-width: 768px) {
    /* Coupon Section Mobile */
    .coupon-section { padding: 60px 0; }
    .coupon-ticket { padding: 40px 20px 35px; border-radius: 24px; width: 90%; max-width: 280px; }
    .coupon-ticket .amount { font-size: 2.6rem; letter-spacing: -1px; }
    .coupon-badge { 
        width: 75px; height: 75px; 
        font-size: 1.1rem; 
        bottom: 110px;
    }
    .coupon-notice { font-size: 1rem; margin-top: 30px; }
    .coupon-label { font-size: 1.1rem; }
    /* Comparison Section Mobile */
    .comparison-table-wrapper {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }
    
    .comparison-card.kt-store {
        transform: scale(1);
    }
    .comparison-card { max-width: 100%; margin: 0; flex: 1; min-width: 0; }
    .card-header { padding: 15px 10px 10px; font-size: 1.1rem; }
    .compare-list { padding: 0 10px 10px 10px; }
    .compare-list li { padding: 10px 0; }
    .compare-list .label { font-size: 0.8rem; margin-bottom: 2px; }
    .compare-list .value { font-size: 0.9rem; line-height: 1.3; word-break: keep-all; }
    .kt-store .compare-list .value.emphasis { font-size: 0.9rem; }
    .badge { top: -12px; font-size: 0.85rem; padding: 4px 16px; }
}
@media (max-width: 480px) {
    /* Coupon Section Extra Small Mobile */
    .coupon-ticket { padding: 35px 20px 30px; }
    .coupon-ticket .amount { font-size: 2.2rem; }
    .coupon-badge { width: 65px; height: 65px; font-size: 1rem; bottom: 100px;  }
    .coupon-section .section-title { font-size: 1.5rem; margin-bottom: 30px; }
    
    /* Comparison Section Extra Small Mobile */
    .comparison-card { margin: 0; }
}
