* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    min-height: 100%;
    background-color: #E5E5E5;
}

body {
    min-height: 100vh;
    color: #1f1f1f;
}

.container {
    width: min(1128px, 88%);
    padding: 24px 0;
    margin: 0 auto;
}

#heading,
#tv,
#category,
#shoe,
#support,
#contact {
    margin-bottom: 18px;
}


#backpack {
    margin-bottom: 30px;
}

#content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#content img {
    display: block;
}



#tv {
    margin: 8px;
}

#tv-container {
    background-color: #FEEAE9;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    min-height: 455px;
    padding: 36px;
}

#tv-content {
    max-width: 560px;
    padding: 30px;
}

#tv-content h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 14px;
}

#tv-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #4E4E4E;
    margin-bottom: 22px;
}

#tv-content h3 {
    font-size: 41px;
    color: #FF136F;
    font-weight: 500;
    margin-bottom: 18px;
}

#tv-content button {
    border: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;

    padding: 14px 38px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #FF136F;

}

#tv-img img {
    display: block;
    width: 100%;
}



.heading {
    margin: 48px 0 22px;
}

.heading h4 {
    color: #1F1F1F;
    font-size: 40px;
    font-weight: 600;

}

.category-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box {
    flex: 1 1 0;
    border-radius: 12px;


    min-height: 120px;
    padding: 18px 28px;
}

.watch-box {
    background-color: #FF9C35;
}

.bag-box {
    background: #FF136F;
}

.shoes-box {
    background-color: #3F07F8;

}

.box-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-content h3 {
    color: white;
    font-size: 36px;
    font-weight: 500;


}

.box-content img {
    display: block;
    width: auto;
    max-height: 90px;

    object-fit: contain;
    object-position: center;
}

.watch-box .box-content img {

    width: 96px;
}

.bag-box .box-content img {
    width: 82px;
}

.shoes-box .box-content img {

    width: 150px;
}

.shoe-grid,
.backpack-grid {
    display: flex;
    gap: 24px;
}

.product-card {
    flex: 1 1 0;
    background-color: #FFFFFF;
    border: 2px solid #929292;
    border-radius: 18px;
    box-shadow: 0 3px 10px #0000001a;


    padding: 22px 22px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shoe-photo {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 18px;
}

.product-card h5 {
    font-size: 24px;
    line-height: 1.2;

    font-weight: 600;
    margin-bottom: 12px;
    min-height: 58px;
}

.product-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #606060;
    margin-bottom: 12px;
    min-height: 76px;

}

.product-card h6 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 16px;
}

.dark-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 10px 24px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin-top: auto;
}

#contact {
    margin-top: 22px;
    margin-bottom: 34px;
}

#support {
    margin-top: 12px;
}

.support-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    align-items: stretch;
}

.support-copy,
.chatbot-card {
    border-radius: 24px;
    padding: 28px;
}

.support-copy {
    background: linear-gradient(145deg, #fff4df 0%, #ffe8f2 55%, #fff 100%);
    border: 1px solid #ffd5a7;
    box-shadow: 0 18px 40px #ffb3771f;
}

.support-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #ff136f;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}

.support-copy h4 {
    font-size: 42px;
    line-height: 1.08;
    margin-bottom: 14px;
}

.support-copy p {
    font-size: 17px;
    line-height: 1.7;
    color: #505050;
}

.support-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.support-point {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 16px;
    background: #ffffffc7;
    border: 1px solid #ffd8e6;
}

.support-point strong {
    font-size: 17px;
    font-weight: 600;
}

.support-point span {
    color: #5e5e5e;
    line-height: 1.55;
}

.chatbot-card {
    background: #fff;
    border: 1px solid #ffd3e2;
    box-shadow: 0 18px 36px #0000000f;
}

.chatbot-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.chatbot-topbar h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

#chatbot-status {
    font-size: 14px;
    color: #6a6a6a;
}

.chatbot-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    background: #fef0f5;
    color: #ff136f;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
}

.chatbot-messages {
    min-height: 320px;
    max-height: 320px;
    overflow-y: auto;
    background: linear-gradient(180deg, #fff7fa 0%, #fffefe 100%);
    border: 1px solid #ffe0ea;
    border-radius: 20px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chatbot-message {
    max-width: 85%;
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 15px;
    line-height: 1.55;
}

.bot-message {
    align-self: flex-start;
    background: #fff;
    border: 1px solid #ffd5e4;
    color: #333;
}

.user-message {
    align-self: flex-end;
    background: #ff136f;
    color: #fff;
}

.typing-message {
    color: #7a7a7a;
    font-style: italic;
}

.chatbot-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 14px;
}

.chatbot-chip {
    border: none;
    background: #ffe1ec;
    color: #b11660;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.chatbot-chip:hover {
    background: #ffd1e3;
    transform: translateY(-1px);
}

.chatbot-form {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

.chatbot-form textarea {
    flex: 1;
    min-height: 56px;
    max-height: 150px;
    border-radius: 18px;
    border: 1px solid #ffc7d9;
    padding: 16px;
    resize: none;
    font-size: 15px;
    line-height: 1.45;
    color: #2b2b2b;
    background: #fff;
}

.chatbot-form textarea:focus {
    outline: none;
    border-color: #ff136f;
    box-shadow: 0 0 0 4px #ff136f1c;
}

.chatbot-form button {
    border: none;
    background: linear-gradient(180deg, #ff589d 0%, #ff136f 100%);
    color: #fff;
    border-radius: 16px;
    min-width: 116px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.chatbot-form button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.chatbot-note {
    margin-top: 12px;
    color: #7b7b7b;
    font-size: 13px;
    line-height: 1.5;
}

.chatbot-launcher {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 25;
    border: none;
    border-radius: 999px;
    padding: 14px 22px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 18px 28px #00000026;
}

.chatbot-launcher:hover {
    transform: translateY(-2px);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact-box {
    background-color: #fff2f1;

    min-height: 360px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
}

.contact-box h4 {
    font-size: 36px;
    font-weight: 700;

    margin-bottom: 8px;
}

.contact-box p {
    color: #6b6b6b;
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-form {
    width: min(640px, 100%);
    display: flex;
}

.contact-input {
    flex: 1;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    font-size: 20px;
    padding: 16px 24px;
    color: #c5c5c5;
    text-align: left;
}

.contact-send {
    min-width: 140px;
    padding: 16px 20px;
    border-radius: 0 8px 8px 0;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    background: #ff136f;
    text-align: center;
}

@media (max-width: 1200px) {
    #tv-container {
        padding: 28px;
        gap: 24px;
    }

    #tv-content {
        padding: 12px;
    }

    #tv-content h2 {
        font-size: clamp(1.9rem, 4vw, 44px);
    }

    #tv-content p {
        font-size: 15px;
    }

    #tv-content h3 {
        font-size: clamp(1.8rem, 3.2vw, 34px);
    }
}

@media (max-width: 992px) {
    .container {
        width: min(1128px, 92%);
        padding: 18px 0;
    }

    #tv-container {
        flex-direction: column;
        min-height: auto;
        padding: 24px;
    }

    #tv-content,
    #tv-img {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    #tv-img img {
        width: min(100%, 420px);
        margin: 0 auto;
    }

    .heading {
        margin: 30px 0 14px;
    }

    .category-cards {
        flex-wrap: wrap;
    }

    .box {
        flex: 1 1 calc(50% - 10px);
    }

    .shoe-grid,
    .backpack-grid {
        flex-direction: column;
    }

    .support-layout {
        grid-template-columns: 1fr;
    }

    .support-copy,
    .chatbot-card {
        padding: 22px;
    }

    .support-copy h4 {
        font-size: 34px;
    }

    .product-card {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .contact-form {
        width: min(520px, 100%);
    }

    .contact-input {
        font-size: 18px;
        padding: 14px 18px;
    }

    .contact-send {
        min-width: 120px;
        font-size: 24px;
        padding: 14px 16px;
    }

    .chatbot-launcher {
        right: 18px;
        bottom: 18px;
    }
}

@media (max-width: 640px) {
    #content img:first-child {
        width: 120px;
    }

    #content img:last-child {
        width: 24px;
    }

    #tv-container {
        padding: 16px;
        border-radius: 8px;
    }

    #tv-content h2 {
        font-size: 28px;
    }

    #tv-content p {
        font-size: 14px;
    }

    #tv-content h3 {
        font-size: 30px;
    }

    #tv-content button {
        font-size: 13px;
        padding: 10px 20px;
    }

    .heading h4 {
        font-size: 30px;
    }

    .support-copy,
    .chatbot-card {
        padding: 18px;
        border-radius: 20px;
    }

    .support-copy h4 {
        font-size: 30px;
    }

    .support-copy p,
    .support-point span {
        font-size: 15px;
    }

    .support-point strong {
        font-size: 16px;
    }

    .category-cards {
        flex-direction: column;
        gap: 12px;
    }

    .box {
        width: 100%;
        flex: 1 1 100%;
        min-height: 130px;
    }

    .box-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .box-content h3 {


        font-size: 30px;
    }

    .watch-box .box-content img,
    .bag-box .box-content img,
    .shoes-box .box-content img {


        width: auto;
        max-height: 62px;
    }

    .product-card {
        padding: 16px;
    }

    .shoe-photo {
        max-width: 220px;
    }

    .product-card h5 {
        font-size: 22px;
        min-height: auto;
    }

    .product-card p {
        font-size: 15px;
        min-height: auto;


    }

    .product-card h6 {
        font-size: 30px;
    }

    .dark-btn {
        min-width: 140px;
        font-size: 14px;
        padding: 10px 20px;
    }

    .chatbot-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .chatbot-topbar h5 {
        font-size: 22px;
    }

    .chatbot-messages {
        min-height: 280px;
        max-height: 280px;
        padding: 14px;
    }

    .chatbot-message {
        max-width: 100%;
        font-size: 14px;
    }

    .chatbot-suggestions {
        gap: 8px;
    }

    .chatbot-chip {
        width: 100%;
        text-align: center;
    }

    .chatbot-form {
        flex-direction: column;
        align-items: stretch;
    }

    .chatbot-form textarea,
    .chatbot-form button {
        width: 100%;
    }

    .chatbot-form textarea {
        min-height: 110px;
        padding: 14px;
    }

    .chatbot-form button {
        min-width: 0;
        padding: 14px 18px;
    }

    .chatbot-launcher {
        right: 12px;
        bottom: 12px;
        padding: 12px 18px;
        font-size: 14px;
    }

    .contact-box {
        min-height: 250px;
        padding: 18px 12px;
    }

    .contact-box h4 {
        font-size: 28px;


    }

    .contact-box p {

        font-size: 14px;
    }

    .contact-form {
        width: min(360px, 100%);
        flex-direction: column;

        gap: 10px;
        align-items: center;
    }

    .contact-input,
    .contact-send {
        width: 100%;
        border-radius: 8px;
        text-align: center;
    }

    .contact-input {
        font-size: 16px;
        padding: 12px;
    }

    .contact-send {
        font-size: 20px;
        min-width: 0;
        padding: 12px;
    }
}

@media (max-width: 320px) {

    .container {
        width: 95%;
    }

    #tv-content h2 {
        font-size: 24px;
    }

    .heading h4 {
        font-size: 26px;
    }

    .box-content h3 {
        font-size: 26px;
    }

    .product-card h5 {
        font-size: 19px;
    }

    .product-card p {
        font-size: 14px;
    }

    .product-card h6 {


        font-size: 26px;
    }

    .contact-box h4 {
        font-size: 24px;


    }

    .contact-box p {
        font-size: 13px;
    }
}
