
    div.svelte-z22d46 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        max-width: 450px;
    }

    h2.svelte-z22d46 {
        font-size: 40px;
        margin: 0;
        padding: 0;
    }

    h3.svelte-z22d46 {
        text-align: center;
        font-family: var(--font-body);
    }

    p.svelte-z22d46 {
        text-align: center;
    }

    @media (max-width: 768px) {
        div.svelte-z22d46 {
            gap: 0;
        }

        p.svelte-z22d46 {
            font-size: 16px;
            letter-spacing: 0px;
        }
    }

    section.svelte-11l04mv {
        background: var(--surface-container);
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    h2.svelte-11l04mv {
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: var(--font-body);
    }

    h2.orange.svelte-11l04mv {
        color: var(--orange);
        font-family: var(--font-heading);
        margin-top: 8px;
    }

    .steps.svelte-11l04mv {
        max-width: var(--max-width);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px;
    }

    .steps.svelte-11l04mv .items:where(.svelte-11l04mv) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    @media (max-width: 768px) {
        .steps.svelte-11l04mv .items:where(.svelte-11l04mv) {
            flex-direction: column;
            align-items: center;
        }
    }

    section.earn-section.svelte-1ngtavf {
        padding: 2rem;
        background: var(--surface-container);
        min-height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 120px;
    }

    .col.svelte-1ngtavf {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
flex: 1;
    }

    .col.svelte-1ngtavf img:where(.svelte-1ngtavf) {
        width: 100%;
        aspect-ratio: 1;
        background: var(--surface-container);
        border-radius: 24px;
        object-fit: cover;
        object-position: right;
    }

    .max-width.svelte-1ngtavf {
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        height: 100%;
    }

    .earn-form.svelte-1ngtavf {
        background: white;
        padding: 16px;
        border-radius: 32px;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: row;
        gap: 40px;
        width: 100%;
        max-width: var(--max-width);
    }

    .form-group.svelte-1ngtavf {
        margin-bottom: 2rem;
        text-align: left;
    }

    .form-group.btn-group.svelte-1ngtavf {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    /* (unused) .form-label {
        display: block;
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--color-theme-2);
        margin-bottom: 0.75rem;
    }*/

    /* (unused) .days-value {
        color: var(--water-green);
        font-weight: 700;
    }*/

    .row.svelte-1ngtavf {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    /* Slider Styling */
    .slider-container.svelte-1ngtavf {
        position: relative;
        margin-top: 1rem;
    }

    .headline.svelte-1ngtavf {
        font-size: 48px;
        text-align: center;
        color: var(--on-surface);
        margin-bottom: 16px;
        font-family: var(--font-body);
         margin-bottom: 56px;
        line-height: 1.2;
        letter-spacing: -2.5px;
    }

    .slider.svelte-1ngtavf {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        border-radius: 5px;
        background: #e0e0e0;
        outline: none;
        cursor: pointer;
    }

    .slider.svelte-1ngtavf::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--water-green);
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease;
    }

    .slider.svelte-1ngtavf::-webkit-slider-thumb:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .slider.svelte-1ngtavf::-moz-range-thumb {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--water-green);
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .slider-bubble.svelte-1ngtavf {
        position: absolute;
        top: -50px;
        transform: translateX(-50%);
        background: var(--on-surface);
        color: white;
        padding: 8px 12px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: left 0.1s ease;
    }

    .slider-bubble.svelte-1ngtavf::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-top-color: var(--on-surface);
    }

    /* Dropdown Styling */
    .dropdown.svelte-1ngtavf {
        width: 100%;
        padding-left: 8px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: 8px;
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        font-size: 1rem;
        background: white;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .dropdown.svelte-1ngtavf:focus {
        outline: none;
        border-color: var(--water-green);
        box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.1);
    }

    .dropdown.svelte-1ngtavf:hover {
        border-color: var(--water-green);
    }

    .dropdown.svelte-1ngtavf:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    /* Loading and Error States */
    .loading-spinner.svelte-1ngtavf {
        text-align: center;
        padding: 2rem;
        color: var(--on-surface);
    }

    .error-message.svelte-1ngtavf {
        text-align: center;
        padding: 2rem;
        color: #e74c3c;
        background: #ffeaea;
        border-radius: 12px;
        margin: 1rem 0;
    }

    /* Publish Button */
    /* (unused) .publish-button-container {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }*/

    .wave-bottom-header.svelte-1ngtavf {
        width: 100vw;
        margin-top: -1px;
    }

    .mobile-only.svelte-1ngtavf {
        display: none;
    }
 
    /* Mobile Responsiveness */
    @media (max-width: 768px) {
        .earn-section.svelte-1ngtavf {
            padding: 2rem 1rem;
            padding-top: 100px;
        }

        /* (unused) .earn-header h1 {
            font-size: 2rem;
        }*/

        .earn-form.svelte-1ngtavf {
            flex-direction: column;
            gap: 40px;
            padding-bottom: 24px;
        }

        .headline.svelte-1ngtavf {
            font-size: 40px;
            letter-spacing: -2px;
        }

        .row.svelte-1ngtavf {
            flex-direction: column;
            align-items: stretch;
        }

        .slider-bubble.svelte-1ngtavf {
            top: -45px;
            padding: 6px 10px;
            font-size: 0.8rem;
        }

        .mobile-only.svelte-1ngtavf {
            display: block;
        }

        .desktop-only.svelte-1ngtavf {
            display: none;
        }
    }

    div.svelte-1oggktp {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    h3.svelte-1oggktp {
        text-align: center;
        color: var(--surface);
        font-family: var(--font-body);
    }

    p.svelte-1oggktp {
        text-align: center;
        color: var(--surface-50);
    }

    section.svelte-84bkr8 {
        background: var(--on-surface);
        padding-top: 150px;
        padding-bottom: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    h2.svelte-84bkr8 {
        margin: 0;
        padding: 0;
        text-align: center;
        color: var(--surface);
        font-family: var(--font-body);
    }

    h2.orange.svelte-84bkr8 {
        color: var(--orange);
        font-family: var(--font-heading);
        margin-top: 8px;
    }

    .steps.svelte-84bkr8 {
        max-width: var(--max-width);
        width: 100%;
        gap: 0px;
    }

    .steps.svelte-84bkr8 .arrow-top:where(.svelte-84bkr8) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .steps.svelte-84bkr8 .items:where(.svelte-84bkr8) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .steps.svelte-84bkr8 .arrows-bottom:where(.svelte-84bkr8) {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-top: 32px;
        height: 80px;
    }

    .wave.svelte-84bkr8 {
        width: 100vw;
    }

    @media (max-width: 768px) {
        section.svelte-84bkr8 {
            padding-top: 100px;
            padding-bottom: 80px;
        }

        h2.svelte-84bkr8 {
            font-size: 32px;
        }

        .steps.svelte-84bkr8 .arrow-top:where(.svelte-84bkr8),
        .steps.svelte-84bkr8 .arrows-bottom:where(.svelte-84bkr8) {
            height: 60px;
            display: none;
        }

        .steps.svelte-84bkr8 .items:where(.svelte-84bkr8) {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
    }

    div.svelte-10ra7m0 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex: 1;
        width: 100%;
        height: auto;
    }

    h3.svelte-10ra7m0 {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    p.svelte-10ra7m0 {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    h2.svelte-10ra7m0 {
        font-size: 32px;
        margin: 0;
        padding: 0;
    }

    img.svelte-10ra7m0 {
        height: 18px;
        margin: 0;
        padding: 0;
    }

    @media (max-width: 768px) {
        div.svelte-10ra7m0 {
            padding-bottom: 40px;
            justify-content: flex-start;
        }

        p.svelte-10ra7m0 {
            margin-top: -8px;
        }

        img.svelte-10ra7m0 {
            margin-top: -6px;
        }
    }

    div.svelte-lk50vv {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding-top: 40px;
        padding-bottom: 120px;
        max-width: 1000px;
        margin: auto;
    }

    @media (max-width: 768px) {
        /* 2x2 grid on mobile */
        div.svelte-lk50vv {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding-top: 60px;
            padding-bottom: 60px;
            padding-left: 16px;
            padding-right: 16px;
            gap: 4px;
        }
    }

    section.svelte-1nutnny {
        background: var(--surface);
        padding-top: 120px;
    }

    .mockup.svelte-1nutnny {
        width: 100%;
        height: 520px;
        background: var(--surface);
        background: #5bb6bc;
        padding-top: 24px;
        background: -webkit-linear-gradient(
            0deg,
            rgba(245, 243, 237, 0.5) 0%,
            rgba(255, 255, 255, 1) 100%
        );
        background: -moz-linear-gradient(
            0deg,
            rgba(245, 243, 237, 0.5) 0%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            0deg,
            rgba(245, 243, 237, 0.5) 0%,
            rgba(255, 255, 255, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F5F3ED", GradientType=0);
    }

    .mockup.svelte-1nutnny img:where(.svelte-1nutnny) {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        z-index: 0;
        position: relative;
    }

    .headline.svelte-1nutnny {
        max-width: 550px;
        margin: auto;
    }

    h2.svelte-1nutnny {
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: var(--font-body);
    }

    h2.water-green.svelte-1nutnny {
        color: var(--water-green);
        font-family: var(--font-heading);
        margin-top: 8px;
    }

    @media (max-width: 768px) {
        section.svelte-1nutnny {
            padding-top: 80px;
        }

        .mockup.svelte-1nutnny {
            height: 400px;
        }

        h2.svelte-1nutnny {
            font-size: 40px;
            letter-spacing: -2px;
        }
    }

    .container.svelte-1esbi73 {
        display: block;
        width: 100%;
        height: 550px;
        background: var(--on-surface);
        border-radius: 24px;
        overflow: hidden;
        position: relative;
        padding: 0px;
    }

    .container.svelte-1esbi73:hover .overlay:where(.svelte-1esbi73), .container.svelte-1esbi73:hover .column:where(.svelte-1esbi73){
        backdrop-filter: blur(6px);
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
        transition: all 0.3s ease-in-out;
    }

    a.container.svelte-1esbi73:hover {
        text-decoration: none;
    }
    
    .column.svelte-1esbi73 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        position: relative;
        width: 100%;
        height: 100%;
        gap: 8px;
        padding: 24px;
    }

    h3.svelte-1esbi73 {
        text-align: left;
        font-family: var(--font-body);
        margin: 0;
        padding: 0;
        font-size: 48px;
    }

    p.svelte-1esbi73 {
        text-align: left;
        opacity: 0.7;
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: -1px;
        margin: 0;
        padding: 0;
    }

    .overlay.svelte-1esbi73 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        mask: linear-gradient(transparent, transparent, transparent, black, black);
        backdrop-filter: blur(4px);
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
    }

    img.svelte-1esbi73 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        object-position: left;
    }

    p.top.svelte-1esbi73 {
        font-family: var(--font-heading);
        color: var(--orange);
        font-weight: 500;
        font-size: 32px;
        opacity: 1;
        margin: 0;
    }

    @media (max-width: 768px) {
        .container.svelte-1esbi73 {
            height: 350px;
        }

        h3.svelte-1esbi73 {
            font-size: 32px;
        }

        p.svelte-1esbi73 {
            font-size: 16px;
            letter-spacing: 0px;
        }

        p.top.svelte-1esbi73 {
            font-size: 24px;
        }
    }

  .container.svelte-1ub1yoc {
    width: 100%;
    height: 550px;
    background: var(--surface-container);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding: 0px;
  }

  .decoration.svelte-1ub1yoc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid var(--orange);
    padding: 24px;
    border-radius: 24px;
    pointer-events: none;  /* ✅ Permette ai click di passare attraverso la decorazione */
  }

  .decoration.svelte-1ub1yoc p:where(.svelte-1ub1yoc) {
    color: var(--on-primary);
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: var(--orange);
    border-radius: 24px;
    display: inline-block;
  }

  @media (max-width: 768px) {
    .container.svelte-1ub1yoc {
      height: 350px;
    }
  }

    section.svelte-f2ntpr {
        padding-top: 140px;
        padding-bottom: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 48px;
    }

    h2.svelte-f2ntpr {
        margin: 0;
        padding: 0;
        text-align: start;
        font-family: var(--font-body);
        font-size: 56px;
    }

    h2.accent.svelte-f2ntpr {
        color: var(--water-green);
        font-family: var(--font-heading);
        font-size: 32px;
        letter-spacing: -1px;
    }

    .options.svelte-f2ntpr {
        max-width: var(--max-width);
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .header.svelte-f2ntpr {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        max-width: var(--max-width);
        padding: 0 16px;
        box-sizing: border-box;
    }

    .titles.svelte-f2ntpr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        width: 100%;
    }

    .reale.svelte-f2ntpr {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
    }

    .reale.svelte-f2ntpr img:where(.svelte-f2ntpr) {
        width: 200px;
    }

    @media (max-width: 768px) {
        section.svelte-f2ntpr {
            margin-left: 16px;
            margin-right: 16px;
        }
        .options.svelte-f2ntpr {
            flex-direction: column;
            align-items: center;
        }

        h2.svelte-f2ntpr {
            font-size: 40px;
            letter-spacing: -2px;
            text-align: center;
        }

        h2.accent.svelte-f2ntpr {
            font-size: 28px;
            margin-bottom: 0px;
        }

        .header.svelte-f2ntpr {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            gap: 32px;
        }

        .titles.svelte-f2ntpr {
            align-items: center;
            text-align: center;
        }

        .reale.svelte-f2ntpr {
            align-items: center;
            text-align: center;
        }
    }

    section.svelte-1gld3ph {
        padding-top: 140px;
        padding-bottom: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    h2.svelte-1gld3ph {
        font-family: var(--font-body);
    }

    .row.svelte-1gld3ph {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .row.svelte-1gld3ph img:where(.svelte-1gld3ph) {
        width: 72px;
    }

    .row.svelte-1gld3ph h3:where(.svelte-1gld3ph) {
        font-family: var(--font-body);
        font-size: 32px;
        margin: 0;
        padding: 0;
        color: var(--water-green);
        text-align: center;
    }

    h2.svelte-1gld3ph {
        text-align: center;
    }

    p.svelte-1gld3ph {
        text-align: center;
    }

    section.svelte-tbddje {
        padding-top: 140px;
        padding-bottom: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 48px;
    }

    h2.svelte-tbddje {
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: var(--font-body);
        font-size: 56px;
    }

    h2.accent.svelte-tbddje {
        color: var(--water-green);
        font-family: var(--font-heading);
        font-size: 74px;
        margin-bottom: 8px;
    }

    .options.svelte-tbddje {
        max-width: var(--max-width);
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    @media (max-width: 768px) {
        section.svelte-tbddje {
            margin-left: 16px;
            margin-right: 16px;
        }
        .options.svelte-tbddje {
            flex-direction: column;
            align-items: center;
        }

        h2.svelte-tbddje {
            font-size: 40px;
            letter-spacing: -2px;
        }

        h2.accent.svelte-tbddje {
            font-size: 56px;
            margin-bottom: 0px;
        }
    }
