.Header-module__lnUIdW__header{z-index:100;background:var(--bg-card-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-glass);width:100%;padding:.8rem 2rem;transition:all .3s;position:fixed;top:0;left:0}.Header-module__lnUIdW__container{max-width:var(--site-max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__lnUIdW__logo{color:var(--text-primary);letter-spacing:-.5px;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700}.Header-module__lnUIdW__logo span{color:var(--accent-blue)}.Header-module__lnUIdW__leftSection{align-items:center;gap:2rem;display:flex}.Header-module__lnUIdW__langWrapper{align-items:center;gap:.8rem;display:flex}.Header-module__lnUIdW__langLabel{opacity:.3;filter:grayscale();cursor:pointer;align-items:center;transition:all .3s;display:flex}.Header-module__lnUIdW__activeLang{opacity:1;filter:grayscale(0%);transform:scale(1.1)}.Header-module__lnUIdW__toggleSwitch{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:99px;width:44px;height:24px;transition:all .3s;position:relative}.Header-module__lnUIdW__toggleSwitch.Header-module__lnUIdW__toggled{background:var(--accent-blue);border-color:var(--accent-blue)}.Header-module__lnUIdW__toggleThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.Header-module__lnUIdW__toggleSwitch.Header-module__lnUIdW__toggled .Header-module__lnUIdW__toggleThumb{transform:translate(20px)}.Header-module__lnUIdW__nav{align-items:center;gap:2rem;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__lnUIdW__navLink:hover{color:var(--text-primary)}.Header-module__lnUIdW__authButton{background:var(--accent-blue);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #3b82f64d}.Header-module__lnUIdW__authButton:hover{background:var(--accent-blue-hover);transform:translateY(-1px);box-shadow:0 6px 16px #3b82f680}
.HeroSection-module__YGMWTW__hero{justify-content:center;align-items:center;width:100%;height:90vh;margin-bottom:2rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__YGMWTW__background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__YGMWTW__bgImage{object-fit:cover;filter:brightness(.4);width:100%;height:100%}.HeroSection-module__YGMWTW__content{z-index:1;text-align:center;width:100%;max-width:900px;padding:0 1rem;position:relative}.HeroSection-module__YGMWTW__title{text-shadow:0 2px 10px #00000080;margin-bottom:1rem;font-size:3.5rem;font-weight:700;animation:.8s ease-out HeroSection-module__YGMWTW__fadeInDown}.HeroSection-module__YGMWTW__subtitle{color:#fff;margin-bottom:3rem;font-size:1.25rem;font-weight:300;animation:.8s ease-out .2s backwards HeroSection-module__YGMWTW__fadeInDown}.HeroSection-module__YGMWTW__aiContainer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;flex-direction:column;gap:1rem;padding:1rem;animation:.8s ease-out .4s backwards HeroSection-module__YGMWTW__fadeInUp;display:flex;box-shadow:0 20px 50px #0000004d}.HeroSection-module__YGMWTW__inputWrapper{align-items:center;display:flex;position:relative}.HeroSection-module__YGMWTW__aiInput{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:1.2rem 4rem 1.2rem 1.5rem;font-size:1.2rem;transition:all .3s}.HeroSection-module__YGMWTW__aiInput:focus{border-color:var(--accent-blue);background:#0006;box-shadow:0 0 0 4px #3b82f633}.HeroSection-module__YGMWTW__aiInput::placeholder{color:#ffffff80}.HeroSection-module__YGMWTW__micIcon{color:#fff9;cursor:pointer;transition:color .3s;position:absolute;right:1.2rem}.HeroSection-module__YGMWTW__micIcon:hover{color:#fff}.HeroSection-module__YGMWTW__generateBtn{background:linear-gradient(135deg,var(--accent-blue),#2563eb);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.HeroSection-module__YGMWTW__generateBtn:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #2563eb80}@keyframes HeroSection-module__YGMWTW__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSection-module__YGMWTW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HeroSection-module__YGMWTW__sparkle{color:var(--accent-gold)}
.PlanningOptions-module__dq6obq__section{max-width:var(--site-max-width);margin:0 auto;padding:4rem 1rem}.PlanningOptions-module__dq6obq__header{text-align:center;margin-bottom:3rem}.PlanningOptions-module__dq6obq__title{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.PlanningOptions-module__dq6obq__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.PlanningOptions-module__dq6obq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.PlanningOptions-module__dq6obq__card{border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;height:250px;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.PlanningOptions-module__dq6obq__overlay{z-index:1;background:linear-gradient(#050a144d,#050a14d9);transition:background .3s;position:absolute;inset:0}.PlanningOptions-module__dq6obq__card:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0006}.PlanningOptions-module__dq6obq__card:hover .PlanningOptions-module__dq6obq__overlay{background:linear-gradient(#050a1433,#050a14b3)}.PlanningOptions-module__dq6obq__content{z-index:2;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.PlanningOptions-module__dq6obq__iconWrapper{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex}.PlanningOptions-module__dq6obq__card:hover .PlanningOptions-module__dq6obq__iconWrapper{background:var(--accent-blue);border-color:var(--accent-blue);transform:scale(1.1)}.PlanningOptions-module__dq6obq__label{color:#fff;text-shadow:0 2px 4px #00000080;letter-spacing:.02em;font-size:1.25rem;font-weight:600}
.CommunityFeed-module__xazBGW__section{max-width:var(--site-max-width);margin:0 auto;padding:4rem 1rem}.CommunityFeed-module__xazBGW__header{text-align:center;margin-bottom:3rem}.CommunityFeed-module__xazBGW__title{margin-bottom:.5rem;font-size:2.2rem}.CommunityFeed-module__xazBGW__subtitle{color:var(--text-secondary)}.CommunityFeed-module__xazBGW__carouselContainer{width:100%;position:relative;overflow:hidden}.CommunityFeed-module__xazBGW__carouselTrack{width:100%;transition:transform .5s ease-in-out;display:flex}.CommunityFeed-module__xazBGW__carouselGroup{grid-template-columns:repeat(4,1fr);gap:2rem;min-width:100%;padding:1rem .5rem;display:grid}.CommunityFeed-module__xazBGW__card{background:var(--bg-card);border:1px solid var(--border-glass);border-radius:16px;transition:transform .3s;overflow:hidden}.CommunityFeed-module__xazBGW__card:hover{transform:translateY(-5px)}.CommunityFeed-module__xazBGW__imageContainer{width:100%;height:200px;position:relative}.CommunityFeed-module__xazBGW__image{object-fit:cover}.CommunityFeed-module__xazBGW__content{padding:1.5rem}.CommunityFeed-module__xazBGW__storyTitle{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.CommunityFeed-module__xazBGW__storyExcerpt{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.CommunityFeed-module__xazBGW__author{align-items:center;gap:.8rem;display:flex}.CommunityFeed-module__xazBGW__avatar{background:var(--text-muted);border-radius:50%;width:32px;height:32px}
.PostCard-module__AeRRwW__card{background:var(--bg-card);border:1px solid var(--border-glass);border-radius:16px;flex-direction:column;height:100%;transition:transform .3s;display:flex;overflow:hidden}.PostCard-module__AeRRwW__card:hover{border-color:var(--accent-blue);transform:translateY(-5px);box-shadow:0 10px 30px -5px #0000004d}.PostCard-module__AeRRwW__imageContainer{width:100%;height:200px;position:relative}.PostCard-module__AeRRwW__image{object-fit:cover;transition:transform .5s}.PostCard-module__AeRRwW__card:hover .PostCard-module__AeRRwW__image{transform:scale(1.05)}.PostCard-module__AeRRwW__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.PostCard-module__AeRRwW__storyTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.PostCard-module__AeRRwW__storyExcerpt{color:var(--text-secondary);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.PostCard-module__AeRRwW__footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.PostCard-module__AeRRwW__author{align-items:center;gap:.8rem;display:flex}.PostCard-module__AeRRwW__avatar{background:var(--text-muted);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.PostCard-module__AeRRwW__likes{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.9rem;display:flex}
.AdBanner-module__prBmaG__banner{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:.75rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #f59e0b4d}.AdBanner-module__prBmaG__banner:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b80}.AdBanner-module__prBmaG__content{z-index:1;align-items:center;gap:1rem;display:flex}.AdBanner-module__prBmaG__badge{text-transform:uppercase;letter-spacing:.5px;background:#fff3;border:1px solid #ffffff4d;border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.AdBanner-module__prBmaG__textContainer{flex-direction:column;display:flex}.AdBanner-module__prBmaG__title{font-size:1.1rem;font-weight:700;line-height:1.2}.AdBanner-module__prBmaG__description{opacity:.9;font-size:.9rem}.AdBanner-module__prBmaG__arrow{color:#d97706;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex}.AdBanner-module__prBmaG__banner:hover .AdBanner-module__prBmaG__arrow{transform:translate(4px)}.AdBanner-module__prBmaG__blueVariant{background:linear-gradient(90deg,#3b82f6,#2563eb);box-shadow:0 4px 15px #3b82f64d}.AdBanner-module__prBmaG__blueVariant:hover{box-shadow:0 8px 25px #3b82f680}.AdBanner-module__prBmaG__blueVariant .AdBanner-module__prBmaG__arrow{color:#2563eb}.AdBanner-module__prBmaG__fullWidth{background:#0f172a;border:1px solid #ffffff1a;grid-template-columns:1fr 1.5fr;min-height:250px;padding:0;display:grid}.AdBanner-module__prBmaG__imageContainer{width:100%;height:100%;position:relative}.AdBanner-module__prBmaG__bannerImage{object-fit:cover;transition:transform .5s}.AdBanner-module__prBmaG__banner:hover .AdBanner-module__prBmaG__bannerImage{transform:scale(1.05)}.AdBanner-module__prBmaG__contentContainer{z-index:10;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;padding:2.5rem;display:flex;position:relative}.AdBanner-module__prBmaG__titleLarge{background:linear-gradient(90deg,#fff,#e2e8f0);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.1}.AdBanner-module__prBmaG__descriptionLarge{color:#94a3b8;max-width:90%;font-size:1.1rem;line-height:1.6}.AdBanner-module__prBmaG__ctaButton{background:var(--accent-orange,#f59e0b);color:#fff;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 2rem;font-weight:600;transition:all .2s;display:flex}.AdBanner-module__prBmaG__ctaButton:hover{background:#d97706;transform:translate(5px)}@media (max-width:768px){.AdBanner-module__prBmaG__fullWidth{grid-template-columns:1fr}.AdBanner-module__prBmaG__imageContainer{height:200px}}
.TravelTimeline-module__NbOqMW__section{background:0 0;width:100%;padding:2rem 0 0;position:relative;overflow:hidden}.TravelTimeline-module__NbOqMW__container{text-align:center;width:100%;max-width:100%;margin:0;padding:0}.TravelTimeline-module__NbOqMW__timelineWrapper{justify-content:center;width:100%;height:auto;min-height:250px;margin-top:0;display:flex;position:relative;overflow:hidden}.TravelTimeline-module__NbOqMW__timelineWrapper::-webkit-scrollbar{display:none}.TravelTimeline-module__NbOqMW__timelineContent{width:100%;max-width:100%;height:350px;margin:0 auto;padding:0 2rem;position:relative}.TravelTimeline-module__NbOqMW__svgCurve{width:100%;height:100%;display:block;overflow:visible}.TravelTimeline-module__NbOqMW__path{fill:none;stroke:#fff3;stroke-width:2px;stroke-dasharray:8 8;vector-effect:non-scaling-stroke}.TravelTimeline-module__NbOqMW__marker{z-index:10;pointer-events:auto;justify-content:center;display:flex;position:absolute;transform:translate(-50%,-100%)}.TravelTimeline-module__NbOqMW__markerContent{flex-direction:column;align-items:center;display:flex;position:relative;transform:none}.TravelTimeline-module__NbOqMW__pinContainer{filter:drop-shadow(0 4px 6px #00000080);justify-content:center;width:64px;height:75px;transition:transform .3s;display:flex;position:relative}.TravelTimeline-module__NbOqMW__pinContainer:before{content:"";z-index:0;background:#1e293b;border:2px solid #fff;border-radius:50%;width:64px;height:64px;transition:background-color .3s,border-color .3s;position:absolute;top:0;left:50%;transform:translate(-50%)}.TravelTimeline-module__NbOqMW__pinContainer:after{content:"";z-index:0;border-top:18px solid #1e293b;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;transition:border-top-color .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.TravelTimeline-module__NbOqMW__flagRing{z-index:1;border-radius:50%;width:54px;height:54px;margin-top:5px;position:relative;overflow:hidden}.TravelTimeline-module__NbOqMW__info{text-align:center;pointer-events:none;width:160px;position:absolute;top:85px}.TravelTimeline-module__NbOqMW__countryName{color:#fff;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px #000c;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.TravelTimeline-module__NbOqMW__visitors{color:#94a3b8;font-size:.75rem}.TravelTimeline-module__NbOqMW__marker:hover .TravelTimeline-module__NbOqMW__pinContainer{transform:scale(1.1)translateY(-5px)}.TravelTimeline-module__NbOqMW__marker:hover .TravelTimeline-module__NbOqMW__pinContainer:before{background:#3b82f6;border-color:#3b82f6}.TravelTimeline-module__NbOqMW__marker:hover .TravelTimeline-module__NbOqMW__pinContainer:after{border-top-color:#3b82f6}@media (max-width:768px){.TravelTimeline-module__NbOqMW__timelineWrapper{transform:scale(.8)}.TravelTimeline-module__NbOqMW__timelineContent{width:100%}.TravelTimeline-module__NbOqMW__countryName{font-size:.7rem}.TravelTimeline-module__NbOqMW__visitors{display:none}}
.InteractiveMap-module__gLgc3a__section{background:0 0;padding:6rem 2rem;position:relative;overflow:hidden}.InteractiveMap-module__gLgc3a__container{max-width:var(--site-max-width);flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin:0 auto;display:flex}.InteractiveMap-module__gLgc3a__mapMapSide{flex:2;min-width:300px;height:500px;position:relative}.InteractiveMap-module__gLgc3a__textSide{text-align:left;flex-direction:column;flex:1;justify-content:center;min-width:300px;display:flex}.InteractiveMap-module__gLgc3a__title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#94a3b8 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.InteractiveMap-module__gLgc3a__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.InteractiveMap-module__gLgc3a__mapContainer{display:none}.InteractiveMap-module__gLgc3a__worldMap{width:100%;height:auto;overflow:visible}.InteractiveMap-module__gLgc3a__continent{fill:#ffffff26;stroke:#ffffff4d;stroke-width:1px;cursor:pointer;transition:all .3s}.InteractiveMap-module__gLgc3a__continent:hover,.InteractiveMap-module__gLgc3a__continent.InteractiveMap-module__gLgc3a__active{fill:#ffffff4d;stroke:#fff;filter:drop-shadow(0 0 15px #ffffff4d)}.InteractiveMap-module__gLgc3a__pinVisible{opacity:1;pointer-events:none;transition:opacity .3s}.InteractiveMap-module__gLgc3a__pinHidden{opacity:0;pointer-events:none;transition:opacity .3s}.InteractiveMap-module__gLgc3a__pinContainer{pointer-events:none;opacity:0;z-index:10;flex-direction:column;align-items:center;transition:opacity .3s,transform .3s;display:flex;position:absolute;transform:translate(-50%,-100%)}.InteractiveMap-module__gLgc3a__pinContainer.InteractiveMap-module__gLgc3a__visible{opacity:1;transform:translate(-50%,-110%)}.InteractiveMap-module__gLgc3a__pin{background:var(--accent-blue);border:2px solid #fff;border-radius:50% 50% 0;width:24px;height:24px;transform:rotate(45deg);box-shadow:0 4px 10px #00000080}.InteractiveMap-module__gLgc3a__pinLabel{color:#000;white-space:nowrap;background:#fff;border-radius:12px;margin-bottom:8px;padding:4px 12px;font-size:.8rem;font-weight:600;box-shadow:0 4px 15px #0000004d}.InteractiveMap-module__gLgc3a__countryInfo,.InteractiveMap-module__gLgc3a__defaultInfo{animation:.4s ease-out InteractiveMap-module__gLgc3a__fadeIn}.InteractiveMap-module__gLgc3a__divider{background:var(--accent-blue);width:60px;height:1px;margin-bottom:2rem}.InteractiveMap-module__gLgc3a__dividerGold{background:var(--accent-gold);width:60px;height:2px;margin-bottom:1.5rem}.InteractiveMap-module__gLgc3a__destinationsList{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.InteractiveMap-module__gLgc3a__destinationItem{color:var(--text-primary);align-items:center;gap:.8rem;font-size:1.1rem;animation:.3s ease-out backwards InteractiveMap-module__gLgc3a__slideInRight;display:flex}.InteractiveMap-module__gLgc3a__destinationItem:first-child{animation-delay:.1s}.InteractiveMap-module__gLgc3a__destinationItem:nth-child(2){animation-delay:.2s}.InteractiveMap-module__gLgc3a__destinationItem:nth-child(3){animation-delay:.3s}.InteractiveMap-module__gLgc3a__pinIcon{color:var(--accent-blue)}@keyframes InteractiveMap-module__gLgc3a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InteractiveMap-module__gLgc3a__slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.InteractiveMap-module__gLgc3a__section{padding:3rem 1rem}.InteractiveMap-module__gLgc3a__title{font-size:2rem}}
.Footer-module__3hUVsW__footer{color:var(--text-primary);border-top:1px solid var(--border-glass);padding:4rem 2rem 2rem;font-family:inherit}.Footer-module__3hUVsW__container{flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;display:flex}.Footer-module__3hUVsW__mainContent{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;display:grid}.Footer-module__3hUVsW__brandSection{flex-direction:column;gap:1.5rem;max-width:500px;display:flex}.Footer-module__3hUVsW__logo{color:#fff;letter-spacing:-.02em;font-size:2rem;font-weight:700}.Footer-module__3hUVsW__description{color:var(--text-secondary);font-size:1rem;line-height:1.6}.Footer-module__3hUVsW__buttonsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Footer-module__3hUVsW__card{border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;height:180px;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Footer-module__3hUVsW__overlay{z-index:1;background:linear-gradient(#050a144d,#050a14d9);transition:background .3s;position:absolute;inset:0}.Footer-module__3hUVsW__card:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0006}.Footer-module__3hUVsW__card:hover .Footer-module__3hUVsW__overlay{background:linear-gradient(#050a1433,#050a14b3)}.Footer-module__3hUVsW__content{z-index:2;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:relative}.Footer-module__3hUVsW__iconWrapper{-webkit-backdrop-filter:blur(8px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.Footer-module__3hUVsW__card:hover .Footer-module__3hUVsW__iconWrapper{background:var(--accent-blue);border-color:var(--accent-blue);transform:scale(1.1)}.Footer-module__3hUVsW__label{color:#fff;text-shadow:0 2px 4px #00000080;letter-spacing:.02em;text-align:center;font-size:1.1rem;font-weight:600}.Footer-module__3hUVsW__bottomSection{border-top:1px solid var(--border-glass);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__3hUVsW__links{gap:2rem;display:flex}.Footer-module__3hUVsW__link{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__link:hover{color:var(--accent-blue)}.Footer-module__3hUVsW__rightBottom{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.Footer-module__3hUVsW__socials{gap:1.5rem;display:flex}.Footer-module__3hUVsW__socialIcon{color:var(--text-secondary);transition:transform .2s,color .2s}.Footer-module__3hUVsW__socialIcon:hover{color:var(--accent-blue);transform:scale(1.1)}.Footer-module__3hUVsW__copyright{color:var(--text-muted);font-size:.8rem}@media (max-width:1024px){.Footer-module__3hUVsW__mainContent{grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__brandSection{max-width:100%}}@media (max-width:768px){.Footer-module__3hUVsW__buttonsGrid{grid-template-columns:1fr}.Footer-module__3hUVsW__footerButton{aspect-ratio:auto;padding:2rem}.Footer-module__3hUVsW__bottomSection{flex-direction:column;align-items:flex-start}.Footer-module__3hUVsW__rightBottom{align-items:flex-start;width:100%}}
.InspirationCard-module__2ZRxvW__card{background:var(--bg-card);border:1px solid var(--border-glass);border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.InspirationCard-module__2ZRxvW__card:hover{border-color:var(--accent-blue);transform:translateY(-5px);box-shadow:0 10px 30px -5px #0000004d}.InspirationCard-module__2ZRxvW__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.InspirationCard-module__2ZRxvW__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.InspirationCard-module__2ZRxvW__card:hover .InspirationCard-module__2ZRxvW__image{transform:scale(1.05)}.InspirationCard-module__2ZRxvW__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.InspirationCard-module__2ZRxvW__category{text-transform:uppercase;color:var(--accent-blue);letter-spacing:1px;margin-bottom:.5rem;font-size:.8em;font-weight:600}.InspirationCard-module__2ZRxvW__title{color:var(--text-primary);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.25rem;line-height:1.3}.InspirationCard-module__2ZRxvW__excerpt{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.9rem}.InspirationCard-module__2ZRxvW__footer{color:var(--text-secondary);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.85rem;display:flex}.InspirationCard-module__2ZRxvW__readMore{color:var(--accent-blue);align-items:center;gap:4px;font-weight:500;display:inline-flex}
