.GallerySection-module__a5c5NG__gallerySection{border-top:1px solid var(--glass-border);background:radial-gradient(circle at 50% 10%, rgba(var(--accent-base), .05) 0%, transparent 60%);padding:60px 0;position:relative}.GallerySection-module__a5c5NG__sectionHeader{text-align:center;opacity:0;margin-bottom:36px;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.GallerySection-module__a5c5NG__sectionHeaderVisible{opacity:1;transform:translateY(0)}.GallerySection-module__a5c5NG__badge{background:rgba(var(--accent-base), .12);border:1px solid var(--accent-border);color:var(--accent);letter-spacing:.08em;text-transform:uppercase;border-radius:30px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.GallerySection-module__a5c5NG__title{font-family:var(--font-title);color:#fff;letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.GallerySection-module__a5c5NG__subtitle{color:var(--text-secondary);max-width:680px;margin:0 auto;font-size:.95rem;line-height:1.6}.GallerySection-module__a5c5NG__filterContainer{opacity:0;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px;padding:4px;transition:opacity .6s cubic-bezier(.16,1,.3,1) .2s,transform .6s cubic-bezier(.16,1,.3,1) .2s;display:flex;transform:translateY(20px)}.GallerySection-module__a5c5NG__filterContainerVisible{opacity:1;transform:translateY(0)}@media (max-width:768px){.GallerySection-module__a5c5NG__filterContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:10px;overflow-x:auto}.GallerySection-module__a5c5NG__filterContainer::-webkit-scrollbar{display:none}}.GallerySection-module__a5c5NG__filterBtn{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border-radius:30px;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.GallerySection-module__a5c5NG__filterBtn:hover{color:#fff;background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}.GallerySection-module__a5c5NG__filterBtnActive{box-shadow:0 4px 20px rgba(var(--accent-base), .3);background:rgba(var(--accent-base), .2)!important;border-color:var(--accent)!important;color:#fff!important}.GallerySection-module__a5c5NG__filterCount{background:#ffffff1a;border-radius:12px;padding:2px 7px;font-size:.72rem;transition:background .3s,color .3s}.GallerySection-module__a5c5NG__filterBtnActive .GallerySection-module__a5c5NG__filterCount{background:var(--accent);color:#fff}.GallerySection-module__a5c5NG__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}@media (max-width:576px){.GallerySection-module__a5c5NG__galleryGrid{grid-template-columns:1fr;gap:16px}}.GallerySection-module__a5c5NG__card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;-webkit-backdrop-filter:blur(12px);opacity:0;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(40px)scale(.97)}.GallerySection-module__a5c5NG__cardVisible{opacity:1;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .4s;transform:translateY(0)scale(1)}.GallerySection-module__a5c5NG__card:hover{border-color:rgba(var(--accent-base), .4);box-shadow:0 16px 40px #000000b3, 0 0 25px rgba(var(--accent-base), .15);transform:translateY(-6px)scale(1)}.GallerySection-module__a5c5NG__imageWrapper{aspect-ratio:16/9;background:#0d0d12;width:100%;position:relative;overflow:hidden}.GallerySection-module__a5c5NG__skeleton{z-index:3;background:linear-gradient(110deg,#13131a 0% 40%,#1c1c28 50%,#13131a 60% 100%) 0 0/200% 100%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.GallerySection-module__a5c5NG__skeletonShimmer{background:linear-gradient(110deg,#0000 0% 40%,#ffffff0a 50%,#0000 60% 100%) 0 0/200% 100%;animation:1.8s ease-in-out infinite GallerySection-module__a5c5NG__shimmer;position:absolute;inset:0}@keyframes GallerySection-module__a5c5NG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.GallerySection-module__a5c5NG__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .4s;display:block}.GallerySection-module__a5c5NG__imageLoading{opacity:0}.GallerySection-module__a5c5NG__imageLoaded{opacity:1}.GallerySection-module__a5c5NG__card:hover .GallerySection-module__a5c5NG__image{transform:scale(1.06)}.GallerySection-module__a5c5NG__imageOverlay{opacity:0;background:linear-gradient(#0000001a 0%,#000000b3 100%);justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:absolute;inset:0}.GallerySection-module__a5c5NG__card:hover .GallerySection-module__a5c5NG__imageOverlay{opacity:1}.GallerySection-module__a5c5NG__overlayAction{-webkit-backdrop-filter:blur(10px);color:#fff;background:#000000bf;border:1px solid #fff3;border-radius:30px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:600;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(10px)}.GallerySection-module__a5c5NG__card:hover .GallerySection-module__a5c5NG__overlayAction{transform:translateY(0)}.GallerySection-module__a5c5NG__cardThemeBadge{-webkit-backdrop-filter:blur(8px);color:#fff;z-index:2;background:#0a0a0ecc;border:1px solid #ffffff1f;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.GallerySection-module__a5c5NG__cardBody{flex-direction:column;flex-grow:1;padding:18px 20px;display:flex}@media (max-width:576px){.GallerySection-module__a5c5NG__cardBody{padding:14px 16px}}.GallerySection-module__a5c5NG__cardMeta{align-items:center;gap:8px;margin-bottom:6px;display:flex}.GallerySection-module__a5c5NG__cardCategoryLabel{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.GallerySection-module__a5c5NG__cardTitle{font-family:var(--font-title);color:#fff;margin-bottom:6px;font-size:1.1rem;font-weight:700;line-height:1.3}.GallerySection-module__a5c5NG__cardDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:14px;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.GallerySection-module__a5c5NG__cardTags{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.GallerySection-module__a5c5NG__tag{color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:3px 8px;font-size:.72rem;transition:border-color .3s,color .3s}.GallerySection-module__a5c5NG__card:hover .GallerySection-module__a5c5NG__tag{border-color:rgba(var(--accent-base), .2);color:var(--text-secondary)}.GallerySection-module__a5c5NG__resultsCount{text-align:center;color:var(--text-muted);letter-spacing:.03em;margin-top:28px;font-size:.8rem}.GallerySection-module__a5c5NG__instagramBanner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#e1306c1f 0%,#833ab41f 50%,#fcaf451a 100%);border:1px solid #e1306c4d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding:32px 28px;display:flex;box-shadow:0 10px 30px #00000080}@media (max-width:768px){.GallerySection-module__a5c5NG__instagramBanner{text-align:center;flex-direction:column;padding:24px 18px}}.GallerySection-module__a5c5NG__instaLeft{align-items:center;gap:18px;display:flex}@media (max-width:576px){.GallerySection-module__a5c5NG__instaLeft{text-align:center;flex-direction:column}}.GallerySection-module__a5c5NG__instaIconWrap{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 8px 20px #dc274366}.GallerySection-module__a5c5NG__instaTitle{font-family:var(--font-title);color:#fff;margin-bottom:4px;font-size:1.2rem;font-weight:700}.GallerySection-module__a5c5NG__instaSub{color:#d0d0e0;font-size:.88rem}.GallerySection-module__a5c5NG__instaBtn{color:#fff;white-space:nowrap;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:30px;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 8px 24px #dc274366}.GallerySection-module__a5c5NG__instaBtn:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 30px #dc274399}.GallerySection-module__a5c5NG__modalBackdrop{-webkit-backdrop-filter:blur(20px);z-index:2000;background:#060609eb;justify-content:center;align-items:center;padding:20px;animation:.3s cubic-bezier(.16,1,.3,1) GallerySection-module__a5c5NG__fadeIn;display:flex;position:fixed;inset:0}@keyframes GallerySection-module__a5c5NG__fadeIn{0%{opacity:0}to{opacity:1}}.GallerySection-module__a5c5NG__modalContent{border-radius:var(--radius-lg);width:100%;max-width:1050px;max-height:92vh;box-shadow:0 25px 60px #000c, 0 0 40px rgba(var(--accent-base), .2);background:#111117;border:1px solid #ffffff1f;flex-direction:column;animation:.35s cubic-bezier(.16,1,.3,1) GallerySection-module__a5c5NG__zoomIn;display:flex;position:relative;overflow:hidden}@keyframes GallerySection-module__a5c5NG__zoomIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.GallerySection-module__a5c5NG__modalCloseBtn{z-index:10;-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#000000b3;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex;position:absolute;top:16px;right:16px}.GallerySection-module__a5c5NG__modalCloseBtn:hover{background:var(--accent);border-color:var(--accent);transform:rotate(90deg)}.GallerySection-module__a5c5NG__modalBody{flex-grow:1;grid-template-columns:1.4fr 1fr;max-height:calc(92vh - 80px);display:grid;overflow-y:auto}@media (max-width:860px){.GallerySection-module__a5c5NG__modalBody{grid-template-columns:1fr}}.GallerySection-module__a5c5NG__modalImageArea{background:#07070a;justify-content:center;align-items:center;min-height:340px;display:flex;position:relative}.GallerySection-module__a5c5NG__modalImage{object-fit:contain;width:100%;height:100%;max-height:600px;animation:.3s GallerySection-module__a5c5NG__modalImageFade;display:block}@keyframes GallerySection-module__a5c5NG__modalImageFade{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.GallerySection-module__a5c5NG__imageCounter{-webkit-backdrop-filter:blur(8px);color:#fff;z-index:5;letter-spacing:.08em;background:#000000b3;border:1px solid #ffffff26;border-radius:20px;padding:4px 14px;font-size:.75rem;font-weight:600;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.GallerySection-module__a5c5NG__navArrow{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:5;background:#000000a6;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.GallerySection-module__a5c5NG__navArrow:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-50%)scale(1.1)}.GallerySection-module__a5c5NG__prevArrow{left:14px}.GallerySection-module__a5c5NG__nextArrow{right:14px}.GallerySection-module__a5c5NG__modalDetails{background:#111117;flex-direction:column;padding:32px 28px;display:flex;overflow-y:auto}@media (max-width:576px){.GallerySection-module__a5c5NG__modalDetails{padding:20px 16px}}.GallerySection-module__a5c5NG__modalThemeBadge{color:#fff;border-radius:20px;align-items:center;gap:6px;width:fit-content;margin-bottom:12px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.GallerySection-module__a5c5NG__modalTitle{font-family:var(--font-title);color:#fff;margin-bottom:12px;font-size:1.45rem;font-weight:800;line-height:1.3}.GallerySection-module__a5c5NG__modalDesc{color:var(--text-secondary);margin-bottom:20px;font-size:.92rem;line-height:1.6}.GallerySection-module__a5c5NG__highlightsTitle{font-family:var(--font-title);text-transform:uppercase;letter-spacing:.06em;color:#fff;margin-bottom:10px;font-size:.9rem;font-weight:700}.GallerySection-module__a5c5NG__highlightsList{flex-direction:column;gap:8px;margin-bottom:24px;list-style:none;display:flex}.GallerySection-module__a5c5NG__highlightItem{color:#d0d0e0;align-items:center;gap:8px;font-size:.85rem;display:flex}.GallerySection-module__a5c5NG__highlightDot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.GallerySection-module__a5c5NG__modalActions{border-top:1px solid #ffffff14;flex-direction:column;gap:10px;margin-top:auto;padding-top:16px;display:flex}.GallerySection-module__a5c5NG__modalBookBtn{border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:.95rem;font-weight:700;display:flex}.GallerySection-module__a5c5NG__modalShareBtn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 20px;font-size:.88rem;font-weight:600;display:flex}.GallerySection-module__a5c5NG__thumbnailTray{scrollbar-width:thin;background:#0a0a0f;border-top:1px solid #ffffff14;gap:8px;padding:12px 18px;display:flex;overflow-x:auto}.GallerySection-module__a5c5NG__thumbBtn{cursor:pointer;opacity:.5;background:#000;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:64px;height:42px;padding:0;transition:all .2s;position:relative;overflow:hidden}.GallerySection-module__a5c5NG__thumbBtn:hover{opacity:.85}.GallerySection-module__a5c5NG__thumbBtnActive{box-shadow:0 0 10px rgba(var(--accent-base), .5);opacity:1!important;border-color:var(--accent)!important}.GallerySection-module__a5c5NG__thumbImg{object-fit:cover;width:100%;height:100%}@media (max-width:576px){.GallerySection-module__a5c5NG__gallerySection{padding:40px 0}.GallerySection-module__a5c5NG__sectionHeader{margin-bottom:24px}.GallerySection-module__a5c5NG__title{font-size:clamp(1.5rem,6vw,2rem)}.GallerySection-module__a5c5NG__subtitle{font-size:.88rem}.GallerySection-module__a5c5NG__filterContainer{gap:8px;margin-bottom:24px}.GallerySection-module__a5c5NG__filterBtn{padding:6px 14px;font-size:.8rem}.GallerySection-module__a5c5NG__instagramBanner{margin-top:32px;padding:20px 14px}.GallerySection-module__a5c5NG__instaTitle{font-size:1.05rem}.GallerySection-module__a5c5NG__instaSub{font-size:.82rem}.GallerySection-module__a5c5NG__instaBtn{padding:10px 20px;font-size:.82rem}.GallerySection-module__a5c5NG__resultsCount{margin-top:20px;font-size:.75rem}.GallerySection-module__a5c5NG__modalContent{border-radius:var(--radius-md)}}@media (max-width:375px){.GallerySection-module__a5c5NG__gallerySection{padding:32px 0}.GallerySection-module__a5c5NG__cardBody{padding:12px 14px}.GallerySection-module__a5c5NG__cardTitle{font-size:1rem}.GallerySection-module__a5c5NG__cardDesc{font-size:.78rem}.GallerySection-module__a5c5NG__tag{padding:2px 6px;font-size:.68rem}}
.page-module___8aEwW__main{padding-top:110px;position:relative;overflow:hidden}.page-module___8aEwW__headerContainer{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#0a0a0ceb;border-bottom:1px solid #ffffff14;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 32px #0009}.page-module___8aEwW__headerContainerScrolled{background:#0a0a0cfa;border-bottom:1px solid #ffffff1f}.page-module___8aEwW__scrollProgressBar{background:var(--accent);height:3px;box-shadow:var(--accent-glow);z-index:1010;transform-origin:0;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}.page-module___8aEwW__header{justify-content:space-between;align-items:center;padding:12px 0;display:flex;position:relative}.page-module___8aEwW__logoWrapper{align-items:center;display:flex}.page-module___8aEwW__logoImg{object-fit:contain;width:auto;height:80px}.page-module___8aEwW__desktopNav{display:block}@media (max-width:992px){.page-module___8aEwW__desktopNav{display:none}}.page-module___8aEwW__navLinks{gap:20px;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__navLink{color:var(--text-secondary);font-size:.92rem;font-weight:500;text-decoration:none;transition:color .3s}.page-module___8aEwW__navLink:hover{color:var(--accent)}.page-module___8aEwW__headerActions{align-items:center;gap:16px;display:flex}.page-module___8aEwW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.page-module___8aEwW__hamburgerLine{background-color:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s}@media (max-width:992px){.page-module___8aEwW__hamburger{display:flex}}.page-module___8aEwW__hamburgerActive .page-module___8aEwW__hamburgerLine:first-child{transform:translateY(8px)rotate(45deg)}.page-module___8aEwW__hamburgerActive .page-module___8aEwW__hamburgerLine:nth-child(2){opacity:0}.page-module___8aEwW__hamburgerActive .page-module___8aEwW__hamburgerLine:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.page-module___8aEwW__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#0a0a0efa;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;padding:20px;transition:all .3s;display:flex;position:absolute;top:100%;left:16px;right:16px;transform:translateY(-10px)}.page-module___8aEwW__mobileMenuActive{opacity:1;pointer-events:all;transform:translateY(8px)}.page-module___8aEwW__mobileNavLinks{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__mobileNavLink{color:#fff;border-bottom:1px solid #ffffff0d;padding:8px 0;font-size:1.05rem;font-weight:600;text-decoration:none}.page-module___8aEwW__heroSection{padding:30px 0 60px;position:relative}.page-module___8aEwW__heroWrapper{text-align:center;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;display:flex}.page-module___8aEwW__heroBadge{color:var(--accent);letter-spacing:.05em;background:#f2a90014;border:1px solid #f2a90040;border-radius:30px;align-items:center;gap:8px;margin-bottom:18px;padding:6px 16px;font-size:.78rem;font-weight:700;display:inline-flex}.page-module___8aEwW__heroTitle{letter-spacing:-.02em;color:#fff;margin:0 0 16px;font-size:3.4rem;font-weight:800;line-height:1.15}@media (max-width:768px){.page-module___8aEwW__heroTitle{font-size:2.4rem}}.page-module___8aEwW__heroSubtitle{color:var(--text-secondary);max-width:780px;margin:0 0 24px;font-size:1.05rem;line-height:1.6}.page-module___8aEwW__vibePanel{flex-direction:column;align-items:center;gap:10px;margin-bottom:24px;display:flex}.page-module___8aEwW__vibeTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.82rem;font-weight:600}.page-module___8aEwW__vibeButtons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.page-module___8aEwW__vibeBtn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .25s;display:flex}.page-module___8aEwW__vibeBtnActive{background:rgba(var(--accent-base), .15);border-color:var(--accent);box-shadow:0 0 15px rgba(var(--accent-base), .35)}.page-module___8aEwW__colorIndicator{border-radius:50%;width:8px;height:8px}.page-module___8aEwW__heroCtas{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:40px;display:flex}.page-module___8aEwW__heroThemesShowcase{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;margin-bottom:40px;display:grid}@media (max-width:768px){.page-module___8aEwW__heroThemesShowcase{grid-template-columns:1fr}}.page-module___8aEwW__heroThemeCard{cursor:pointer;text-align:left;background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;transition:all .3s;overflow:hidden}.page-module___8aEwW__heroThemeCard:hover{border-color:#fff3;transform:translateY(-4px)}.page-module___8aEwW__heroThemeCardActive{border-color:var(--accent);box-shadow:0 8px 30px rgba(var(--accent-base), .25);background:#ffffff0d}.page-module___8aEwW__heroThemeImgWrapper{height:140px;position:relative;overflow:hidden}.page-module___8aEwW__heroThemeImg{object-fit:cover;width:100%;height:100%;transition:transform .4s}.page-module___8aEwW__heroThemeCard:hover .page-module___8aEwW__heroThemeImg{transform:scale(1.05)}.page-module___8aEwW__heroThemeBadge{color:#fff;borderRadius:12px;padding:3px 8px;font-size:.7rem;font-weight:700;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #00000080}.page-module___8aEwW__heroThemeInfo{padding:12px 14px}.page-module___8aEwW__trustBar{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;width:100%;padding:18px 20px;display:grid}.page-module___8aEwW__trustItem{text-align:left;align-items:center;gap:10px;display:flex}.page-module___8aEwW__trustIcon{font-size:1.5rem}.page-module___8aEwW__trustItem strong{color:#fff;font-size:.85rem;display:block}.page-module___8aEwW__trustItem span{color:var(--text-muted);font-size:.75rem}.page-module___8aEwW__section{border-top:1px solid #ffffff0a;padding:70px 0}.page-module___8aEwW__sectionTitle{letter-spacing:-.02em;color:#fff;margin:0 0 8px;font-size:2.2rem;font-weight:800}.page-module___8aEwW__sectionSub{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.page-module___8aEwW__vibeShowcaseGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.page-module___8aEwW__showcaseCard{background:#ffffff05;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.page-module___8aEwW__showcaseCard:hover{transform:translateY(-6px)}.page-module___8aEwW__showcaseTitle{margin:0;font-size:1.25rem;font-weight:700}.page-module___8aEwW__showcasePrice{font-family:var(--font-title);margin-top:4px}.page-module___8aEwW__showcaseList{margin:0;padding:0;list-style:none}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.page-module___8aEwW__featureCard{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:24px;transition:all .3s}.page-module___8aEwW__featureCard:hover{background:#ffffff0a;border-color:#ffffff26}.page-module___8aEwW__featureIcon{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.page-module___8aEwW__featureTitle{color:#fff;margin:0 0 8px;font-size:1.1rem;font-weight:700}.page-module___8aEwW__featureDesc{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.5}.page-module___8aEwW__faqItem{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;transition:all .25s;overflow:hidden}.page-module___8aEwW__faqItem:hover{border-color:#ffffff1f}.page-module___8aEwW__faqItemActive{border-color:var(--accent);background:#ffffff0a}.page-module___8aEwW__faqQuestion{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.page-module___8aEwW__faqIcon{color:var(--accent);transition:transform .3s}.page-module___8aEwW__faqItemActive .page-module___8aEwW__faqIcon{transform:rotate(180deg)}.page-module___8aEwW__footer{background:#060608f2;border-top:1px solid #ffffff14;padding:60px 0 24px}.page-module___8aEwW__footerGrid{grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:36px;margin-bottom:40px;display:grid}@media (max-width:992px){.page-module___8aEwW__footerGrid{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:576px){.page-module___8aEwW__footerGrid{grid-template-columns:1fr}}.page-module___8aEwW__footerCol{flex-direction:column;display:flex}.page-module___8aEwW__footerDesc{color:var(--text-secondary);margin-top:12px;font-size:.85rem;line-height:1.6}.page-module___8aEwW__footerHeading{color:#fff;margin:0 0 16px;font-size:1rem;font-weight:700}.page-module___8aEwW__footerLinks{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__footerLinks a{color:var(--text-secondary);font-size:.85rem;text-decoration:none;transition:color .2s}.page-module___8aEwW__footerLinks a:hover{color:var(--accent)}.page-module___8aEwW__footerBottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff0d;padding-top:20px;font-size:.8rem}.page-module___8aEwW__reveal{opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.page-module___8aEwW__revealActive{opacity:1;transform:translateY(0)}
