/* === RESET & BASE === */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

body {
    font-family: "Vividly-Regular", "Single Day", Helvetica, sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
@font-face {
    font-family: "Vividly-Regular";
    src: url("./Vividly-Regular.otf") format("woff2"),
         url("./Vividly-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Peperrito Ornaments Regular";
    src: url("./PeperritoOrnaments-Regular.otf") format("woff2"),
         url("./PeperritoOrnaments-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Kinan";
    src: url("./Kinan.ttf") format("woff2"),
         url("./Kinan.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face { font-family: "Vividly-Regular"; src: local("Vividly-Regular"); }
@font-face { font-family: "Single Day-Regular"; src: local("Single Day-Regular"); }
@font-face { font-family: "Kinan Regular"; src: local("Kinan-Regular"); }
@font-face { font-family: "Peperrito Ornaments Regular"; src: local("Peperrito Ornaments-Regular"); }

/* ============================================================ */
/* ===== 📱 MOBILE SCREEN (YOUR EXACT ORIGINAL) 📱 ===== */
/* ============================================================ */
.mobile-only.faq-page {
    max-width: 420px;
    margin: 0 auto;
    background-color: #fff2f6;
    overflow: hidden;
    position: relative;
    display: block;
}

.mobile-only .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff2f6;
}
.mobile-only .back-btn {
    font-family: "Vividly-Regular", Helvetica;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    border: 2.75px solid #ff9fba;
    border-radius: 22.66px;
    padding: 8px 20px;
    background: #ffe6ed;
    transition: 0.3s;
}
.mobile-only .back-btn:hover { background: #ff9fba; color: white; }
.mobile-only .cat-logo-small { width: 55px; height: 55px; }

.mobile-only .faq-header {
    position: relative;
    text-align: center;
    padding: 40px 20px 30px;
    background-color: #ffffff;
    margin: 0 20px 20px;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
    overflow: hidden;
}
.mobile-only .faq-title {
    font-family: "Kinan";
    font-size: 37.1px;
    -webkit-text-stroke: 0.69px #000;
    margin-bottom: 10px;
}
.mobile-only .faq-subtitle {
    font-family: "Vividly-Regular";
    font-size: 18px;
    color: #000;
    line-height: 1.6;
}
.mobile-only .faq-subtitle .sub-kr {
    font-family: "Single Day";
    font-size: 13px;
    color: #555;
    display: block;
    margin-top: 5px;
}
.mobile-only .faq-header-stars {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.mobile-only .faq-header-stars img {
    width: 30px;
    height: 30px;
}

.mobile-only .deco-letter {
    position: absolute;
    font-family: "Peperrito Ornaments Regular";
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: normal;
}
.mobile-only .letter-r1 {
    top: 15px;
    left: 15px;
    font-size: 28px;
    transform: rotate(-8.56deg);
}
.mobile-only .letter-r2 {
    bottom: 15px;
    right: 15px;
    font-size: 28px;
    transform: rotate(15deg);
}
.mobile-only .letter-r3 {
    top: 50%;
    right: -10px;
    font-size: 35px;
    transform: rotate(21.6deg);
}
.mobile-only .letter-o {
    font-size: 25px;
    transform: rotate(-8.56deg);
    color: #ff9fba;
}
.mobile-only .letter-f {
    font-size: 25px;
    transform: rotate(17.04deg);
    color: #ff9fba;
}
.mobile-only .letter-n {
    font-size: 25px;
    transform: rotate(13.21deg);
    color: #ff9fba;
}
.mobile-only .letter-z {
    font-size: 22px;
    transform: rotate(-8.56deg);
    color: #ff9fba;
}
.mobile-only .letter-c {
    font-size: 22px;
    transform: rotate(13.21deg);
    color: #ff9fba;
}

.mobile-only .sweet-moments-section {
    text-align: center;
    padding: 0 20px 20px;
    position: relative;
}
.mobile-only .sweet-moments-title {
    font-family: "Kinan";
    font-size: 31.6px;
    -webkit-text-stroke: 0.69px #000;
    margin-bottom: 15px;
}
.mobile-only .sweet-moments-deco {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
}
.mobile-only .sweet-moments-img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: 22.66px;
    border: 2.75px solid #ff9fba;
}

.mobile-only .faq-accordion-section {
    padding: 0 20px 20px;
}
.mobile-only .faq-item {
    background-color: #fff3f6;
    border: 2.75px solid #ff9fba;
    border-radius: 22.66px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s;
}
.mobile-only .faq-item.active {
    background-color: #ffe6ed;
    border-color: #ff7fa0;
}
.mobile-only .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Vividly-Regular";
    font-size: 18px;
    color: #000;
    cursor: pointer;
    text-align: left;
}
.mobile-only .faq-question:focus-visible {
    outline: 2px solid #ff9fba;
}
.mobile-only .faq-icon {
    font-size: 24px;
    color: #ff9fba;
    transition: 0.3s;
    min-width: 30px;
    text-align: center;
}
.mobile-only .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 20px;
}
.mobile-only .faq-answer p {
    font-family: "Vividly-Regular";
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    padding-bottom: 20px;
}

.mobile-only .get-in-touch-section {
    text-align: center;
    padding: 0 20px 20px;
}
.mobile-only .get-in-touch-title {
    font-family: "Kinan";
    font-size: 31.6px;
    -webkit-text-stroke: 0.69px #000;
    margin-bottom: 20px;
}
.mobile-only .contact-card {
    background-color: #ffffff;
    border: 2.75px solid #ff9fba;
    border-radius: 22.66px;
    padding: 25px;
    position: relative;
}
.mobile-only .contact-card p {
    font-family: "Vividly-Regular";
    font-size: 18px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 10px;
}
.mobile-only .contact-deco-letters {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.mobile-only .contact-deco-letters .deco-letter {
    position: absolute;
}
.mobile-only .contact-deco-letters .letter-z {
    top: 10px;
    left: 15px;
}
.mobile-only .contact-deco-letters .letter-c {
    bottom: 10px;
    right: 15px;
}
.mobile-only .contact-mascot {
    width: 100px;
    margin-top: 19px;
}

.mobile-only .footer-details {
    margin-top: 20px;
    padding: 30px 20px 40px;
    text-align: center;
    background-color: #fff2f6;
    position: relative;
}
.mobile-only .footer-text {
    font-family: "Vividly-Regular", Helvetica;
    color: #000000;
    font-size: 15.1px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}

/* ============================================================ */
/* ===== MOBILE SCROLL REVEAL ANIMATIONS ===== */
/* ============================================================ */
.mobile-only .reveal {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform, opacity;
}
.mobile-only .reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.mobile-only .reveal-delay-1 { transition-delay: 0.1s; }
.mobile-only .reveal-delay-2 { transition-delay: 0.2s; }
.mobile-only .reveal-delay-3 { transition-delay: 0.3s; }
.mobile-only .reveal-delay-4 { transition-delay: 0.4s; }
.mobile-only .reveal-delay-5 { transition-delay: 0.5s; }
.mobile-only .reveal-delay-6 { transition-delay: 0.6s; }
.mobile-only .reveal-delay-7 { transition-delay: 0.7s; }
.mobile-only .reveal-delay-8 { transition-delay: 0.8s; }

.mobile-only .reveal-left {
    opacity: 0;
    transform: translateX(-60px) rotate(-2deg);
    transition: all 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-left.active {
    opacity: 1;
    transform: translateX(0) rotate(0);
}

.mobile-only .reveal-right {
    opacity: 0;
    transform: translateX(60px) rotate(2deg);
    transition: all 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-right.active {
    opacity: 1;
    transform: translateX(0) rotate(0);
}

.mobile-only .reveal-scale {
    opacity: 0;
    transform: scale(0.7) rotate(-5deg);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mobile-only .reveal-scale.active {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.mobile-only .reveal-float {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .reveal-float.active {
    opacity: 1;
    transform: translateY(0);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.mobile-only .deco-letter {
    animation: floatLetter 3s ease-in-out infinite;
}
@keyframes floatLetter {
    0%, 100% { transform: translateY(0) rotate(var(--rot, -8deg)); }
    50% { transform: translateY(-8px) rotate(var(--rot2, -5deg)); }
}
.mobile-only .letter-r1 { --rot: -8.56deg; --rot2: -5deg; animation-delay: 0s; }
.mobile-only .letter-r3 { --rot: 21.6deg; --rot2: 25deg; animation-delay: 0.7s; }
.mobile-only .letter-o { --rot: -8.56deg; --rot2: -5deg; animation-delay: 0.3s; }
.mobile-only .letter-z { --rot: -8.56deg; --rot2: -5deg; animation-delay: 0.5s; }

.mobile-only .faq-item {
    animation: slideIn 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.mobile-only .faq-item:nth-child(1) { animation-delay: 0.1s; }
.mobile-only .faq-item:nth-child(2) { animation-delay: 0.2s; }
.mobile-only .faq-item:nth-child(3) { animation-delay: 0.3s; }
.mobile-only .faq-item:nth-child(4) { animation-delay: 0.4s; }
.mobile-only .faq-item:nth-child(5) { animation-delay: 0.5s; }
@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.mobile-only .back-btn {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .back-btn:hover {
    transform: translateX(-5px) scale(1.05);
}

.mobile-only .faq-header {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .faq-header:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 159, 186, 0.15);
}

.mobile-only .faq-question {
    transition: all 0.3s ease;
}
.mobile-only .faq-question:hover {
    background: rgba(255, 159, 186, 0.1);
}
.mobile-only .faq-question:hover .faq-icon {
    transform: rotate(90deg);
}

.mobile-only .faq-item {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 159, 186, 0.15);
}

.mobile-only .faq-answer {
    transition: max-height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .faq-answer p {
    animation: fadeInText 0.5s ease;
}
@keyframes fadeInText {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.mobile-only .sweet-moments-img {
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .sweet-moments-img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(255, 159, 186, 0.3);
}

.mobile-only .contact-card {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255, 159, 186, 0.2);
    border-color: #ff6b8a;
}

.mobile-only .contact-mascot {
    transition: all 0.6s ease;
    animation: float 3s ease-in-out infinite;
}

.mobile-only .faq-header-stars img {
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.mobile-only .faq-header-stars img:hover {
    transform: scale(1.2) rotate(-10deg);
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #fff2f6;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff9fba, #ff6b8a);
    border-radius: 10px;
    transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff6b8a, #ff9fba);
}

body {
    animation: fadeIn 1s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}
html {
    scroll-behavior: smooth;
}

.mobile-only .faq-icon {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mobile-only .faq-item.active .faq-icon {
    transform: rotate(180deg);
    color: #ff6b8a;
}

.mobile-only .footer-text {
    transition: all 0.3s ease;
}
.mobile-only .footer-text:hover {
    color: #ff6b8a;
    transform: scale(1.02);
}

/* ============================================================ */
/* ===== 🖥️ BRAND NEW LAPTOP/TABLET DESIGN 🖥️ ===== */
/* ============================================================ */

/* Hide laptop version on phones */
@media (max-width: 767px) {
    .desktop-wrapper { display: none !important; }
}

/* Show laptop version on tablets and laptops */
@media (min-width: 768px) {
    .mobile-only { display: none !important; }
    
    body {
        background: #fff2f6;
        display: flex;
        justify-content: center;
        padding: 40px;
    }

    .desktop-wrapper {
        max-width: 1200px;
        width: 100%;
        background: #ffffff;
        border-radius: 40px;
        box-shadow: 0 20px 60px rgba(255, 159, 186, 0.1);
        overflow: hidden;
        padding: 40px 50px 50px 50px;
        font-family: "Vividly-Regular", "Single Day", "Kinan", sans-serif;
        color: #000000;
    }

    /* ===== HEADER ===== */
    .d-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #ff9fba;
        margin-bottom: 40px;
    }
    .d-back-btn {
        font-family: "Vividly-Regular", Helvetica;
        color: #000;
        text-decoration: none;
        font-size: 18px;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        padding: 8px 20px;
        background: #ffe6ed;
        transition: 0.3s;
    }
    .d-back-btn:hover { background: #ffdaeb; color: white; transform: scale(1.05); }
    .d-logo {
        font-family: "Kinan";
        font-size: 28px;
        color: #000000;
        -webkit-text-stroke: 0.5px #000000;
    }

    /* ===== FAQ HEADER ===== */
    .d-faq-header {
        text-align: center;
        padding: 50px 30px 40px;
        background-color: #ffffff;
        margin: 0 auto 40px;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        max-width: 600px;
        overflow: hidden;
        position: relative;
    }
    .d-faq-title {
        font-family: "Kinan";
        font-size: 42px;
        -webkit-text-stroke: 0.5px #000;
        margin-bottom: 10px;
    }
    .d-deco-letter {
        position: absolute;
        font-family: "Peperrito Ornaments Regular";
        font-weight: 400;
        color: #000000;
        text-align: center;
        line-height: normal;
        animation: floatLetter 3s ease-in-out infinite;
    }
    .d-letter-r1 {
        top: 15px;
        left: 15px;
        font-size: 30px;
        transform: rotate(-8.56deg);
        --rot: -8.56deg; --rot2: -5deg; animation-delay: 0s;
    }
    .d-letter-r3 {
        top: 50%;
        right: -10px;
        font-size: 38px;
        transform: rotate(21.6deg);
        --rot: 21.6deg; --rot2: 25deg; animation-delay: 0.7s;
    }
    .d-faq-subtitle {
        font-family: "Vividly-Regular";
        font-size: 20px;
        color: #000;
        line-height: 1.6;
    }
    .d-sub-kr {
        font-family: "Single Day";
        font-size: 14px;
        color: #555;
        display: block;
        margin-top: 5px;
    }
    .d-faq-header-stars {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .d-faq-header-stars img {
        width: 35px;
        height: 35px;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-faq-header-stars img:hover {
        transform: scale(1.2) rotate(-10deg);
    }

    /* ===== SWEET MOMENTS ===== */
    .d-sweet-moments-section {
        margin: 0 auto 40px;
        max-width: 700px;
    }
    .d-sweet-moments-content {
        display: flex;
        gap: 40px;
        align-items: center;
    }
    .d-sweet-moments-text {
        flex: 1;
        text-align: center;
    }
    .d-sweet-moments-title {
        font-family: "Kinan";
        font-size: 34px;
        -webkit-text-stroke: 0.5px #000;
        margin-bottom: 15px;
    }
    .d-sweet-moments-deco {
        display: flex;
        justify-content: center;
        gap: 30px;
        position: relative;
    }
    .d-letter-o {
        font-size: 28px;
        transform: rotate(-8.56deg);
        color: #ff9fba;
        --rot: -8.56deg; --rot2: -5deg; animation-delay: 0.3s;
    }
    .d-sweet-moments-img {
        flex: 1;
        height: 250px;
        background-size: cover !important;
        background-position: center !important;
        border-radius: 22.66px;
        border: 2px solid #ff9fba;
        transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-sweet-moments-img:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 30px rgba(255, 159, 186, 0.3);
    }

    /* ===== FAQ ACCORDION ===== */
    .d-faq-accordion-section {
        margin: 0 auto 40px;
        max-width: 800px;
    }
    .d-faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .d-faq-item {
        background-color: #fff3f6;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        overflow: hidden;
        transition: all 0.3s;
    }
    .d-faq-item.active {
        background-color: #ffe6ed;
        border-color: #ff7fa0;
    }
    .d-faq-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(255, 159, 186, 0.15);
    }
    .d-faq-question {
        width: 100%;
        background: none;
        border: none;
        padding: 20px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: "Vividly-Regular";
        font-size: 18px;
        color: #000;
        cursor: pointer;
        text-align: left;
        transition: all 0.3s ease;
    }
    .d-faq-question:hover {
        background: rgba(255, 159, 186, 0.1);
    }
    .d-faq-question:hover .d-faq-icon {
        transform: rotate(90deg);
    }
    .d-faq-icon {
        font-size: 24px;
        color: #ff9fba;
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        min-width: 30px;
        text-align: center;
    }
    .d-faq-item.active .d-faq-icon {
        transform: rotate(180deg);
        color: #ffdaeb;
    }
    .d-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        padding: 0 25px;
    }
    .d-faq-answer p {
        font-family: "Vividly-Regular";
        font-size: 16px;
        color: #444;
        line-height: 1.6;
        padding-bottom: 20px;
        animation: fadeInText 0.5s ease;
    }

    /* ===== GET IN TOUCH ===== */
    .d-get-in-touch-section {
        margin: 0 auto 40px;
        max-width: 700px;
        text-align: center;
    }
    .d-get-in-touch-title {
        font-family: "Kinan";
        font-size: 34px;
        -webkit-text-stroke: 0.5px #000;
        margin-bottom: 20px;
    }
    .d-contact-card {
        background-color: #ffffff;
        border: 2px solid #ff9fba;
        border-radius: 22.66px;
        padding: 30px;
        position: relative;
        transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
    .d-contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(255, 159, 186, 0.2);
        border-color: #ffdaeb;
    }
    .d-contact-row {
        display: flex;
        justify-content: space-between;
        font-family: "Vividly-Regular";
        font-size: 18px;
        color: #000;
        line-height: 1.8;
        padding: 8px 0;
        border-bottom: 1px solid #ffdaeb;
    }
    .d-contact-row:last-child { border-bottom: none; }
    .d-contact-label { font-weight: bold; color: #ffdaeb; }
    .d-contact-deco-letters {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden;
    }
    .d-letter-z {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 25px;
        color: #ffdaeb;
        transform: rotate(-8.56deg);
        --rot: -8.56deg; --rot2: -5deg; animation-delay: 0.5s;
    }
    .d-contact-mascot {
        width: 120px;
        margin-top: 20px;
        animation: float 3s ease-in-out infinite;
    }

    /* ===== FOOTER ===== */
    .d-footer {
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #ffdaeb;
        margin-top: 20px;
    }
    .d-footer-text {
        font-family: "Vividly-Regular", Helvetica;
        color: #000000;
        font-size: 15px;
    }
}