/* onboarding-creator.css
 * Creator onboarding flow only: profile/onboarding.html, explore.html.
 * Loaded AFTER onboarding-shared.css. Split from onboarding.css (COL-2851).
 */

.input-date{
    background-image: url('data:image/svg+xml;charset=utf8,<svg style="margin-right: 22px;" width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 1.5V4.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 1.5V4.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.25 3H3.75C2.92157 3 2.25 3.67157 2.25 4.5V15C2.25 15.8284 2.92157 16.5 3.75 16.5H14.25C15.0784 16.5 15.75 15.8284 15.75 15V4.5C15.75 3.67157 15.0784 3 14.25 3Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.25 7.5H15.75" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: calc(100% - 6px) center; /* 10px from right edge */
    background-repeat: no-repeat;
    width: 98% !important;
}
.input-date::placeholder{
    color: #222 !important;
}
.language-list{
    width: 100%;
}
.form-description {
    margin-bottom:36px;
}
.file-portfolio-input {
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}
/* step 7 end */
/* step 8 */
.box-scroll-holder{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.price-suggestion-title {
    font-size: 70%;
    font-weight: 700;
    margin-bottom: 5px;
}
.price-suggestion-txt {
    font-size: 65%;
    font-weight: 300;
}
.price-suggestion-bold {
    font-weight: 600;
}
.package-btn-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.add-desc-btn{
    font-size: 70%;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}
.add-desc-num{
    background-color: var(--green);
    color: green;
    padding: 2px 4px;
    font-size: 42%;
    border-radius: 4px;
    margin-left: 5px;
}
/* BYOS Cover Page */
.byos-cover-page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.byos-cover-page[style*="display: block"] {
    display: flex !important;
}
.byos-cover-content {
    max-width: 986px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.byos-hero-collage {
    position: relative;
    width: 365px;
    height: 200px;
}
.byos-hero-shape {
    position: absolute;
}
.byos-hero-shape-pink-square {
    width: 76px;
    height: 61px;
    background-color: var(--pink-300);
    border-radius: 8px;
    left: 0;
    top: 126px;
}
.byos-hero-shape-pink-rect {
    width: 102px;
    height: 104px;
    background-color: rgba(251, 102, 157, 0.7);
    border-radius: 8px;
    left: 173px;
    top: 1px;
}
.byos-hero-shape-purple-pill {
    width: 174px;
    height: 44px;
    background-color: rgba(136, 95, 183, 0.6);
    border-radius: 88px;
    left: 190px;
    top: 153px;
}
.byos-hero-img {
    position: absolute;
    overflow: hidden;
}
.byos-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.byos-hero-img-circle {
    width: 93px;
    height: 96px;
    border-radius: 90px;
    border: 4px solid var(--pink-400);
    left: 37px;
    top: 0;
}
.byos-hero-img-rect {
    width: 147px;
    height: 114px;
    border-radius: 8px;
    border: 1px solid white;
    left: 218px;
    top: 21px;
}
.byos-hero-img-square {
    width: 76px;
    height: 76px;
    border-radius: 8px;
    border: 1px solid #EB279D;
    left: 92px;
    top: 143px;
}
.byos-cover-text {
    text-align: center;
    max-width: 986px;
    width: 100%;
    padding: 0 72px;
    box-sizing: border-box;
}
.byos-cover-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #101828;
    margin-bottom: 12px;
}
.byos-cover-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--Gray-500);
}
.byos-getting-started {
    background-color: #f9f9f9;
    border: 0.645px solid white;
    border-radius: 14px;
    padding: 12px;
    width: 100%;
    max-width: 986px;
    box-sizing: border-box;
    text-align: left;
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.byos-getting-started-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #101828;
}
.byos-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.byos-checklist-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #364153;
}
.byos-checklist-circle {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    border: 1.5px solid #222;
    background-color: transparent;
    box-sizing: border-box;
}
.byos-privacy-note {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #101828;
    width: 100%;
    max-width: 986px;
}
.byos-privacy-note svg {
    flex-shrink: 0;
}
.byos-cover-btn {
    width: 248px;
    height: 54px;
    background-color: #222;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8.735px;
}
/* BYOS App Download Step */
.byos-app-download {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    box-sizing: border-box;
}
.byos-app-download[style*="display: block"] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.byos-app-download .example-row-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 44px auto 0 auto;
    box-sizing: border-box;
}
.byos-app-download .example-row-title {
    font-size: 190%;
    font-weight: 600;
    margin: 0 0 9% 0;
}
.byos-app-download .store-info {
    width: 58%;
}
.byos-app-download .example-step-txt {
    color: var(--black);
}
.byos-app-download .stores-img-container {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}
.byos-app-download .store-pic {
    width: 22%;
}
.byos-app-download .store-pic img {
    width: 100%;
    height: auto;
}
.byos-app-download .store-info-txt {
    margin-top: 3%;
    margin-bottom: 6%;
}
.byos-app-download .store-app-img {
    width: 70%;
}
.byos-app-download .store-app-img img {
    width: 100%;
    /* height: auto; */
    object-fit: contain;
    height: 100%;
}
.byos-app-skip-btn {
    background: none;
    border: none;
    color: #000;
    font-size: 0.95rem;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 0;
    margin-top: 24px;
}
.byos-app-skip-btn:hover {
    opacity: 0.7;
}
.byos-app-skip-desktop {
    display: block;
}
.byos-app-skip-mobile {
    display: none;
}
@media only screen and (max-width: 800px) {
    .price-suggestion-title {
        font-size: 80%;
    }
    .price-suggestion-txt {
        font-size: 75%;
    }
/* BYOS Cover Page - Mobile */
    .byos-cover-page {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .byos-cover-content {
        gap: 32px;
    }
    .byos-hero-collage {
        width: 280px;
        height: 154px;
        transform: scale(0.77);
    }
    .byos-cover-text {
        padding: 0;
    }
    .byos-cover-title {
        font-size: 15px;
    }
    .byos-cover-subtitle {
        font-size: 13px;
    }
    .byos-getting-started {
        padding: 16px;
    }
    .byos-getting-started-title {
        font-size: 15px;
    }
    .byos-checklist-item {
        font-size: 14px;
    }
    .byos-privacy-note {
        font-size: 11px;
        text-align: left;
    }
    .byos-cover-btn {
        width: 100%;
        max-width: 280px;
    }
/* BYOS App Download - Mobile */
    .byos-app-download {
        min-width: unset !important;
        padding: 0;
        margin: 0 auto;
    }
    .byos-app-download .example-row-holder {
        flex-direction: column-reverse;
        padding: 0 16px;
        margin-top: 32px;
        gap: 24px;
        width: 90%;
        box-sizing: border-box;
    }
    .byos-app-download .example-row-title {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 16px;
    }
    .byos-app-download .stores-img-container {
        justify-content: center;
        gap: 16px;
        margin: 24px 0;
    }
    .byos-app-download .store-pic {
        width: 40%;
        max-width: 150px;
    }
    .byos-app-download .store-app-img {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .byos-app-download .store-info {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .byos-app-download .store-info-txt {
        margin: 16px 0 24px 0;
    }
    .byos-app-skip-desktop {
        display: none;
    }
    .byos-app-skip-mobile {
        display: block;
        text-align: center;
        margin: 24px auto 0 auto;
    }
}
@media only screen and (max-width: 800px) {
    .home-niche-section {
        padding: var(--space-4) var(--space-3);
    }
    .home-niche-section__title {
        font-size: var(--font-size-base);
    }
    .home-niche-section__pills {
        gap: var(--space-2);
    }
}
/* Niche section */
.home-niche-section {
    background: var(--color-bg-secondary);
    border-radius: var(--radius-md);
    padding: var(--space-5) var(--space-4);
    margin: var(--space-4) 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}
.home-niche-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-niche-section__title {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    color: var(--color-text-default);
    margin: 0;
    line-height: var(--line-height-snug);
}
.home-niche-section__close {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    background: none;
    border: none;
    cursor: pointer;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-default);
    padding: var(--space-2) var(--space-2);
    border-radius: var(--radius-md);
    flex-shrink: 0;
}
.home-niche-section__pills {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-4);
    align-items: center;
}
.home-niche-pill--selected .home-niche-pill__icon {
    filter: invert(1);
}
