.hero-module-scss-module__AMrzsa__hero{justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-xl);isolation:isolate;background:var(--color-mustard-soft);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-ambient);border:2px solid #fff9;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.hero-module-scss-module__AMrzsa__hero{text-align:center;padding:var(--space-sm);gap:var(--space-md);margin-inline:calc(-1*var(--space-sm));border-radius:var(--radius-md);flex-direction:column}}.hero-module-scss-module__AMrzsa__shapes{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-module-scss-module__AMrzsa__blobBlue{aspect-ratio:1;filter:blur(60px);background:#5aa9d624;border-radius:50%;width:40%;position:absolute;top:-10%;right:-8%}.hero-module-scss-module__AMrzsa__blobCoral{aspect-ratio:2.5;filter:blur(48px);background:#fe9b9b33;border-radius:50%;width:45%;position:absolute;bottom:-20%;left:30%}.hero-module-scss-module__AMrzsa__content{z-index:1;flex:1;max-width:36rem;position:relative}@media (max-width:768px){.hero-module-scss-module__AMrzsa__content{padding-inline:var(--space-sm);padding-top:var(--space-md)}}.hero-module-scss-module__AMrzsa__title{letter-spacing:-.02em;color:var(--color-on-background);margin-bottom:var(--space-sm);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.hero-module-scss-module__AMrzsa__subtitle{color:var(--color-on-background);margin-bottom:var(--space-sm);font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:600}.hero-module-scss-module__AMrzsa__description{font-size:var(--text-body-md);color:var(--color-on-background);max-width:32rem;margin-bottom:var(--space-lg);font-weight:500}.hero-module-scss-module__AMrzsa__cta{align-items:center;gap:var(--space-sm);background:var(--color-red);color:var(--color-on-background);font-family:var(--font-heading);border-radius:var(--radius-full);box-shadow:var(--shadow-sticker);padding:1rem 2.5rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .2s;display:inline-flex}.hero-module-scss-module__AMrzsa__cta:hover{opacity:.92;box-shadow:var(--shadow-sticker-hover);transform:translateY(-2px)}.hero-module-scss-module__AMrzsa__cta:active{transform:scale(.95)}@media (max-width:768px){.hero-module-scss-module__AMrzsa__cta{justify-content:center;width:100%;padding:.75rem 1.75rem}}.hero-module-scss-module__AMrzsa__ctaIcon{flex-shrink:0;display:flex}.hero-module-scss-module__AMrzsa__visual{z-index:1;flex:1;justify-content:center;display:flex;position:relative}@media (min-width:769px){.hero-module-scss-module__AMrzsa__visual{justify-content:flex-end}}.hero-module-scss-module__AMrzsa__logoCard{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-lg);border:2px solid var(--color-outline-variant);box-shadow:var(--shadow-sticker);background:#fffc;display:flex}@media (max-width:768px){.hero-module-scss-module__AMrzsa__logoCard{padding:var(--space-sm);gap:var(--space-sm);width:100%}}.hero-module-scss-module__AMrzsa__logoBox{border-radius:var(--radius-md);background:#f0f3ffb3;justify-content:center;align-items:center;width:9rem;height:6.5rem;display:flex;overflow:hidden}@media (max-width:768px){.hero-module-scss-module__AMrzsa__logoBox{width:6.5rem;height:4.75rem}}.hero-module-scss-module__AMrzsa__plus{background:var(--color-red);color:#fff;width:2.75rem;height:2.75rem;font-family:var(--font-heading);box-shadow:var(--shadow-sticker);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;line-height:1;display:inline-flex}@media (max-width:768px){.hero-module-scss-module__AMrzsa__plus{width:2rem;height:2rem;font-size:1.125rem}}.hero-module-scss-module__AMrzsa__logo{object-fit:contain;width:auto;max-width:100%;height:100%}
.productGrid-module-scss-module__WsubVq__section{margin-top:var(--space-xl)}.productGrid-module-scss-module__WsubVq__header{margin-bottom:var(--space-lg)}.productGrid-module-scss-module__WsubVq__title{font-size:var(--text-headline-lg);color:#000;margin-bottom:var(--space-xs);font-weight:700}.productGrid-module-scss-module__WsubVq__subtitle{font-size:var(--text-body-lg);color:#0009}.productGrid-module-scss-module__WsubVq__grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:1024px){.productGrid-module-scss-module__WsubVq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.productGrid-module-scss-module__WsubVq__grid{grid-template-columns:1fr}}.productGrid-module-scss-module__WsubVq__carousel{align-items:center;gap:var(--space-sm);display:flex}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__carousel{gap:0;position:relative}}.productGrid-module-scss-module__WsubVq__track{gap:var(--space-md);scroll-snap-type:x mandatory;scrollbar-width:none;padding-block:var(--space-xs);flex:1;display:flex;overflow-x:auto}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__track{gap:var(--space-sm);scroll-snap-type:none;grid-template-columns:repeat(2,1fr);display:grid;overflow:visible}}.productGrid-module-scss-module__WsubVq__track::-webkit-scrollbar{display:none}.productGrid-module-scss-module__WsubVq__arrow{background:var(--color-on-background);color:#fff;width:2.75rem;height:2.75rem;box-shadow:var(--shadow-sticker);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s,opacity .2s;display:inline-flex}.productGrid-module-scss-module__WsubVq__arrow:hover{opacity:.9}.productGrid-module-scss-module__WsubVq__arrow:active{transform:scale(.9)}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__arrow{z-index:10;width:2.5rem;height:2.5rem;position:absolute;top:50%;transform:translateY(-50%)}.productGrid-module-scss-module__WsubVq__arrow:first-of-type{left:-.75rem}.productGrid-module-scss-module__WsubVq__arrow:last-of-type{right:-.75rem}.productGrid-module-scss-module__WsubVq__arrow:active{transform:translateY(-50%)scale(.9)}}.productGrid-module-scss-module__WsubVq__progress{align-items:center;gap:var(--space-xs);margin-top:var(--space-md);max-width:16rem;margin-inline:auto;display:none}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__progress{display:flex}}.productGrid-module-scss-module__WsubVq__segment{border-radius:var(--radius-full);cursor:pointer;background:#00000026;border:none;flex:1;height:6px;padding:0;transition:background-color .2s}.productGrid-module-scss-module__WsubVq__segment:hover{background:#0000004d}.productGrid-module-scss-module__WsubVq__segmentActive{background:var(--color-red)}.productGrid-module-scss-module__WsubVq__segmentDone{background:#0006}.productGrid-module-scss-module__WsubVq__card{flex-direction:column;flex:0 0 calc(25% - var(--space-md)*3/4);scroll-snap-align:start;border-radius:var(--radius-lg);border:2px solid var(--color-outline-variant);box-shadow:var(--shadow-sticker);background:#fffc;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.productGrid-module-scss-module__WsubVq__card:hover{box-shadow:var(--shadow-sticker-hover);transform:translateY(-4px)}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__card{flex-basis:auto;width:100%}}.productGrid-module-scss-module__WsubVq__imageWrap{aspect-ratio:1;background:var(--color-surface-container);width:100%;position:relative;overflow:hidden}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__imageWrap{aspect-ratio:4/5}}.productGrid-module-scss-module__WsubVq__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.productGrid-module-scss-module__WsubVq__image:hover{transform:scale(1.05)}.productGrid-module-scss-module__WsubVq__badge{top:var(--space-sm);left:var(--space-sm);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);font-size:var(--text-label-sm);color:#000;background:#ffffffe6;padding:.375rem .875rem;font-weight:700;position:absolute}.productGrid-module-scss-module__WsubVq__body{gap:var(--space-xs);padding:var(--space-md);flex-direction:column;flex:1;display:flex}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__body{padding:var(--space-sm);gap:var(--space-xs)}}.productGrid-module-scss-module__WsubVq__name{font-size:var(--text-body-lg);color:#000;font-weight:700}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__name{font-size:var(--text-body-md)}}.productGrid-module-scss-module__WsubVq__description{font-size:var(--text-label-sm);color:#0009;flex:1}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__description{display:none}}.productGrid-module-scss-module__WsubVq__footer{padding-top:var(--space-sm);justify-content:space-between;align-items:center;margin-top:auto;display:flex}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__footer{align-items:flex-start;gap:var(--space-xs);padding-top:var(--space-xs);flex-direction:column}}.productGrid-module-scss-module__WsubVq__price{font-size:var(--text-body-lg);color:#000;font-weight:700}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__price{font-size:var(--text-body-md)}}.productGrid-module-scss-module__WsubVq__button{border-radius:var(--radius-full);background:var(--color-red);color:#fff;font-size:var(--text-label-sm);padding:.5rem 1rem;font-weight:700;transition:opacity .2s,transform .15s}@media (max-width:768px){.productGrid-module-scss-module__WsubVq__button{text-align:center;width:100%}}.productGrid-module-scss-module__WsubVq__button:hover{opacity:.9}.productGrid-module-scss-module__WsubVq__button:active{transform:scale(.95)}
.about-module-scss-module__QLtagG__section{margin-top:var(--space-xl)}.about-module-scss-module__QLtagG__header{margin-bottom:var(--space-md)}.about-module-scss-module__QLtagG__title{font-size:var(--text-headline-lg);color:#000;font-weight:700}.about-module-scss-module__QLtagG__layout{align-items:center;gap:var(--space-xl);margin-bottom:var(--space-lg);display:flex}@media (max-width:768px){.about-module-scss-module__QLtagG__layout{gap:var(--space-md);text-align:center;flex-direction:column-reverse}}.about-module-scss-module__QLtagG__content{flex:1;max-width:46rem}.about-module-scss-module__QLtagG__lead{font-size:var(--text-body-lg);color:#000;margin-bottom:var(--space-sm);font-weight:600}.about-module-scss-module__QLtagG__text{font-size:var(--text-body-md);color:#000000b3;margin-bottom:var(--space-sm)}.about-module-scss-module__QLtagG__text:last-child{margin-bottom:0}.about-module-scss-module__QLtagG__visual{flex-shrink:0}@media (max-width:768px){.about-module-scss-module__QLtagG__visual{justify-content:center;width:100%;display:flex}}.about-module-scss-module__QLtagG__logo{object-fit:contain;border-radius:var(--radius-full);border:2px solid var(--color-outline-variant);width:16rem;height:16rem;box-shadow:var(--shadow-sticker);padding:var(--space-sm);background:#fffc}@media (max-width:768px){.about-module-scss-module__QLtagG__logo{width:11rem;height:11rem}}.about-module-scss-module__QLtagG__features{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:768px){.about-module-scss-module__QLtagG__features{grid-template-columns:1fr}}.about-module-scss-module__QLtagG__card{padding:var(--space-md);border-radius:var(--radius-lg);background:var(--color-mustard-faint);border:2px solid var(--color-outline-variant);box-shadow:var(--shadow-sticker)}.about-module-scss-module__QLtagG__cardTitle{font-size:var(--text-body-lg);color:#000;margin-bottom:var(--space-xs);font-weight:700}.about-module-scss-module__QLtagG__cardText{font-size:var(--text-body-sm);color:#000000b3}
