/** Copyright 2025 Gustosfera (https://gustosfera.com) All Rights Reserved.
 @version: 1766936729 **/
section#whyChooseUs{padding:3vh 2%;background:rgba(0,0,0,0);position:relative;width:100%;margin:0 auto}section#whyChooseUs>h1{text-align:center;font-size:2rem;font-weight:700;color:var(--color-black);position:relative;line-height:1.35em}section#whyChooseUs>h1::after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg, var(--color-primary), var(--color-primary-10d));border-radius:2px}section#whyChooseUs>img{padding:0;max-width:46rem;margin:4vh auto 2vh auto;display:block;background:rgba(0,0,0,0);filter:drop-shadow(2px 4px 6px black)}section#whyChooseUs>p{text-align:center;font-size:1rem;line-height:1.5em;margin-bottom:1.5em;max-width:62ch;margin-left:auto;margin-right:auto}#planInfo{padding:4% 0% 6% 0;background-color:var(--color-grey-95);width:100% !important;background-image:url("https://m.static.gustosfera.com/site/img/makeItYourOwn.webp");background-size:contain;background-blend-mode:lighten}#planInfo #offerPrice{text-align:center;margin:2vh auto 4vh auto;font-size:4.5rem;user-select:none;pointer-events:none}#planInfo #offerPrice>h2{text-transform:capitalize;font-size:2.25rem;line-height:1.3em}@media screen and (max-width: 750px){#planInfo #offerPrice{font-size:3rem}#planInfo #offerPrice>h2{font-size:1.75rem}}#planInfo #offerPrice>div{display:flex;align-items:baseline;justify-content:center;gap:.5rem}#planInfo #offerPrice>div span{font-size:.4em;color:var(--color-primary);font-weight:500;text-transform:lowercase}#planInfo #offerPrice>div price{padding:.5rem 1rem;background:var(--color-primary);border-radius:.25em;transform:rotate(-3deg)}#planInfo #offerPrice>div price bdi{font-size:4rem;font-weight:600;color:#fff;line-height:1}#planInfo>div:last-child{display:block;align-items:center;max-width:1320px;margin:0 auto;padding:0;position:relative;grid-gap:1em;width:96%}#planInfo>div:last-child>div{display:grid;grid-template-columns:repeat(auto-fit, minmax(20rem, 1fr));gap:1.5rem;margin:0 auto 2vh auto;width:100%}#planInfo>div:last-child>div .feature-card{background:#fff;padding:1.25rem;border-radius:16px;box-shadow:var(--default-shadow);transition:all .3s ease;border:1px solid rgba(226,232,240,.8);position:relative;overflow:hidden}#planInfo>div:last-child>div .feature-card price{padding:0 .25em;font-weight:bold;display:inline-block}#planInfo>div:last-child>div .feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}#planInfo>div:last-child>div .feature-title{font-size:1.25rem;font-weight:600;color:var(--color-primary);margin-bottom:.75rem;line-height:1.4;min-height:1em}#planInfo>div:last-child>div .feature-title:before{content:"";font-family:"gustosfera";padding-right:.5em}#planInfo>div:last-child>div .feature-description{color:var(--color-black-5);line-height:1.6;font-size:.95rem;margin:0}#planInfo>div:last-child>div .feature-description>i{background:var(--color-grey-75);padding:.15em .75em;color:var(--color-black);border-radius:.25rem;display:inline-block}