/* ========================================
   CSS RESET & BASE STYLES
   ======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

img {
    vertical-align: unset;
    border-style: none;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

/* Color Utilities */
.black {
    color: #000000;
}

.gray {
    color: #585858;
}

.primary {
    color: #ed325c;
}

.white {
    color: #ffffff;
}

/* Font Weight Utilities */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

/* Font Family Utilities */
.poppins {
    font-family: Poppins;
}

/* Spacing Utilities */
.p-0 {
    padding: 0;
}

.pb-60 {
    padding-bottom: 60px;
}

/* ========================================
   LAYOUT & CONTAINER
   ======================================== */
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* ========================================
   NAVBAR
   ======================================== */
.navbar-wrapper {
    width: 100%;
}

.navbar-search {
    display: none;
}

#hero-form {
    display: none;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero {
    position: relative;
    background-color: rgba(237, 50, 92, 1);
    display: flex;
    overflow: hidden;
}

.hero-wrapper {
    display: flex;
    align-items: center;
    gap: 54px;
    width: 100%;
    justify-content: space-between;
}

.hero-content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
    flex: 1 1 auto;
    min-width: 0;
}

.hero-content p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #ffffff;
}

.hero-image {
    width: 480px;
    height: 434px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    flex-shrink: 1;
    flex-basis: auto;
}

.hero-cover__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-cover___img {
    width: 100%;
    height: 100%;
}

/* ========================================
   START SELLING SECTION
   ======================================== */
.start-selling__section {
    background: #f7f7f7;
}

.start-selling__wrapper {
    max-width: 100%;
    padding: 0 15px;
}

.start-selling__wrapper .row {
    min-height: 80vh;
}

.start-selling__content {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
}

.start-selling__title {
    font-size: clamp(24px, 5vw, 45.23px);
    margin-bottom: 19px;
    color: white;
    line-height: 1.37;
}

.start-selling__description {
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.5;
}

.start-selling__link {
    padding: 10px 20px;
    background: #ffffff;
    color: rgba(237, 50, 92, 1);
    min-height: 44px;
    font-size: 15px;
    border-radius: 8px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-selling__link:hover {
    background: #f3f3f3;
    color: rgba(237, 50, 92, 1);
    text-decoration: none;
}

.col-img__wrapper {
    padding: 0;
}

/* ========================================
   WHY MYBOUQUET SECTION
   ======================================== */
.why-mybouquet__section {
    background-color: #f7f7f7;
    padding: 120px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-mybouquet__section .container {
    padding: 0;
}

.why-mybouquet__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why-mybouquet__content {
    max-width: 503px;
}

.why-mybouquet__title {
    font-family: Poppins;
    font-weight: 600;
    font-size: clamp(28px, 3.5vw, 40px);
    margin-bottom: 25px;
    line-height: 1.3;
}

.why-mybouquet__description {
    font-family: Poppins;
    font-weight: 400;
    font-size: clamp(15px, 1.6vw, 18px);
    color: #46555d;
    max-width: 503px;
    line-height: 1.6;
}

.scan-and-download {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
}

.scan-qr {
    margin-right: -31px;
    z-index: 2;
    flex-shrink: 0;
}

.scan-qr div {
    padding: 15px;
    display: flex;
    background: white;
    border-radius: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.scan-qr p {
    max-width: 162px;
}

.scan-qr p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #625b5b;
}

.app-links__wrapper {
    display: none;
}

.app-qr {
    width: 130px;
}

.phone-app-image {
    max-width: 100%;
    height: auto;
    flex-shrink: 1;
}

.phone-app-image:nth-child(2) {
    display: none;
}

/* ========================================
   BENEFITS SECTION
   ======================================== */
.benefits-ofmybouquet__section {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 140px 0;
}

.benefits-ofmybouquet__title {
    margin-bottom: 60px;
    font-size: 30px;
}

.box-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.box-subtitle {
    font-size: 16px;
}

.icon {
    margin-right: 24px;
}

/* ========================================
   BOUQUET TABS & FEATURES
   ======================================== */
.bouquet-header {
    text-align: center;
    margin-bottom: 78px;
}

.bouquet-header .bouquet-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 16px;
    font-family: "Poppins";
}

.bouquet-header .bouquet-description {
    font-size: 1.1rem;
    color: #585858;
    line-height: 1.6;
    max-width: 682px;
    margin: 0 auto;
}

.bouquet-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}

.bouquet-tabs-border {
    border-bottom: 6px solid #f7f7f7;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
    left: 0;
}

.bouquet-tab {
    background: none;
    border: none;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 6px solid transparent;
}

.bouquet-tab.active {
    color: #e91e63;
    border-bottom-color: #e91e63;
    font-family: "Poppins";
    font-weight: 800;
    font-size: 20px;
    border-radius: 5px;
}

.bouquet-tab:hover {
    color: #e91e63;
}

.bouquet-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.bouquet-feature-card {
    background: #f7f7f7;
    border-radius: 12px;
    padding: 40px 30px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow: 0 3.82px 4.01px 0 #b6b6b640;
}

.bouquet-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.bouquet-feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    opacity: 1;
    border-radius: 12px;
    gap: 10px;
    padding: 14px;
    background: #ffffff;
}

.bouquet-feature-card .bouquet-feature-title {
    font-size: 24px;
    font-weight: 600;
    color: #1e1515;
    margin-bottom: 18px;
    font-family: "Poppins";
}

.bouquet-feature-card .bouquet-feature-description {
    color: #263238;
    line-height: 28px;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
}

.bouquet-tab-content {
    display: none;
}

.bouquet-tab-content.active {
    display: block;
}

/* ========================================
   BUTTONS
   ======================================== */
.cta-button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #45a049;
}

.bouquet-cta-button {
    padding: 13px 29px;
    color: #ffffff;
    background: rgba(237, 50, 92, 1);
    min-height: 44px;
    font-size: 15px;
    border-radius: 8px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bouquet-cta-button:hover {
    background: rgb(196, 36, 70);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

/* ========================================
   MEDIA QUERIES
   ======================================== */

/* Large Tablet/Small Desktop - 1200px and below */
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 40px;
    }

    .hero-wrapper {
        gap: 35px;
    }

    .hero-content {
        max-width: 520px;
        flex: 1 1 45%;
    }

    .hero-image {
        max-width: 450px;
        width: 100%;
        flex: 0 1 auto;
    }

    .start-selling__title {
        font-size: clamp(30px, 3.8vw, 38px);
        line-height: 1.35;
    }

    .start-selling__description {
        font-size: clamp(15px, 1.8vw, 17px);
    }

    .why-mybouquet__wrapper {
        gap: 50px;
    }

    .why-mybouquet__content {
        max-width: 480px;
        flex: 1;
    }

    .why-mybouquet__title {
        font-size: clamp(32px, 3.3vw, 36px);
        margin-bottom: 20px;
    }

    .why-mybouquet__description {
        font-size: clamp(16px, 1.5vw, 17px);
    }

    .scan-and-download {
        flex: 0 1 auto;
        min-width: 350px;
    }

    .phone-app-image {
        max-width: 280px;
    }

    .scan-qr div {
        padding: 12px;
    }

    .app-qr {
        width: 100px;
    }

    .scan-qr p {
        font-size: 14px;
        max-width: 120px;
    }

    .scan-qr {
        margin-right: -25px;
    }
}

/* Tablet - 1100px and below */
@media (max-width: 1100px) {
    .container {
        padding: 0 35px;
    }

    .hero-wrapper {
        gap: 30px;
    }

    .hero-content {
        max-width: 480px;
        flex: 1 1 48%;
    }

    .hero-image {
        max-width: 400px;
        flex: 0 1 auto;
    }

    .start-selling__title {
        font-size: clamp(28px, 3.5vw, 34px);
    }

    .start-selling__description {
        font-size: clamp(14px, 1.7vw, 16px);
    }

    .why-mybouquet__content {
        max-width: 450px;
    }

    .why-mybouquet__title {
        font-size: clamp(30px, 3.1vw, 34px);
        margin-bottom: 18px;
    }

    .why-mybouquet__description {
        font-size: clamp(15px, 1.5vw, 16px);
        max-width: 100%;
    }

    .scan-and-download {
        min-width: 320px;
    }

    .phone-app-image {
        max-width: 260px;
    }

    .app-qr {
        width: 90px;
    }

    .scan-qr div {
        padding: 10px;
    }

    .scan-qr p {
        font-size: 13px;
        max-width: 110px;
    }

    .scan-qr {
        margin-right: -22px;
    }
}

/* Tablet - 1024px and below */
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .hero-wrapper {
        gap: 25px;
    }

    .hero-content {
        max-width: 450px;
        flex: 1 1 50%;
    }

    .hero-image {
        max-width: 360px;
        width: 100%;
        flex: 0 1 auto;
    }

    .start-selling__title {
        font-size: clamp(26px, 3.2vw, 32px);
        line-height: 1.35;
    }

    .start-selling__description {
        font-size: clamp(14px, 1.6vw, 16px);
    }

    .why-mybouquet__content {
        max-width: 420px;
    }

    .why-mybouquet__wrapper {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .why-mybouquet__content {
        max-width: 100%;
    }

    .why-mybouquet__title {
        font-size: clamp(28px, 3vw, 32px);
    }

    .why-mybouquet__description {
        font-size: clamp(15px, 1.5vw, 16px);
        max-width: 600px;
        margin: 0 auto;
    }

    .scan-and-download {
        min-width: 300px;
        gap: 0;
        flex-direction: row;
        justify-content: center;
    }

    .phone-app-image {
        max-width: 240px;
    }

    .app-qr {
        width: 85px;
    }

    .scan-qr div {
        padding: 8px;
    }

    .scan-qr p {
        font-size: 12px;
        max-width: 100px;
    }

    .scan-qr {
        margin-right: -20px;
    }

    .bouquet-content {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }

    .app-qr {
        width: 110px;
    }

    .scan-qr div {
        padding: 17px;
    }

    .scan-qr p {
        font-size: 15px;
        max-width: 150px;
    }
}

/* Tablet - 992px and below */
@media (max-width: 991px) {
    .container {
        padding: 0 30px;
    }

    .hero-wrapper {
        flex-direction: column;
        gap: 3px;
        padding: 32px 4px 0 4px;
    }

    .hero-content {
        max-width: 100%;
        flex: none;
    }

    .hero-image {
        width: 100%;
        max-width: 420px;
        height: auto;
        margin-left: 23%;
    }

    .start-selling__title {
        font-size: clamp(26px, 5vw, 32px);
        line-height: 1.35;
        margin-bottom: 16px;
    }

    .start-selling__description {
        font-size: clamp(15px, 2.5vw, 16px);
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-mybouquet__section {
        padding: 80px 0;
    }

    .why-mybouquet__title {
        font-size: clamp(26px, 4vw, 30px);
    }

    .why-mybouquet__description {
        font-size: clamp(15px, 2vw, 16px);
    }

    .scan-and-download {
        min-width: auto;
    }

    .app-qr {
        width: 110px;
    }

    .scan-qr div {
        padding: 17px;
    }

    .scan-qr p {
        font-size: 15px;
        max-width: 150px;
    }

    .phone-app-image {
        max-width: 280px;
    }

    .scan-qr {
        margin-right: -31px;
    }

    .benefits-ofmybouquet__section {
        margin: 80px 0;
    }

    .bouquet-header .bouquet-title {
        font-size: 2rem;
    }

    .bouquet-header .bouquet-description {
        font-size: 1rem;
        padding: 0 20px;
    }

    .bouquet-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .bouquet-tab {
        padding: 12px 20px;
        font-size: 18px;
    }

    .bouquet-tab.active {
        font-size: 18px;
    }
}

/* Tablet/Mobile - 768px and below */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .hero-image {
        max-width: 350px;
    }

    .start-selling__title {
        font-size: clamp(22px, 5vw, 28px);
        line-height: 1.36;
        margin-bottom: 15px;
    }

    .start-selling__description {
        font-size: clamp(14px, 2.5vw, 15px);
        margin-bottom: 20px;
        max-width: 100%;
    }

    .start-selling__link {
        font-size: 14px;
        padding: 10px 18px;
        white-space: nowrap;
    }

    .why-mybouquet__section {
        padding: 60px 0;
    }

    .why-mybouquet__title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .why-mybouquet__title span {
        display: block;
    }

    .why-mybouquet__description {
        font-size: 16px;
    }

    .scan-and-download {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .scan-qr {
        margin-bottom: 20px;
        text-align: center;
        display: none;
    }

    .why-mybouquet__wrapper {
        gap: 30px;
        padding: 0 20px;
        align-items: flex-start;
    }

    .scan-qr p {
        max-width: 100%;
    }

    .phone-app-image {
        width: 250px;
    }

    .app-links__wrapper {
        display: flex;
        flex-direction: row;
        gap: 18px;
        margin-bottom: -5px;
        align-items: center;
    }

    .app-links__wrapper a {
        width: 145px;
    }

    .app-links__wrapper img {
        max-width: 160px;
        width: 100%;
    }

    .benefits-ofmybouquet__section {
        margin: 60px 0;
    }

    .bouquet-header {
        margin-bottom: 32px;
        text-align: left;
    }

    .bouquet-header .bouquet-title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .bouquet-header .bouquet-title span {
        display: block;
    }

    .bouquet-header .bouquet-description {
        font-size: 16px;
        max-width: 100%;
        padding: 0;
    }

    .bouquet-tabs {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin-bottom: 40px;
    }

    .bouquet-tabs-border {
        display: none;
    }

    .bouquet-tab {
        padding: 13px 0;
        font-size: 20px;
        font-weight: 400;
        border-bottom: none;
        text-align: left;
    }

    .bouquet-tab.active {
        font-size: 20px;
        border-bottom: 6px solid rgba(237, 50, 92, 1);
        border-radius: 0;
        margin-bottom: 13px;
    }

    .bouquet-content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .bouquet-feature-card {
        padding: 30px 20px;
    }

    .bouquet-feature-card .bouquet-feature-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .bouquet-feature-card .bouquet-feature-description {
        font-size: 15px;
        line-height: 24px;
    }

    .bouquet-feature-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 18px;
    }

    .bouquet-cta-button {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        max-width: 300px;
    }

    .phone-app-image:nth-child(2) {
        display: block;
    }
    .phone-app-image:nth-child(3) {
        display: none;
    }

    .phone-app-image {
        min-width: calc(100vw - 55%);
    }
}

/* helping - 650px and below */
@media (max-width: 650px) {
    .phone-app-image {
        min-width: calc(100vw - 30%);
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-content {
        padding: 0 5px;
    }

    .hero-image {
        max-width: 280px;
        margin-left: 24%;
    }

    .start-selling__title {
        font-size: clamp(20px, 6vw, 24px);
        margin-bottom: 12px;
        font-size: 32px;
        margin-bottom: 18px;
    }

    .hero-content p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .start-selling__description {
        font-size: clamp(13px, 3.5vw, 14px);
        margin-bottom: 18px;
    }

    .start-selling__link {
        font-size: 15px;
        padding: 13px 33px;
        gap: 8px;
        display: flex;
        flex-wrap: nowrap;
    }

    .start-selling__link img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .why-mybouquet__section {
        padding: 48px 0;
    }

    .why-mybouquet__title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .why-mybouquet__description {
        font-size: 16px;
    }

    .app-links__wrapper img {
        max-width: 140px;
    }

    .phone-app-image {
        min-width: -webkit-fill-available;
    }

    .scan-qr div {
        padding: 10px;
    }

    .app-qr {
        width: 110px;
    }

    .scan-qr p {
        font-size: 14px;
    }

    .benefits-ofmybouquet__section {
        margin: 40px 0;
    }

    .bouquet-header {
        margin-bottom: 35px;
    }

    .bouquet-content {
        gap: 15px;
        margin-bottom: 30px;
    }

    .bouquet-feature-card {
        padding: 25px 15px;
    }

    .bouquet-feature-card .bouquet-feature-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .bouquet-feature-card .bouquet-feature-description {
        font-size: 14px;
        line-height: 22px;
    }

    .bouquet-feature-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bouquet-cta-button {
        padding: 11px 20px;
        font-size: 13px;
        max-width: 100%;
    }

    .bouquet-cta-button img {
        width: 14px;
        height: 14px;
    }
}

/* Extra small devices - 375px and below */
@media (max-width: 375px) {
    .hero-image {
        max-width: 240px;
    }

    .start-selling__title {
        font-size: clamp(18px, 7vw, 22px);
        line-height: 1.36;
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .start-selling__description {
        font-size: clamp(12px, 4vw, 13px);
        margin-bottom: 15px;
    }

    .start-selling__link {
        font-size: 12px;
        padding: 9px 14px;
        min-height: 38px;
    }

    .start-selling__link img {
        width: 14px;
        height: 14px;
    }

    .why-mybouquet__title {
        font-size: 22px;
    }

    .bouquet-header .bouquet-title {
        font-size: 1.375rem;
    }

    .phone-app-image {
        width: 180px;
    }

    .app-links__wrapper {
        flex-direction: column;
    }

    .why-mybouquet__description,
    .bouquet-description {
        font-size: 13px;
    }
}
