/* Direct Hero Section */
.direct-hero {
    background: url('/images/direct-bg-hero.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 40px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

.direct-hero-content {
    max-width: 1140px;
    margin: 100px auto;
    width: 100%;
    padding: 0 20px;
}

.direct-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.direct-logo img {
    width: 182px;
    height: 60px;
}

.direct-logo-icon {
    font-size: 32px;
}

.direct-logo-text {
    display: flex;
    flex-direction: column;
}

.direct-logo-main {
    font-size: 32px;
    font-weight: 900;
    color: #000;
    letter-spacing: -0.5px;
}

.direct-logo-sub {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.direct-hero-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.display-none {
    display: none;
}

.cta-container {
    justify-self: end;
    display: flex;
    align-items: end;
    justify-content: end;
}

.direct-hero-left {
    max-width: 600px;
}

.direct-hero-title {
    color: #000;
    font-size: 42px;
    font-weight: 700;
}

.direct-hero-description {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
}

.direct-hero-description p {
    margin-bottom: 16px;
}

.direct-hero-right {
    display: flex;
    justify-content: end;
}

.direct-select-card {
    background: white;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 348px;
    border-radius: 6px;
}

.direct-select-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--gray-700);
    margin-top: 0;
    margin-bottom: 16px;
}

.direct-artist-select {
    width: 100%;
    padding: 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    margin-bottom: 20px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.direct-artist-select:focus {
    outline: none;
    border-color: #0073c7;
}

.direct-launch-button {
    width: 100%;
    padding: 16px 24px;
    background: #0073c7;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.direct-launch-button:hover:not(:disabled) {
    background: #005a9e;
}

.direct-launch-button:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}

.direct-empty-state {
    text-align: center;
    padding: 40px 20px;
}

.direct-empty-state p {
    margin-bottom: 20px;
    color: #666;
}

.direct-upload-button {
    display: inline-block;
    padding: 12px 24px;
    background: #0073c7;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s;
}

.direct-upload-button:visited {
    color: white;
}

.direct-upload-button:hover {
    background: #005a9e;
    color: white;
    text-decoration: none;
}

/* Features Section */
.direct-features-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.direct-feature-text {
    flex: 1;
    max-width: 500px;
}

.direct-feature-icon {
    margin-bottom: 24px;
}

.direct-feature-icon img {
    width: 48px;
    height: 48px;
}

.direct-feature-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.direct-feature-description {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}

.direct-feature-description p {
    margin-bottom: 12px;
}

.direct-feature-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.direct-feature-right__image {
    width: 465px;
    height: 490px;
    flex-shrink: 0;
    aspect-ratio: 93/95;
}

.direct-feature-right__tshirt_base {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

.direct-feature-right__tshirt_artwork {
    width: 145px;
    height: 145px;
    object-fit: contain;
    position: absolute;
    top: 125px;
    left: 155px;
}

.direct-feature-right__tshirt-bags .direct-feature-right__tshirt_artwork {
    top: 232px;
    left: 132px;
    width: 45%;
    height: 45%;
}

.direct-feature-right__tshirt-mug .direct-feature-right__tshirt_artwork {
    position: absolute;
    top: 100px;
    left: -6px;
    width: 68%;
    height: 64%;
    transform: none;
    z-index: 2;
}

/* Canvas-based mug artwork deformation */
@media (max-width: 768px) {
    .direct-feature-right__tshirt-mug .direct-feature-right__tshirt_artwork {
        top: 66px;
        left: 48px;
        width: 56%;
        height: 50%;
    }

    #artworkCanvas {
        top: 58px !important;
        left: -10px !important;
        width: 210px !important;
        height: 220px !important;
    }
}

.direct-feature-right__tshirt-women .direct-feature-right__tshirt_artwork {
    width: 145px;
    height: 145px;
    top: 125px;
    left: 155px;
}

.direct-feature-right__tshirt {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.direct-action-wrapper {
    padding: 80px 20px;
    background: #f8fafc;
    padding: 0;
}

.direct-page-wrapper .faq-accordion {
    background-color: var(--gray-50);
    color: #000;
    border-radius: 12px;
    margin-top: 60px;
}

.direct-page-wrapper .faq-accordion .faq-item.open {
    color: #fff;
}

.direct-page-wrapper .fa-question:before {
    font-size: 24px;
}


.direct-page-wrapper .more-info {
    display: none;
}

.cta-container {
    color: var(--gray-800);
    width: 70%;
}

.direct-cta-icon-notify {
    padding: 6px;
    margin: 18px;
    background-color: rgba(226, 251, 233, 1);
    border-radius: 6px;
    display: inline-block;
    height: 26px;
    width: 26px;
}

.direct-cta-icon-notify img {
    height: 100%;
    width: 24px;
}

.direct-notifyed-container {
    display: none;
}

.direct-notify-container {
    display: block;
}

.direct-notify-button {
    font-family: "Lato";
}

.cta-content {
    position: relative;
    padding: 30px 36px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
    min-height: var(--cta-min-height);
}

.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn {
    margin: 0.375rem;
    padding: 1rem 1rem;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 0.375rem;
    transition: ease-in-out 300ms;
    width: 100%;
}

.btn-main {
    background-color: var(--blue--600);
    color: #fff;
}

.btn-secondary {
    border: none;
    color: var(--blue--600);
    background: #fff;
    width: 100%;
}

.dk-direct-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dk-direct-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.dk-direct-button-container {
    margin-top: 24px;
}

.dk-direct-button {
    padding: 12px 24px;
    background: var(--blue-500);
    border-radius: var(--rounded-md);
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    text-align: center;
}

.dk-direct-button:hover {
    background: var(--blue-600);
    color: white;
    text-decoration: none;
}

.dk-direct-button:visited {
    color: white;
}

.dk-products-cards {
    color: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.dk-products-card {
    box-sizing: border-box;
    display: flex;
    max-width: 846px;
    max-height: 403px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px 0 0 5px;
}

.dk-products-header {
    margin: 80px 0 60px 0;
}

.dk-products-title {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
}

.dk-products-description {
    color: #747A87;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.dk-products-description p {
    margin: 0;
}

.dk-products-card-title {
    text-align: left;
    margin-bottom: 24px;
}

.dk-products-card-price {
    color: #171717;
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-top: 24px;
    line-height: 80%;
}

.dk-products-card-price-annual {
    color: #6C7280;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.dk-products-card-merch-text-subsequent {
    margin-top: 40px;
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.dk-products-avatar {
    width: 54px;
    height: 54px;
}

.dk-products-card-user {
    display: flex;
    align-items: center;
}

.dk-products-user-name {
    font-size: 20px;
    font-weight: 700;
    margin-left: 12px;
}

.dk-products-card-merch {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    flex-direction: column;
    box-sizing: border-box;
    padding: 26px;
}

.dk-products-card-merch-text {
    font-size: 16px;
    line-height: 46px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #000;
}

.dk-products-card-merch-text li:first-child {
    margin-top: 40px;
}

.dk-products-card-merch-text li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 140%;
    margin-bottom: 12px;
}

.dk-products-card-merch-text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='17' viewBox='0 0 15 17' fill='none'%3E%3Cg clip-path='url(%23clip0_2590_7397)'%3E%3Cpath d='M14.6649 2.27447C15.0265 2.53014 15.1069 3.02818 14.8491 3.38678L6.00977 15.6055C5.87249 15.7948 5.6582 15.9176 5.42383 15.9342C5.18945 15.9508 4.95508 15.8712 4.78767 15.7051L0.234096 11.1895C-0.0806362 10.8774 -0.0806362 10.3727 0.234096 10.0639C0.548828 9.75514 1.05776 9.75182 1.36914 10.0639L5.25642 13.9122L13.5432 2.45709C13.8011 2.09849 14.3033 2.01881 14.6649 2.27447Z' fill='%233D9E70'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2590_7397'%3E%3Crect width='15' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.dk-products-card-content {
    width: 100%;
    display: flex;
}

.dk-products-card-content>div {
    width: 50%;
    flex: 1 1 50%;
    box-sizing: border-box;
    max-width: 50%;
    overflow: hidden;
}

.dk_direct_banner__image {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(242, 242, 242, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dk_direct_banner__tshirt {
    width: 320px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.dk_direct_banner__tshirt_base {
    width: 320px;
    height: 320px;
    object-fit: contain;
}

.dk_direct_banner__tshirt_artwork {
    width: 103px;
    position: absolute;
    border-radius: 2px;
    left: 108px;
    top: 91px;
}

.dk-products-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dk-products-button {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
    display: flex;
    padding: 18px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    background: #0273C7;
    border: none;
    width: 100%;
    transition: background-color 0.2s ease;
}

.dk-products-button:hover:not(:disabled) {
    background: #005a9e;
}

.dk-products-button:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}

.btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.direct-cta-title {
    color: #101827;
    text-align: center;
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}

.direct-cta-description {
    color: #6C7280;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .dk-products-wrapper {
        margin: 0 8px;
    }

    .dk-products-card-merch {
        flex-direction: column;
        align-items: center;
        padding: 24px 20px;
    }

    .dk-products-header {
        margin-top: 46px;
    }

    .dk-products-title {
        font-size: 24px;
    }

    .dk-products-description {
        color: #747A87;
        text-align: center;
        font-size: 14px;
    }

    .dk-products-card-content {
        flex-direction: column;
    }

    .dk-products-card-content>div {
        max-width: 100%;
        width: 100%;
        align-items: start;
    }

    .dk-products-card {
        max-height: 100%;
    }

    .dk-products-avatar {
        width: 38px;
        height: 38px;
    }

    .dk-products-user-name {
        font-size: 20px;
    }

    .dk-products-card-merch-text li:first-child {
        margin-top: 20px;
    }

    .dk-products-card-merch-text-subsequent {
        margin-top: 20px;
    }

    .dk_direct_banner__tshirt_artwork {
        width: 103px;
        height: auto;
        border-radius: 2px;
        left: 110px;
        top: 92px;
    }

    .dk_direct_banner__image {
        padding-top: 40px;
    }

    .dk-products-card-price {
        margin: 20px auto 0;
    }

    .dk-products-card-merch-text li {
        font-size: 14px;
    }

    .dk-products-card-price {
        font-size: 26px;
    }

    .dk-products-card-price-annual {
        font-size: 14px;
    }

    .direct-logo {
        margin-top: 18px;
    }

    .direct-logo img {
        width: 134px;
        height: 42px;
    }

    .direct-logo-main {
        font-size: 28px;
    }

    .direct-hero-main {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .direct-hero-content {
        margin: 40px auto;
        padding: 0 20px;
    }

    .direct-features-container {
        flex-direction: column;
        gap: 40px;
        padding: 40px 20px;
    }

    .direct-feature-right__tshirt_artwork {
        top: 59px;
        left: 100px;
        width: 31%;
    }

    .direct-feature-right__tshirt-bags .direct-feature-right__tshirt_artwork {
        top: 150px;
        left: 84px;
    }

    .direct-feature-right__tshirt-women .direct-feature-right__tshirt_artwork {
        top: 62px;
        left: 103px;
        width: 30%;
    }

    .direct-action-wrapper {
        margin-top: 50px;
    }

    .direct-feature-text {
        order: 1;
        max-width: 100%;
        text-align: center;
    }

    .direct-feature-image {
        order: 2;
    }

    .direct-feature-right__image {
        width: 300px;
        height: 320px;
    }

    .direct-action-wrapper {
        padding: 40px 20px;
    }

    .direct-action-title h2 {
        font-size: 28px;
    }

    .direct-features-container {
        grid-template-columns: 1fr;
    }

    .direct-hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .direct-hero-description {
        font-size: 18px;
        line-height: 1.4;
    }

    .direct-select-card {
        padding: 24px;
    }

    .direct-features {
        padding: 60px 16px;
    }

    .direct-more-features {
        padding: 60px 16px;
    }

    .direct-products-wrapper {
        padding: 40px 16px;
    }

    .direct-feature-description {
        font-size: 18px;
        text-align: left;
    }

    .direct-products-card {
        padding: 30px 20px;
    }

    .direct-products-tshirt-container {
        width: 150px;
        height: 120px;
    }

    .direct-products-button {
        min-width: 250px;
        padding: 14px 24px;
        font-size: 16px;
    }

    .direct-feature-icon img {
        height: 68px;
        width: auto;
    }

    .cta-container {
        width: 100%;
        justify-content: center;
    }

}

@media (max-width: 480px) {

    .dk-products-card-merch {
        padding: 20px 14px;
    }

    .dk_direct_banner__tshirt_artwork {
        width: 102px;
        height: auto;
        left: 110px;
        top: 92px;
    }

    .dk_direct_banner__image {
        padding-top: 40px;
    }

    .direct-select-card {
        padding: 20px;
    }

    .direct-artist-select {
        padding: 14px;
        font-size: 14px;
    }

    .direct-launch-button {
        padding: 14px 20px;
        font-size: 14px;
    }

    .direct-products-wrapper {
        padding: 20px 16px;
    }

    .direct-products-card {
        padding: 24px 16px;
    }

    .direct-products-button {
        min-width: 200px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .direct-hero-title {
        font-size: 24px;
    }

    .direct-hero-description {
        font-size: 16px;
    }

    .direct-hero-content {
        margin: 20px auto;
        padding: 0 16px;
    }

    .direct-feature-title {
        font-size: 24px;
    }

    .direct-feature-description {
        font-size: 16px;
    }
}