.Hero-module__PgAKtG__heroContainer{justify-content:center;align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__videoWrapper{z-index:-2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__PgAKtG__videoBackground{object-fit:cover;transform-origin:50%;width:100%;height:100%}.Hero-module__PgAKtG__mobileBackground{z-index:-2;background:linear-gradient(160deg,#0f172a 0%,#1e293b 45%,#3d5a80 100%);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__PgAKtG__overlay{z-index:-1;background:linear-gradient(#0f172a73 0%,#0f172a40 50%,#0f172a99 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__contentWrapper{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:0 2rem;display:flex;position:relative}.Hero-module__PgAKtG__badge{font-family:var(--font-poppins);letter-spacing:2px;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(12px);opacity:0;background:#0f172a66;border:1px solid #ffffffb3;border-radius:30px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 20px #0003}.Hero-module__PgAKtG__titleWrapper{margin-bottom:1.5rem;overflow:hidden}.Hero-module__PgAKtG__title{font-family:var(--font-playfair);color:#fff;text-shadow:0 4px 30px #000000b3,0 2px 10px #0f172ae6;letter-spacing:-1px;opacity:0;margin:0;font-size:clamp(3.5rem,6vw,5.5rem);font-weight:600;line-height:1.1;transform:translateY(100%)}.Hero-module__PgAKtG__subtitle{font-family:var(--font-poppins);color:#f8fafc;text-shadow:0 2px 15px #000c;opacity:0;max-width:700px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;transform:translateY(20px)}.Hero-module__PgAKtG__actions{opacity:0;gap:1.5rem;display:flex;transform:translateY(20px)}.Hero-module__PgAKtG__scrollIndicator{color:#fff;text-shadow:0 2px 10px #000000b3;font-family:var(--font-poppins);letter-spacing:2px;text-transform:uppercase;opacity:0;z-index:10;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__mouse{border:1.5px solid #fff;border-radius:12px;width:24px;height:36px;position:relative;box-shadow:0 2px 10px #0000004d}.Hero-module__PgAKtG__wheel{background:#fff;border-radius:2px;width:2px;height:6px;animation:2s cubic-bezier(.65,0,.35,1) infinite Hero-module__PgAKtG__scrollWheel;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes Hero-module__PgAKtG__scrollWheel{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,15px)}}.Hero-module__PgAKtG__particles{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}
.ShopByCategory-module__FAl7TG__section{z-index:10;background-color:#faf8f5;flex-direction:column;align-items:center;padding:80px 5% 120px;display:flex;position:relative}.ShopByCategory-module__FAl7TG__container{width:100%;max-width:1440px;margin:0 auto}.ShopByCategory-module__FAl7TG__header{text-align:center;max-width:700px;margin:0 auto 4rem}.ShopByCategory-module__FAl7TG__label{font-family:var(--font-poppins);color:#1e293b;letter-spacing:3px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:block}.ShopByCategory-module__FAl7TG__title{font-family:var(--font-playfair);color:#1e293b;margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600;line-height:1.2}.ShopByCategory-module__FAl7TG__titleHighlight{color:#1e293b}.ShopByCategory-module__FAl7TG__subtitle{font-family:var(--font-poppins);color:#5a6b82;font-size:1.125rem;line-height:1.7}.ShopByCategory-module__FAl7TG__shopLayout{grid-template-columns:1fr;align-items:start;gap:3.5rem;display:grid}@media (min-width:1024px){.ShopByCategory-module__FAl7TG__shopLayout{grid-template-columns:1.1fr 1fr}}.ShopByCategory-module__FAl7TG__imageColumn{width:100%;position:sticky;top:100px}.ShopByCategory-module__FAl7TG__imageCard{background:#1e293b;border:1px solid #0000000f;border-radius:28px;text-decoration:none;transition:transform .4s,box-shadow .4s;display:block;position:relative;overflow:hidden;box-shadow:0 15px 45px #00000014}.ShopByCategory-module__FAl7TG__imageCard:hover{transform:translateY(-6px);box-shadow:0 25px 60px #1e293b33}.ShopByCategory-module__FAl7TG__imageWrapper{width:100%;height:540px;position:relative;overflow:hidden}.ShopByCategory-module__FAl7TG__featuredImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.ShopByCategory-module__FAl7TG__imageCard:hover .ShopByCategory-module__FAl7TG__featuredImage{transform:scale(1.06)}.ShopByCategory-module__FAl7TG__imageOverlay{background:linear-gradient(#0000 0%,#0f172a33 40%,#0f172aeb 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ShopByCategory-module__FAl7TG__imageDetails{color:#fff;z-index:2;width:100%;padding:2.5rem 2rem;position:absolute;bottom:0;left:0}.ShopByCategory-module__FAl7TG__featuredBadge{font-family:var(--font-poppins);letter-spacing:2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#fff3;border-radius:20px;align-items:center;gap:6px;margin-bottom:1rem;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.ShopByCategory-module__FAl7TG__imageTitle{font-family:var(--font-playfair);color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:600}.ShopByCategory-module__FAl7TG__imageDesc{font-family:var(--font-poppins);color:#ffffffd9;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ShopByCategory-module__FAl7TG__imageCta{font-family:var(--font-poppins);color:#fff;letter-spacing:1px;align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:inline-flex}.ShopByCategory-module__FAl7TG__categoryListColumn{flex-direction:column;gap:.85rem;width:100%;display:flex}.ShopByCategory-module__FAl7TG__categoryButton{cursor:pointer;background:#89a9d02e;border:1px solid #89a9d059;border-radius:20px;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;text-decoration:none;transition:all .35s cubic-bezier(.25,1,.5,1);display:flex;box-shadow:0 4px 15px #00000005}.ShopByCategory-module__FAl7TG__categoryButton:hover,.ShopByCategory-module__FAl7TG__activeButton{background:linear-gradient(135deg,#89a9d0 0%,#688bb5 100%);border-color:#fff6;transform:translate(8px);box-shadow:0 10px 30px #0f172a2e}.ShopByCategory-module__FAl7TG__btnLeft{align-items:center;gap:1.1rem;display:flex}.ShopByCategory-module__FAl7TG__btnIndex{font-family:var(--font-playfair);color:#94a3b8;font-size:1.1rem;font-weight:600;transition:color .3s}.ShopByCategory-module__FAl7TG__categoryButton:hover .ShopByCategory-module__FAl7TG__btnIndex,.ShopByCategory-module__FAl7TG__activeButton .ShopByCategory-module__FAl7TG__btnIndex{color:#fff9}.ShopByCategory-module__FAl7TG__btnName{font-family:var(--font-playfair);color:#1e293b;font-size:1.25rem;font-weight:600;transition:color .3s}.ShopByCategory-module__FAl7TG__categoryButton:hover .ShopByCategory-module__FAl7TG__btnName,.ShopByCategory-module__FAl7TG__activeButton .ShopByCategory-module__FAl7TG__btnName{color:#fff}.ShopByCategory-module__FAl7TG__btnRight{align-items:center;gap:1.1rem;display:flex}.ShopByCategory-module__FAl7TG__btnCount{font-family:var(--font-poppins);color:#64748b;background:#f1f5f9;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:500;transition:all .3s}.ShopByCategory-module__FAl7TG__categoryButton:hover .ShopByCategory-module__FAl7TG__btnCount,.ShopByCategory-module__FAl7TG__activeButton .ShopByCategory-module__FAl7TG__btnCount{color:#fff;background:#ffffff26}.ShopByCategory-module__FAl7TG__arrowCircle{color:#1e293b;background:#f8fafc;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .35s;display:flex}.ShopByCategory-module__FAl7TG__categoryButton:hover .ShopByCategory-module__FAl7TG__arrowCircle,.ShopByCategory-module__FAl7TG__activeButton .ShopByCategory-module__FAl7TG__arrowCircle{color:#1e293b;background:#fff;transform:translate(4px)}.ShopByCategory-module__FAl7TG__btnArrow{transition:transform .3s}.ShopByCategory-module__FAl7TG__categoryButton:hover .ShopByCategory-module__FAl7TG__btnArrow,.ShopByCategory-module__FAl7TG__activeButton .ShopByCategory-module__FAl7TG__btnArrow{transform:translate(2px)}@media (max-width:1023px){.ShopByCategory-module__FAl7TG__section{padding:50px 4% 80px}.ShopByCategory-module__FAl7TG__shopLayout{flex-direction:column;gap:2rem;display:flex}.ShopByCategory-module__FAl7TG__imageColumn{z-index:1;position:relative!important;top:0!important}.ShopByCategory-module__FAl7TG__imageWrapper{height:320px!important}.ShopByCategory-module__FAl7TG__imageDetails{padding:1.5rem 1.25rem!important}.ShopByCategory-module__FAl7TG__imageTitle{font-size:1.6rem!important}.ShopByCategory-module__FAl7TG__categoryButton{padding:.9rem 1.25rem!important}.ShopByCategory-module__FAl7TG__categoryButton:hover,.ShopByCategory-module__FAl7TG__activeButton{transform:translate(0)!important}}
.FeaturedProducts-module__s8Tlqq__section{background:linear-gradient(#faf8f5 0%,#fff 100%);padding:6rem 5%}.FeaturedProducts-module__s8Tlqq__container{max-width:1400px;margin:0 auto}.FeaturedProducts-module__s8Tlqq__header{text-align:center;max-width:700px;margin:0 auto 3rem}.FeaturedProducts-module__s8Tlqq__label{font-family:var(--font-poppins);color:#688bb5;letter-spacing:3px;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:block}.FeaturedProducts-module__s8Tlqq__title{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#1e293b;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:700;line-height:1.2}.FeaturedProducts-module__s8Tlqq__subtitle{font-family:var(--font-poppins);color:#64748b;margin-top:.75rem;font-size:.95rem}.FeaturedProducts-module__s8Tlqq__tabContainer{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3.5rem;display:flex}.FeaturedProducts-module__s8Tlqq__tabBtn{font-family:var(--font-poppins);color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0f172a08}.FeaturedProducts-module__s8Tlqq__tabBtn:hover{color:#1e293b;border-color:#0f172a}.FeaturedProducts-module__s8Tlqq__activeTab{color:#fff!important;background:#0f172a!important;border-color:#0f172a!important;box-shadow:0 8px 20px #0f172a33!important}.FeaturedProducts-module__s8Tlqq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.FeaturedProducts-module__s8Tlqq__card{color:#fff;background:linear-gradient(145deg,#89a9d0 0%,#688bb5 100%);border:1px solid #fff6;border-radius:28px;flex-direction:column;text-decoration:none;transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #0f172a1f}.FeaturedProducts-module__s8Tlqq__card:hover{border-color:#fff;transform:translateY(-8px);box-shadow:0 22px 45px #0f172a38}.FeaturedProducts-module__s8Tlqq__imageContainer{background:linear-gradient(135deg,#b2ceec 0%,#d8e6f5 100%);width:100%;height:280px;position:relative;overflow:hidden}.FeaturedProducts-module__s8Tlqq__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.FeaturedProducts-module__s8Tlqq__card:hover .FeaturedProducts-module__s8Tlqq__image{transform:scale(1.08)}.FeaturedProducts-module__s8Tlqq__badge{font-family:var(--font-poppins);color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:5;background:#0f172a;border-radius:20px;padding:.35rem .8rem;font-size:.725rem;font-weight:600;position:absolute;top:1rem;left:1rem}.FeaturedProducts-module__s8Tlqq__wishlistBtn{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #0f172a26}.FeaturedProducts-module__s8Tlqq__wishlistBtn:hover{background:#fff;transform:scale(1.12)}.FeaturedProducts-module__s8Tlqq__cardContent{flex-direction:column;flex:1;padding:1.5rem;display:flex}.FeaturedProducts-module__s8Tlqq__catTag{font-family:var(--font-poppins);color:#f8fafc;text-transform:uppercase;letter-spacing:1px;margin-bottom:.4rem;font-size:.725rem}.FeaturedProducts-module__s8Tlqq__cardTitle{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#fff;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.FeaturedProducts-module__s8Tlqq__ratingRow{align-items:center;gap:4px;margin-bottom:1rem;display:flex}.FeaturedProducts-module__s8Tlqq__ratingText{font-family:var(--font-poppins);color:#f8fafc;margin-left:4px;font-size:.775rem}.FeaturedProducts-module__s8Tlqq__cardFooter{border-top:1px solid #fff3;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.FeaturedProducts-module__s8Tlqq__price{font-family:var(--font-poppins);color:#fff;font-size:1.25rem;font-weight:700}.FeaturedProducts-module__s8Tlqq__viewBtn{font-family:var(--font-poppins);color:#fff;align-items:center;gap:4px;font-size:.825rem;font-weight:600;transition:transform .3s;display:flex}.FeaturedProducts-module__s8Tlqq__card:hover .FeaturedProducts-module__s8Tlqq__viewBtn{transform:translate(3px)}.FeaturedProducts-module__s8Tlqq__cartIconBtn{color:#fff;cursor:pointer;z-index:10;background:#0f172a;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.FeaturedProducts-module__s8Tlqq__cartIconBtn:hover{color:#0f172a;background:#fff;transform:scale(1.1)}@media (max-width:1023px){.FeaturedProducts-module__s8Tlqq__section{padding:3.5rem 3.5%}.FeaturedProducts-module__s8Tlqq__grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.FeaturedProducts-module__s8Tlqq__card{border-radius:18px!important}.FeaturedProducts-module__s8Tlqq__imageContainer{height:185px!important}.FeaturedProducts-module__s8Tlqq__cardContent{padding:.85rem!important}.FeaturedProducts-module__s8Tlqq__cardTitle{margin-bottom:.25rem!important;font-size:.95rem!important}.FeaturedProducts-module__s8Tlqq__catTag{font-size:.65rem!important}.FeaturedProducts-module__s8Tlqq__price{font-size:.95rem!important}.FeaturedProducts-module__s8Tlqq__badge{padding:.25rem .5rem!important;font-size:.6rem!important;top:.5rem!important;left:.5rem!important}.FeaturedProducts-module__s8Tlqq__wishlistBtn{width:30px!important;height:30px!important;top:.5rem!important;right:.5rem!important}.FeaturedProducts-module__s8Tlqq__cartIconBtn{width:30px!important;height:30px!important}.FeaturedProducts-module__s8Tlqq__tabContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:.5rem!important;width:100%!important;margin-bottom:2rem!important;padding:0 .25rem .5rem!important;overflow-x:auto!important}.FeaturedProducts-module__s8Tlqq__tabContainer::-webkit-scrollbar{display:none}.FeaturedProducts-module__s8Tlqq__tabBtn{white-space:nowrap!important;flex-shrink:0!important;padding:.55rem 1rem!important;font-size:.8rem!important}}
.WhyChooseUs-module__49_FRW__section{z-index:10;background-color:#faf8f5;flex-direction:column;align-items:center;padding:6rem 5% 4rem;display:flex;position:relative}.WhyChooseUs-module__49_FRW__header{text-align:center;max-width:800px;margin-bottom:4rem}.WhyChooseUs-module__49_FRW__label{font-family:var(--font-poppins);color:#1e293b;letter-spacing:3px;text-transform:uppercase;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;display:block}.WhyChooseUs-module__49_FRW__title{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#1e293b;margin-bottom:1.25rem;font-size:clamp(2.4rem,4vw,3.5rem);font-weight:600;line-height:1.2}.WhyChooseUs-module__49_FRW__subtitle{font-family:var(--font-poppins);color:#5a6b82;font-size:1.1rem;line-height:1.7}.WhyChooseUs-module__49_FRW__grid{grid-template-columns:repeat(2,1fr);gap:.85rem;width:100%;max-width:1300px;display:grid}@media (min-width:1024px){.WhyChooseUs-module__49_FRW__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.WhyChooseUs-module__49_FRW__card{color:#fff;background:linear-gradient(145deg,#89a9d0 0%,#688bb5 100%);border:1px solid #fff6;border-radius:24px;flex-direction:column;align-items:flex-start;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.25,1,.5,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a1f}.WhyChooseUs-module__49_FRW__card:hover{border-color:#fffc;transform:translateY(-8px);box-shadow:0 20px 40px #0f172a38}.WhyChooseUs-module__49_FRW__iconWrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex}.WhyChooseUs-module__49_FRW__card:hover .WhyChooseUs-module__49_FRW__iconWrapper{color:#0f172a;background:#fff;transform:scale(1.1)}.WhyChooseUs-module__49_FRW__cardTitle{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:600;line-height:1.3}.WhyChooseUs-module__49_FRW__cardDesc{font-family:var(--font-poppins);color:#f8fafc;font-size:.9rem;line-height:1.6}@media (max-width:1023px){.WhyChooseUs-module__49_FRW__section{padding:3.5rem 4% 3rem}.WhyChooseUs-module__49_FRW__header{margin-bottom:2rem}.WhyChooseUs-module__49_FRW__grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.WhyChooseUs-module__49_FRW__card{border-radius:18px!important;padding:1.25rem .85rem!important}.WhyChooseUs-module__49_FRW__iconWrapper{width:40px!important;height:40px!important;margin-bottom:.75rem!important}.WhyChooseUs-module__49_FRW__cardTitle{margin-bottom:.35rem!important;font-size:1.05rem!important}.WhyChooseUs-module__49_FRW__cardDesc{font-size:.75rem!important;line-height:1.45!important}}
.OffersAndInstagram-module__7KY6rW__section{background-color:#faf8f5;width:100%;padding:5rem 0;overflow-x:hidden}.OffersAndInstagram-module__7KY6rW__exactGridContainer{grid-template-columns:10% 40% 40% 10%;align-items:stretch;width:100%;display:grid}.OffersAndInstagram-module__7KY6rW__leftSpace{width:100%}.OffersAndInstagram-module__7KY6rW__instaCol,.OffersAndInstagram-module__7KY6rW__offerCol{padding:0 .75rem}.OffersAndInstagram-module__7KY6rW__rightSpace{width:100%}@media (max-width:1200px){.OffersAndInstagram-module__7KY6rW__exactGridContainer{grid-template-columns:10% 45% 35% 10%}}@media (max-width:992px){.OffersAndInstagram-module__7KY6rW__section{padding:3.5rem 0}.OffersAndInstagram-module__7KY6rW__exactGridContainer{flex-direction:column;gap:2rem;padding:0 1.25rem;display:flex}.OffersAndInstagram-module__7KY6rW__leftSpace,.OffersAndInstagram-module__7KY6rW__rightSpace{display:none}.OffersAndInstagram-module__7KY6rW__instaCol,.OffersAndInstagram-module__7KY6rW__offerCol{width:100%;padding:0}}.OffersAndInstagram-module__7KY6rW__card{background:#fff;border:1px solid #e2e8f0;border-radius:32px;flex-direction:column;justify-content:space-between;height:100%;padding:2.5rem;display:flex;box-shadow:0 10px 35px #0f172a0d}.OffersAndInstagram-module__7KY6rW__cardHeader{margin-bottom:1.5rem}.OffersAndInstagram-module__7KY6rW__label{font-family:var(--font-poppins);color:#688bb5;letter-spacing:2px;text-transform:uppercase;margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:block}.OffersAndInstagram-module__7KY6rW__title{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#1e293b;font-size:2.2rem;font-weight:700;line-height:1.2}.OffersAndInstagram-module__7KY6rW__subtitle{font-family:var(--font-poppins);color:#64748b;margin-top:.5rem;font-size:.875rem;line-height:1.5}.OffersAndInstagram-module__7KY6rW__teaserBox{text-align:center;cursor:pointer;background:#faf8f5;border:2px dashed #cbd5e1;border-radius:24px;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem;padding:2.25rem 1.75rem;transition:all .3s;display:flex}.OffersAndInstagram-module__7KY6rW__teaserBox:hover{background:#fff;border-color:#0f172a;box-shadow:0 10px 30px #0f172a14}.OffersAndInstagram-module__7KY6rW__teaserTag{font-family:var(--font-poppins);color:#688bb5;letter-spacing:1.5px;text-transform:uppercase;font-size:.75rem;font-weight:700}.OffersAndInstagram-module__7KY6rW__teaserHeadline{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#1e293b;font-size:1.6rem;font-weight:700;line-height:1.2}.OffersAndInstagram-module__7KY6rW__teaserDesc{font-family:var(--font-poppins);color:#64748b;max-width:380px;font-size:.85rem;line-height:1.5}.OffersAndInstagram-module__7KY6rW__teaserUnlockBtn{color:#fff;font-family:var(--font-poppins);cursor:pointer;background:#0f172a;border:none;border-radius:20px;align-items:center;gap:6px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex}.OffersAndInstagram-module__7KY6rW__teaserUnlockBtn:hover{background:#688bb5;transform:translateY(-2px)}.OffersAndInstagram-module__7KY6rW__closeOfferBtn{color:#94a3b8;font-family:var(--font-poppins);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:24px;justify-content:center;align-items:center;gap:6px;padding:.75rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .3s;display:inline-flex}.OffersAndInstagram-module__7KY6rW__closeOfferBtn:hover{color:#fff;background:#ffffff1a}.OffersAndInstagram-module__7KY6rW__offerBox{color:#fff;background:#0f172a;border-radius:24px;margin-top:1rem;padding:2rem;animation:.35s cubic-bezier(.16,1,.3,1) forwards OffersAndInstagram-module__7KY6rW__expandIn;position:relative;overflow:hidden;box-shadow:0 12px 30px #0f172a40}@keyframes OffersAndInstagram-module__7KY6rW__expandIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.OffersAndInstagram-module__7KY6rW__offerTag{font-family:var(--font-poppins);letter-spacing:1px;color:#eab308;align-items:center;gap:6px;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-flex}.OffersAndInstagram-module__7KY6rW__offerHeadline{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#fff;margin-bottom:.75rem;font-size:1.8rem;font-weight:700;line-height:1.25}.OffersAndInstagram-module__7KY6rW__offerDesc{font-family:var(--font-poppins);color:#94a3b8;margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.OffersAndInstagram-module__7KY6rW__couponBadgeRow{background:#ffffff14;border:1px dashed #ffffff40;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.75rem 1.25rem;display:flex}.OffersAndInstagram-module__7KY6rW__codeText{font-family:var(--font-poppins);letter-spacing:2px;color:#fff;font-size:1rem;font-weight:700}.OffersAndInstagram-module__7KY6rW__copyCodeBtn{color:#0f172a;font-family:var(--font-poppins);cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:4px;padding:.4rem .9rem;font-size:.75rem;font-weight:700;transition:all .25s;display:inline-flex}.OffersAndInstagram-module__7KY6rW__copyCodeBtn:hover{color:#0f172a;background:#eab308}.OffersAndInstagram-module__7KY6rW__claimBtn{color:#fff;font-family:var(--font-poppins);cursor:pointer;background:linear-gradient(135deg,#688bb5 0%,#0f172a 100%);border:none;border-radius:24px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.85rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.OffersAndInstagram-module__7KY6rW__claimBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f172a4d}.OffersAndInstagram-module__7KY6rW__instaProfileBox{background:#faf8f5;border:1.5px solid #cbd5e1;border-radius:24px;margin-top:1.5rem;padding:1.75rem}.OffersAndInstagram-module__7KY6rW__instaAvatarGroup{border-bottom:1px solid #e2e8f0;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.OffersAndInstagram-module__7KY6rW__instaAvatar{color:#fff;width:54px;height:54px;font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;background:linear-gradient(135deg,#0f172a 0%,#688bb5 100%);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex;box-shadow:0 4px 15px #0f172a33}.OffersAndInstagram-module__7KY6rW__instaAccountName{font-family:var(--font-poppins);color:#0f172a;font-size:1.05rem;font-weight:700}.OffersAndInstagram-module__7KY6rW__instaHandle{font-family:var(--font-poppins);color:#64748b;margin-top:2px;font-size:.8rem;display:block}.OffersAndInstagram-module__7KY6rW__instaStatsRow{text-align:center;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.OffersAndInstagram-module__7KY6rW__instaStatItem{flex-direction:column;align-items:center;display:flex}.OffersAndInstagram-module__7KY6rW__statNumber{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#0f172a;font-size:1.5rem;font-weight:700}.OffersAndInstagram-module__7KY6rW__statLabel{font-family:var(--font-poppins);color:#64748b;margin-top:2px;font-size:.725rem;font-weight:600}.OffersAndInstagram-module__7KY6rW__screenshotOfferCard{background:#fff;border:1.5px solid #0f172a;border-radius:28px;margin-top:1rem;animation:.35s cubic-bezier(.16,1,.3,1) forwards OffersAndInstagram-module__7KY6rW__expandIn;overflow:hidden;box-shadow:0 14px 40px #0f172a26}.OffersAndInstagram-module__7KY6rW__screenshotCardHeader{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.OffersAndInstagram-module__7KY6rW__screenshotHeaderTag{font-family:var(--font-poppins);letter-spacing:1.5px;color:#eab308;text-transform:uppercase;font-size:.775rem;font-weight:700}.OffersAndInstagram-module__7KY6rW__screenshotCloseBtn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.OffersAndInstagram-module__7KY6rW__screenshotCloseBtn:hover{background:#ffffff4d;transform:scale(1.1)}.OffersAndInstagram-module__7KY6rW__screenshotCardBody{padding:1.5rem 1.35rem}.OffersAndInstagram-module__7KY6rW__screenshotSubTag{font-family:var(--font-poppins);color:#688bb5;letter-spacing:1px;text-transform:uppercase;text-align:center;margin-bottom:.5rem;font-size:.725rem;font-weight:600;display:block}.OffersAndInstagram-module__7KY6rW__screenshotTitle{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#0f172a;text-align:center;margin-bottom:.5rem;font-size:2.1rem;font-weight:700;line-height:1.15}.OffersAndInstagram-module__7KY6rW__screenshotDesc{font-family:var(--font-poppins);color:#64748b;text-align:center;margin-bottom:1.25rem;font-size:.825rem;line-height:1.45}.OffersAndInstagram-module__7KY6rW__screenshotCouponBox{background:#fff;border:1.5px dashed #0f172a;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:1.25rem;padding:.85rem 1.15rem;display:flex}.OffersAndInstagram-module__7KY6rW__couponLabel{font-family:var(--font-poppins);color:#64748b;letter-spacing:1px;text-transform:uppercase;font-size:.65rem;font-weight:600;display:block}.OffersAndInstagram-module__7KY6rW__couponCodeText{font-family:var(--font-poppins);color:#0f172a;letter-spacing:2px;font-size:1.1rem;font-weight:800}.OffersAndInstagram-module__7KY6rW__screenshotCopyBtn{color:#fff;font-family:var(--font-poppins);cursor:pointer;background:#0f172a;border:none;border-radius:12px;align-items:center;gap:5px;padding:.5rem 1rem;font-size:.775rem;font-weight:700;transition:all .25s;display:inline-flex}.OffersAndInstagram-module__7KY6rW__screenshotCopyBtn:hover{background:#688bb5}.OffersAndInstagram-module__7KY6rW__screenshotClaimBtn{color:#fff;font-family:var(--font-poppins);cursor:pointer;background:#0f172a;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:1.25rem;padding:.85rem;font-size:.875rem;font-weight:700;transition:all .25s;display:flex}.OffersAndInstagram-module__7KY6rW__screenshotClaimBtn:hover{background:#1e293b;transform:translateY(-1px)}.OffersAndInstagram-module__7KY6rW__screenshotFeaturesRow{text-align:center;border-top:1px solid #e2e8f0;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:1rem;display:grid}.OffersAndInstagram-module__7KY6rW__screenshotFeatureItem{flex-direction:column;align-items:center;gap:4px;display:flex}.OffersAndInstagram-module__7KY6rW__screenshotFeatureItem span{font-family:var(--font-poppins);color:#475569;font-size:.7rem;font-weight:600}
.FaqSection-module__qIgKuq__section{background-color:#faf8f5;padding:6rem 5%;position:relative}.FaqSection-module__qIgKuq__container{max-width:1100px;margin:0 auto}.FaqSection-module__qIgKuq__header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.FaqSection-module__qIgKuq__tag{font-family:var(--font-poppins);color:#688bb5;letter-spacing:3px;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:block}.FaqSection-module__qIgKuq__title{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#1e293b;font-size:clamp(2.4rem,4vw,3.5rem);font-weight:700;line-height:1.2}.FaqSection-module__qIgKuq__subtitle{font-family:var(--font-poppins);color:#64748b;margin-top:.5rem;font-size:1rem}.FaqSection-module__qIgKuq__tabsWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.FaqSection-module__qIgKuq__tabBtn{font-family:var(--font-poppins);color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:30px;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #0f172a08}.FaqSection-module__qIgKuq__tabBtn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.FaqSection-module__qIgKuq__activeTabBtn{color:#fff!important;background:#0f172a!important;border-color:#0f172a!important;box-shadow:0 8px 22px #0f172a33!important}.FaqSection-module__qIgKuq__accordionList{flex-direction:column;gap:1.25rem;display:flex}.FaqSection-module__qIgKuq__accordionItem{background:#fff;border:1px solid #e2e8f0;border-radius:24px;transition:all .3s;overflow:hidden;box-shadow:0 6px 20px #0f172a0a}.FaqSection-module__qIgKuq__accordionItemOpen{border-color:#0f172a;box-shadow:0 12px 30px #0f172a1a}.FaqSection-module__qIgKuq__accordionHeader{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem 1.75rem;display:flex}.FaqSection-module__qIgKuq__questionText{font-family:var(--font-cormorant), var(--font-playfair), Georgia, serif;color:#1e293b;font-size:1.35rem;font-weight:700}.FaqSection-module__qIgKuq__iconCircle{color:#0f172a;background:#faf8f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .3s,background .3s;display:flex}.FaqSection-module__qIgKuq__accordionItemOpen .FaqSection-module__qIgKuq__iconCircle{color:#fff;background:#0f172a}.FaqSection-module__qIgKuq__accordionBody{font-family:var(--font-poppins);color:#475569;border-top:1px solid #f1f5f9;margin-top:-.25rem;padding:1.25rem 1.75rem 1.5rem;font-size:.95rem;line-height:1.7;animation:.3s forwards FaqSection-module__qIgKuq__fadeIn}@keyframes FaqSection-module__qIgKuq__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1023px){.FaqSection-module__qIgKuq__tabsWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:.5rem!important;width:100%!important;margin-bottom:2rem!important;padding:0 .25rem .5rem!important;overflow-x:auto!important}.FaqSection-module__qIgKuq__tabsWrapper::-webkit-scrollbar{display:none}.FaqSection-module__qIgKuq__tabBtn{white-space:nowrap!important;flex-shrink:0!important;padding:.55rem 1rem!important;font-size:.8rem!important}}
