@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:ital@0;1&display=swap');

.scrapbook-wrapper-daa04022 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f9e4eb;
    padding: 60px 20px;
    gap: 40px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 600px;
}

.left-col-daa04022 {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.search-pill-daa04022 {
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.circle-icon-daa04022 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #e1b3c3;
}

.search-text-daa04022 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #d18ea6;
    font-size: 16px;
}

.main-title-wrapper-daa04022 {
    position: relative;
    margin: 40px 0;
}

.title-line1-daa04022, .title-line2-daa04022 {
    font-family: 'Great Vibes', cursive;
    color: #e2a6b8;
    margin: 0;
    line-height: 0.8;
    font-weight: 400;
}

.title-line1-daa04022 {
    font-size: 120px;
    opacity: 0.8;
    transform: translateX(40px);
}

.title-line2-daa04022 {
    font-size: 140px;
    color: #837b7d;
    position: absolute;
    top: 60px;
    left: 20px;
}

.bottom-text-wrapper-daa04022 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
}

.bubble-tag-daa04022 {
    border: 1px solid #a39b9d;
    border-radius: 50%;
    padding: 10px 15px;
    width: fit-content;
    text-align: center;
    font-size: 12px;
    color: #a39b9d;
    font-family: 'Playfair Display', serif;
}

.paragraph-daa04022 {
    font-family: 'Playfair Display', serif;
    color: #837b7d;
    font-size: 15px;
    max-width: 350px;
    line-height: 1.4;
}

.right-col-daa04022 {
    position: relative;
    padding: 20px;
}

.notebook-container-daa04022 {
    display: flex;
    background: #f1a9bc;
    border-radius: 10px 20px 20px 10px;
    box-shadow: -5px 5px 20px rgba(0,0,0,0.1);
    padding: 15px 15px 15px 5px;
    position: relative;
    z-index: 1;
}

.notebook-spine-daa04022 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 15px;
    border-right: 1px solid rgba(0,0,0,0.05);
}

.spiral-hole-daa04022 {
    width: 12px;
    height: 12px;
    background: #f9e4eb;
    border-radius: 50%;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.2);
    position: relative;
}
.spiral-hole-daa04022::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 4px;
    background: #ccc;
    left: 8px;
    top: 4px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.notebook-page-daa04022 {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
}

.portrait-photo-daa04022 {
    width: 220px;
    height: 280px;
    object-fit: cover;
    border: 1px solid #eee;
}

.camera-decoration-daa04022 {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    z-index: 10;
    filter: drop-shadow(2px 5px 10px rgba(0,0,0,0.15));
}

@media (max-width: 768px) {
    .title-line1-daa04022 { font-size: 80px; }
    .title-line2-daa04022 { font-size: 90px; top: 40px; }
    .camera-decoration-daa04022 { width: 150px; right: -10px; }
    .portrait-photo-daa04022 { width: 180px; height: 240px; }
}