
@media (max-width: 767px) {
  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #111D31;
    overflow-x: hidden;

}


.logo {
    display: block;
    margin-top: 4%;
    margin-left: 4%;
    height: auto;
    width: auto;
    margin-bottom: 4%;

}
h1 {
    font-size: 1.8rem;
    color: white;
    text-align: center;
    font-weight: 600;
    margin-top: 6%;
    margin-bottom: 5px;
}

.img-julius{

    width: 80px;
    height: 80px;
}

.sub-headline {
    font-size: 1.1rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    padding: 20px;
}
.img-recipes{
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

.recipes {
    margin: 20px auto;
    width: 90%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

a{
    text-decoration: none;
}

.cta-button{
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 400px;
    margin: 20px auto;
    padding: 15px;
    background-color: #000000;
    color: #FF7133;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    border-style: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.isa{
position: relative;  
bottom: -40px;
}

.img-isa{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
}



.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 220%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.0) 100%);
    transform: skewX(-20deg);
    animation: shimmer 2.2s infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes shimmer {
    0% {
        left: -60%;
    }
    100% {
        left: 100%;
    }
}

.cta-button > * {
    position: relative;
    z-index: 2;
}


.arrow-icon{
    width: 1.2rem;
    height: 1.2rem;
    left: 90%;
   position: relative;
}
.line{
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    opacity: 0.5;
}



.notification-card {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 3.5rem;
    right: 5.7rem;
    background: #fff;
    color: #222;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-40px) scale(0.95);
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
    z-index: 1000;
}

.notification-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.main-footer {
    width: 100%;
    background: #fff;
    color: #0a0a0a;
    text-align: center;
    margin-top: 30%;
    font-size: 0.8rem;
    font-weight: 500;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;

   
}
.footer-content {
    width: 100%;
 
}
.downloads-card {
    background: #fff;
    color: #222;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    border-radius: 12px;
    width: 70%;
    margin-left: 30%;
    padding: 12px 15px;
    font-size: 1.05rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
   
}
.downloads-icon > img {
margin-right: 20%;

}
.icon-download{
    width: 1.5rem;
    height: 1.5rem;
    right: 6px;
    position: relative;
}
.downloads-text {
    display: flex;
    align-items: center;
    gap: 6px;
}
#downloads-count {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    color: #FF7133;
    font-size: 1.1em;
}
.offer-card {
    background: #ffffff;
    backdrop-filter: blur(50px);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 0.9rem;
    width: 98%;
    display: flex;
    left: 1%;
    height: 30rem;
    flex-direction: column;
    position: relative;
}

.offer-card-main {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.offer-icon-left {
    position: absolute;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.offer-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #FF7133 60%, #FFD700 100%);
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px 8px 8px;
    margin-bottom: 8%;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.offer-tag img {
    vertical-align: middle;
}

.offer-title {
    
    font-size: 1.5rem;
    font-weight: 500;
    color: #FF7133;
    margin-bottom: 10px;
    margin-top: 30%;
}

.offer-price {
   
    margin-bottom: 0;
}

.old-price {
    color: #888;
    font-size: 1rem;
    text-decoration: line-through;
    margin-right: 8px;
}

.new-price {
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    margin-top: 6px;
}

.offer-benefits {
    margin-top: 18px;
    gap: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #5e5e5e;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.benefit img {
    vertical-align: middle;
}

.icon-circle{
    width: 20px;
    height: 20px;
}
}

/* Estilos para telas maiores (desktop) */


@media (min-width: 768px) {
  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #FF7133;
    overflow-x: hidden;

}


.logo {
    display: block;
    margin-top: 4%;
    margin-left: 4%;
    height: auto;
    width: auto;
    margin-bottom: 4%;

}
h1 {
    font-size: 4rem;
    color: #0a0a0a;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}

.sub-headline {
    font-size: 1.8rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    padding: 20px;
}
.img-recipes{
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

.recipes {
    margin: 20px auto;
    width: 90%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

a{
    text-decoration: none;
}

.cta-button{
    display: flex;
    justify-content: center;
    width: 40%;
    height: auto;
    margin: 20px auto;
    padding: 15px;
    background-color: #000000;
    color: #FF7133;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    border-style: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.isa{
position: relative;  
bottom: -40px;
}

.img-isa{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
}



.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 220%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.0) 100%);
    transform: skewX(-20deg);
    animation: shimmer 2.2s infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes shimmer {
    0% {
        left: -60%;
    }
    100% {
        left: 100%;
    }
}

.cta-button > * {
    position: relative;
    z-index: 2;
}


.arrow-icon{
    width: 1.2rem;
    height: 1.2rem;
    left: 90%;
   position: relative;
}
.line{
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    opacity: 0.5;
}



.notification-card {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    top: 1rem;
    right: 2rem;
    background: #fff;
    color: #222;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-40px) scale(0.95);
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
    z-index: 1000;
}

.notification-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.main-footer {
    width: 100%;
    background: #fff;
    color: #0a0a0a;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;

   
}
.footer-content {
    width: 100%;
 
}
.downloads-card {
    background: #fff;
    color: #222;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    border-radius: 12px;
    width: 15%;
    margin-left: 80%;
    padding: 12px 20px;
    font-size: 1.05rem;
    font-weight: 600;
    display: flex;
    align-items: center;
   
}
.downloads-icon > img {
margin-right: 20%;

}
.icon-download{
    width: 1.5rem;
    height: 1.5rem;
    right: 6px;
    position: relative;
}
.downloads-text {
    display: flex;
    align-items: center;
    gap: 6px;
}
#downloads-count {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    color: #FF7133;
    font-size: 1.1em;
}
.offer-card {
    background: #ffffff;
    backdrop-filter: blur(50px);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 0.9rem;
    width: 98%;
    display: flex;
    left: 1%;
    height: 35rem;
    flex-direction: column;
    position: relative;
}

.offer-card-main {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.offer-icon-left {
    position: absolute;
    background-color: #FF7133;
    padding: 6%;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.offer-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #FF7133 60%, #FFD700 100%);
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px 8px 8px;
    margin-bottom: 8%;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.offer-tag img {
    vertical-align: middle;
}

.offer-title {
    
    font-size: 1.5rem;
    font-weight: 500;
    color: #FF7133;
    margin-top: 38px;
    margin-bottom: 10px;
    margin-top: 12%;
}

.offer-price {
   
    margin-bottom: 0;
}

.old-price {
    color: #888;
    font-size: 1rem;
    text-decoration: line-through;
    margin-right: 8px;
}

.new-price {
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    margin-top: 6px;
}

.offer-benefits {
    margin-top: 18px;
    gap: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #5e5e5e;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.benefit img {
    vertical-align: middle;
}

.icon-circle{
    width: 20px;
    height: 20px;
}
}