.Navigation-module__AmG_aG__header{z-index:1000;width:100%;padding:0 clamp(1.5rem,4vw,4rem);transition:background .4s,-webkit-backdrop-filter .4s,backdrop-filter .4s;position:fixed;top:0;left:0}.Navigation-module__AmG_aG__scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0fb3;border-bottom:1px solid #2a2a3a4d}.Navigation-module__AmG_aG__nav{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:0 auto;display:flex}.Navigation-module__AmG_aG__logo{font-family:var(--font-inter), sans-serif;letter-spacing:-.02em;color:var(--text-primary);font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .3s}.Navigation-module__AmG_aG__logo:hover{opacity:.8}.Navigation-module__AmG_aG__logoAccent{color:var(--accent)}.Navigation-module__AmG_aG__links{gap:2.5rem;list-style:none;display:flex}.Navigation-module__AmG_aG__link{font-family:var(--font-inter), sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.85rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.Navigation-module__AmG_aG__link:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.Navigation-module__AmG_aG__link:hover{color:var(--text-primary)}.Navigation-module__AmG_aG__link:hover:after{width:100%}.Navigation-module__AmG_aG__burger{z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.Navigation-module__AmG_aG__burger span{background:var(--text-primary);width:24px;height:1.5px;transition:transform .3s,opacity .3s;display:block}.Navigation-module__AmG_aG__burgerOpen span:first-child{transform:rotate(45deg)translate(4px,5px)}.Navigation-module__AmG_aG__burgerOpen span:nth-child(2){opacity:0}.Navigation-module__AmG_aG__burgerOpen span:nth-child(3){transform:rotate(-45deg)translate(4px,-5px)}@media (max-width:768px){.Navigation-module__AmG_aG__burger{display:flex}.Navigation-module__AmG_aG__links{-webkit-backdrop-filter:blur(30px);width:100%;height:100dvh;transition:transform .5s var(--ease-out-expo);background:#0a0a0ff2;flex-direction:column;justify-content:center;align-items:center;gap:2rem;position:fixed;top:0;right:0;transform:translate(100%)}.Navigation-module__AmG_aG__links.Navigation-module__AmG_aG__open{transform:translate(0)}.Navigation-module__AmG_aG__link{letter-spacing:.12em;font-size:1.2rem}}
.Hero-module__PgAKtG__hero{background:radial-gradient(ellipse at 50% 80%, #fc4c020f 0%, transparent 60%), var(--bg);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__content{z-index:2;text-align:center;padding:0 1.5rem;position:relative}.Hero-module__PgAKtG__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);opacity:0;transition:opacity .8s ease .2s, transform .8s var(--ease-out-expo) .2s;margin-bottom:1.5rem;font-size:.75rem;font-weight:300;transform:translateY(20px)}.Hero-module__PgAKtG__title{font-family:var(--font-noto), var(--font-body);letter-spacing:-.01em;color:var(--text-primary);opacity:0;transition:opacity 1s ease .5s, transform 1s var(--ease-out-expo) .5s;margin-bottom:1.5rem;font-size:clamp(2.2rem,6vw,4.5rem);font-weight:700;line-height:1.25;transform:translateY(30px)}.Hero-module__PgAKtG__titleLine{color:var(--text-muted);letter-spacing:.02em;margin-bottom:.25rem;font-size:clamp(1.3rem,3.5vw,2.2rem);font-weight:500;display:block}.Hero-module__PgAKtG__titleAccent{font-family:var(--font-inter), sans-serif;letter-spacing:-.03em;background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,8vw,6rem);font-weight:900;display:block}.Hero-module__PgAKtG__subtitle{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.08em;opacity:0;transition:opacity .8s ease .9s, transform .8s var(--ease-out-expo) .9s;margin-bottom:3rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;transform:translateY(20px)}.Hero-module__PgAKtG__subtitleSub{opacity:.6;letter-spacing:.04em;margin-top:.5rem;font-size:clamp(.8rem,1.8vw,.95rem);display:block}.Hero-module__PgAKtG__visible{opacity:1!important;transform:translateY(0)!important}.Hero-module__PgAKtG__cta{background:var(--accent);color:#fff;font-family:var(--font-body);letter-spacing:.02em;opacity:0;transition:opacity .8s ease 1.2s, transform .8s var(--ease-out-expo) 1.2s, box-shadow .4s ease, background .3s ease;border-radius:60px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;transform:translateY(20px)}.Hero-module__PgAKtG__cta:hover{background:var(--accent-glow);box-shadow:0 0 40px #fc4c0266,0 0 80px #fc4c0226}@media (prefers-reduced-motion:reduce){.Hero-module__PgAKtG__cta:hover{box-shadow:none}.Hero-module__PgAKtG__cta:hover .Hero-module__PgAKtG__ctaArrow{transform:none}}.Hero-module__PgAKtG__ctaText{z-index:1;position:relative}.Hero-module__PgAKtG__ctaArrow{z-index:1;transition:transform .3s;position:relative}.Hero-module__PgAKtG__cta:hover .Hero-module__PgAKtG__ctaArrow{transform:translate(4px)}.Hero-module__PgAKtG__scrollIndicator{z-index:2;opacity:0;flex-direction:column;align-items:center;gap:.75rem;transition:opacity 1s 1.8s;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollIndicator.Hero-module__PgAKtG__visible{opacity:1}.Hero-module__PgAKtG__scrollText{font-family:var(--font-inter), sans-serif;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:300}.Hero-module__PgAKtG__scrollLine{background:var(--border);width:1px;height:48px;position:relative;overflow:hidden}.Hero-module__PgAKtG__scrollDot{background:var(--accent);width:1px;height:16px;animation:2s ease-in-out infinite Hero-module__PgAKtG__scrollDown;position:absolute;top:-16px}@keyframes Hero-module__PgAKtG__scrollDown{0%{top:-16px}to{top:48px}}@media (prefers-reduced-motion:reduce){.Hero-module__PgAKtG__scrollDot{animation:none;top:0}}@media (max-width:768px){.Hero-module__PgAKtG__content{padding:0 1.25rem}.Hero-module__PgAKtG__cta{padding:.875rem 2rem;font-size:.875rem}.Hero-module__PgAKtG__scrollIndicator{bottom:1.5rem}}
.Concept-module__L9jODW__section{background:linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%);padding:10rem 1.5rem;position:relative}.Concept-module__L9jODW__container{text-align:center;max-width:720px;margin:0 auto}.Concept-module__L9jODW__labelRow{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.Concept-module__L9jODW__line{background:var(--accent);opacity:.5;width:40px;height:1px;display:block}.Concept-module__L9jODW__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);font-size:.75rem;font-weight:300}.Concept-module__L9jODW__heading{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700;line-height:1.6}.Concept-module__L9jODW__body{color:var(--text-muted);margin-bottom:1.5rem;font-size:clamp(.95rem,2vw,1.05rem);line-height:2}.Concept-module__L9jODW__sub{color:var(--text-muted);opacity:.6;font-size:.9rem}.Concept-module__L9jODW__brDesktop{display:inline}@media (max-width:768px){.Concept-module__L9jODW__section{padding:6rem 1.25rem}.Concept-module__L9jODW__brDesktop{display:none}.Concept-module__L9jODW__heading{line-height:1.8}}
.Activity-module__GhZaJW__section{background:var(--surface);padding:10rem 1.5rem;position:relative}.Activity-module__GhZaJW__container{max-width:1080px;margin:0 auto}.Activity-module__GhZaJW__header{text-align:center;margin-bottom:4rem}.Activity-module__GhZaJW__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:300;display:inline-block}.Activity-module__GhZaJW__heading{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.Activity-module__GhZaJW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0 0 3rem;padding:0;list-style:none;display:grid}.Activity-module__GhZaJW__card{-webkit-backdrop-filter:blur(12px);transition:border-color .4s ease, box-shadow .4s ease, transform .4s var(--ease-out-expo);background:#1a1a2e80;border:1px solid #2a2a3a80;border-radius:16px;padding:2.5rem 2rem;position:relative}.Activity-module__GhZaJW__card:before{content:"";-webkit-mask-composite:xor;opacity:0;background:linear-gradient(135deg,#0000,#fc4c0200,#0000);border-radius:16px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Activity-module__GhZaJW__card:hover{border-color:#fc4c024d;transform:translateY(-4px);box-shadow:0 8px 40px #fc4c0214}.Activity-module__GhZaJW__card:hover:before{opacity:1;background:linear-gradient(135deg,#fc4c024d,#0000 50%,#fc4c021a)}.Activity-module__GhZaJW__cardIcon{color:var(--accent);margin-bottom:1.5rem}.Activity-module__GhZaJW__cardTitle{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.Activity-module__GhZaJW__cardDesc{color:var(--text-muted);font-size:.9rem;line-height:1.8}.Activity-module__GhZaJW__note{text-align:center;color:var(--text-muted);opacity:.7;max-width:600px;margin:0 auto;font-size:.85rem;line-height:1.8}@media (max-width:768px){.Activity-module__GhZaJW__section{padding:6rem 1.25rem}.Activity-module__GhZaJW__grid{grid-template-columns:1fr;gap:1rem}.Activity-module__GhZaJW__card{padding:2rem 1.5rem}}
.Membership-module__lr5Xkq__section{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-alt) 100%);padding:10rem 1.5rem}.Membership-module__lr5Xkq__container{max-width:640px;margin:0 auto}.Membership-module__lr5Xkq__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:300;display:inline-block}.Membership-module__lr5Xkq__heading{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.Membership-module__lr5Xkq__desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:.9rem}.Membership-module__lr5Xkq__list{flex-direction:column;gap:1.25rem;margin-bottom:3.5rem;list-style:none;display:flex}.Membership-module__lr5Xkq__item{border:1px solid var(--border);background:#11111899;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .3s;display:flex}.Membership-module__lr5Xkq__item:hover{border-color:#fc4c024d}.Membership-module__lr5Xkq__check{width:32px;height:32px;color:var(--accent);background:#fc4c021a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.Membership-module__lr5Xkq__text{color:var(--text-primary);padding-top:4px;font-size:1rem;line-height:1.8}.Membership-module__lr5Xkq__cta{background:var(--accent);color:#fff;font-family:var(--font-body);letter-spacing:.02em;border-radius:60px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:box-shadow .4s,background .3s,transform .3s;display:inline-flex}.Membership-module__lr5Xkq__cta:hover{background:var(--accent-glow);transform:translateY(-2px);box-shadow:0 0 40px #fc4c0266,0 0 80px #fc4c0226}.Membership-module__lr5Xkq__cta svg{transition:transform .3s}.Membership-module__lr5Xkq__cta:hover svg{transform:translate(4px)}@media (max-width:768px){.Membership-module__lr5Xkq__section{padding:6rem 1.25rem}.Membership-module__lr5Xkq__item{padding:1rem 1.25rem}.Membership-module__lr5Xkq__cta{padding:.875rem 2rem;font-size:.875rem}}
.Privacy-module__LIbHLq__section{background:linear-gradient(180deg, var(--surface-alt) 0%, var(--surface) 50%, var(--surface-alt) 100%);padding:10rem 1.5rem;position:relative}.Privacy-module__LIbHLq__container{max-width:760px;margin:0 auto}.Privacy-module__LIbHLq__header{text-align:center;margin-bottom:3.5rem}.Privacy-module__LIbHLq__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:300;display:inline-block}.Privacy-module__LIbHLq__heading{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);justify-content:center;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;display:flex}.Privacy-module__LIbHLq__headingIcon{color:var(--accent);flex-shrink:0}.Privacy-module__LIbHLq__desc{color:var(--text-muted);font-size:.95rem;line-height:1.9}.Privacy-module__LIbHLq__brDesktop{display:inline}.Privacy-module__LIbHLq__steps{flex-direction:column;gap:.75rem;margin-bottom:3rem;display:flex}.Privacy-module__LIbHLq__step{border:1px solid var(--border);background:#111118b3;border-radius:14px;transition:border-color .3s,box-shadow .3s;overflow:hidden}.Privacy-module__LIbHLq__step:hover{border-color:#fc4c0240}.Privacy-module__LIbHLq__step[open]{border-color:#fc4c024d;box-shadow:0 4px 24px #fc4c020f}.Privacy-module__LIbHLq__stepHeader{cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit;box-sizing:border-box;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;list-style:none;display:flex}.Privacy-module__LIbHLq__stepHeader::-webkit-details-marker{display:none}.Privacy-module__LIbHLq__stepLeft{align-items:center;gap:1rem;min-width:0;display:flex}.Privacy-module__LIbHLq__stepNumber{font-family:var(--font-inter), sans-serif;color:var(--accent);background:#fc4c021a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.Privacy-module__LIbHLq__stepMeta{min-width:0}.Privacy-module__LIbHLq__stepTitle{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);margin-bottom:.15rem;font-size:1rem;font-weight:700}.Privacy-module__LIbHLq__stepPath{color:var(--text-muted);opacity:.7;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;display:block;overflow:hidden}.Privacy-module__LIbHLq__stepRight{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Privacy-module__LIbHLq__badge{font-family:var(--font-inter), sans-serif;letter-spacing:.05em;color:#fff;background:var(--accent);white-space:nowrap;border-radius:20px;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.Privacy-module__LIbHLq__chevron{color:var(--text-muted);transition:transform .3s var(--ease-out-expo);flex-shrink:0}.Privacy-module__LIbHLq__step[open] .Privacy-module__LIbHLq__chevron{transform:rotate(180deg)}.Privacy-module__LIbHLq__stepContent{padding:0 1.5rem 1.5rem calc(2.5rem + 32px)}.Privacy-module__LIbHLq__stepDesc{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.8}.Privacy-module__LIbHLq__options{flex-direction:column;gap:.75rem;display:flex}.Privacy-module__LIbHLq__option{background:#1a1a2e99;border:1px solid #2a2a3a80;border-radius:10px;padding:1rem 1.25rem}.Privacy-module__LIbHLq__optionHeader{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.Privacy-module__LIbHLq__recommended{color:var(--accent);border:1px solid #fc4c024d;border-radius:4px;flex-shrink:0;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.Privacy-module__LIbHLq__optionLabel{color:var(--text-primary);font-size:.9rem;font-weight:700}.Privacy-module__LIbHLq__optionDetail{color:var(--text-muted);font-size:.825rem;line-height:1.7}.Privacy-module__LIbHLq__footer{text-align:center;color:var(--text-primary);font-size:.95rem;font-weight:500;line-height:1.9}@media (max-width:768px){.Privacy-module__LIbHLq__section{padding:6rem 1.25rem}.Privacy-module__LIbHLq__brDesktop{display:none}.Privacy-module__LIbHLq__stepHeader{padding:1rem 1.25rem}.Privacy-module__LIbHLq__stepContent{padding:0 1.25rem 1.25rem}.Privacy-module__LIbHLq__stepPath{font-size:.7rem}.Privacy-module__LIbHLq__badge{display:none}.Privacy-module__LIbHLq__stepTitle{font-size:.925rem}}
.Faq-module__QjBtiG__section{background:var(--bg);padding:10rem 1.5rem;position:relative}.Faq-module__QjBtiG__container{text-align:center;max-width:880px;margin:0 auto}.Faq-module__QjBtiG__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:300;display:inline-block}.Faq-module__QjBtiG__heading{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);margin-bottom:3.5rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.Faq-module__QjBtiG__list{text-align:left;flex-direction:column;gap:1rem;margin:0;padding:0;display:flex}.Faq-module__QjBtiG__item{border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);background:#1a1a2e66;border-radius:12px;padding:1.5rem 1.75rem;transition:border-color .3s,background .3s}.Faq-module__QjBtiG__item:hover{background:#1a1a2e99;border-color:#fc4c024d}.Faq-module__QjBtiG__question{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);align-items:flex-start;gap:.875rem;margin:0 0 .875rem;font-size:1rem;font-weight:700;line-height:1.5;display:flex}.Faq-module__QjBtiG__answer{color:var(--text-muted);align-items:flex-start;gap:.875rem;margin:0;font-size:.9rem;line-height:1.8;display:flex}.Faq-module__QjBtiG__qMark,.Faq-module__QjBtiG__aMark{width:1.5rem;height:1.5rem;font-family:var(--font-inter), sans-serif;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.Faq-module__QjBtiG__qMark{background:var(--accent);color:var(--bg)}.Faq-module__QjBtiG__aMark{border:1px solid var(--accent);color:var(--accent);background:0 0}@media (max-width:768px){.Faq-module__QjBtiG__section{padding:6rem 1.25rem}.Faq-module__QjBtiG__heading{margin-bottom:2.5rem}.Faq-module__QjBtiG__item{padding:1.25rem}}
.Message-module__4uUt9q__section{background:linear-gradient(180deg, var(--surface-alt) 0%, #fc4c0208 50%, var(--surface-alt) 100%);padding:12rem 1.5rem;position:relative;overflow:hidden}.Message-module__4uUt9q__parallaxBg{pointer-events:none;background:radial-gradient(#fc4c020a 0%,#0000 70%);position:absolute;inset:-50% -20%}.Message-module__4uUt9q__container{text-align:center;z-index:1;max-width:720px;margin:0 auto;position:relative}.Message-module__4uUt9q__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:3rem;font-size:.75rem;font-weight:300;display:inline-block}.Message-module__4uUt9q__quote{border:none;padding:0;position:relative}.Message-module__4uUt9q__quote:before{content:"“";font-family:var(--font-inter), sans-serif;color:var(--accent);opacity:.15;font-size:5rem;line-height:1;position:absolute;top:-2.5rem;left:50%;transform:translate(-50%)}.Message-module__4uUt9q__quote p{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);letter-spacing:.02em;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:400;line-height:2.2}.Message-module__4uUt9q__highlight{color:var(--accent);font-weight:700}@media (max-width:768px){.Message-module__4uUt9q__section{padding:8rem 1.25rem}.Message-module__4uUt9q__quote p{line-height:2}}
.Contact-module__dhIxzq__section{background:linear-gradient(180deg, var(--surface-alt) 0%, var(--surface) 100%);padding:10rem 1.5rem}.Contact-module__dhIxzq__container{max-width:560px;margin:0 auto}.Contact-module__dhIxzq__label{font-family:var(--font-inter), sans-serif;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:300;display:inline-block}.Contact-module__dhIxzq__heading{font-family:var(--font-noto), var(--font-body);color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:700}.Contact-module__dhIxzq__desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.Contact-module__dhIxzq__hint{color:var(--text-muted);border:1px solid var(--border);background:#11111880;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.8rem;line-height:1.6}.Contact-module__dhIxzq__formMessage{color:var(--success);background:#22503240;border:1px solid #64b47859;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.Contact-module__dhIxzq__formMessageError{color:var(--danger);background:#501e1e4d;border:1px solid #c8646459;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.Contact-module__dhIxzq__resetLink{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:none;margin-left:.5rem;padding:0;text-decoration:underline;display:inline}.Contact-module__dhIxzq__fallback{color:var(--text-muted);margin-top:1.25rem;margin-bottom:.5rem;font-size:.85rem;line-height:1.7}.Contact-module__dhIxzq__copyLink{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:none;margin:0 .2rem;padding:0;text-decoration:underline;display:inline}.Contact-module__dhIxzq__alwaysCopy{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:1.5rem;font-size:.8rem;display:flex}.Contact-module__dhIxzq__alwaysCopyLabel{letter-spacing:.08em;text-transform:uppercase;width:100%;color:var(--text-muted);opacity:.7;font-size:.7rem}.Contact-module__dhIxzq__address{font-family:var(--font-inter), var(--font-body);border:1px solid var(--border);background:#111118cc;border-radius:6px;padding:.2rem .5rem;font-size:.85rem}.Contact-module__dhIxzq__copyBtn{color:var(--accent);cursor:pointer;background:#fc4c0214;border:1px solid #fc4c0259;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:background .2s}.Contact-module__dhIxzq__copyBtn:hover{background:#fc4c0226}.Contact-module__dhIxzq__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__dhIxzq__field{flex-direction:column;gap:.5rem;display:flex}.Contact-module__dhIxzq__fieldLabel{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.Contact-module__dhIxzq__optional{color:var(--text-muted);border:1px solid var(--border);border-radius:4px;padding:.1rem .4rem;font-size:.7rem;font-weight:400}.Contact-module__dhIxzq__required{color:var(--accent);border:1px solid #fc4c024d;border-radius:4px;padding:.1rem .4rem;font-size:.7rem;font-weight:400}.Contact-module__dhIxzq__input,.Contact-module__dhIxzq__textarea{border:1px solid var(--border);width:100%;color:var(--text-primary);background:#111118cc;border-radius:10px;outline:none;padding:.875rem 1rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.Contact-module__dhIxzq__input::placeholder,.Contact-module__dhIxzq__textarea::placeholder{color:var(--text-muted);opacity:.5}.Contact-module__dhIxzq__input:focus,.Contact-module__dhIxzq__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fc4c021a}.Contact-module__dhIxzq__textarea{resize:vertical;min-height:120px}.Contact-module__dhIxzq__submit{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:1rem;font-size:.95rem;font-weight:700;transition:box-shadow .4s,background .3s,transform .3s;display:inline-flex}.Contact-module__dhIxzq__submit:hover{background:var(--accent-glow);transform:translateY(-2px);box-shadow:0 0 40px #fc4c0259,0 0 80px #fc4c021a}.Contact-module__dhIxzq__submit svg{transition:transform .3s}.Contact-module__dhIxzq__submit:hover svg{transform:translate(4px)}@media (max-width:768px){.Contact-module__dhIxzq__section{padding:6rem 1.25rem}}
.Footer-module__rnk_JG__footer{background:var(--bg);border-top:1px solid var(--border);padding:3rem 1.5rem}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto}.Footer-module__rnk_JG__top{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Footer-module__rnk_JG__logo{font-family:var(--font-inter), sans-serif;letter-spacing:-.02em;color:var(--text-primary);align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Footer-module__rnk_JG__logoImage{display:block}.Footer-module__rnk_JG__logoAccent{color:var(--accent)}.Footer-module__rnk_JG__social{gap:1rem;display:flex}.Footer-module__rnk_JG__socialLink{width:40px;height:40px;color:var(--text-muted);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;transition:color .3s,border-color .3s,transform .3s;display:flex}.Footer-module__rnk_JG__socialLink:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-2px)}.Footer-module__rnk_JG__stravaLink{color:#fc4c02;border-color:#fc4c0273}.Footer-module__rnk_JG__stravaLink:hover{color:var(--accent-glow);border-color:var(--accent)}.Footer-module__rnk_JG__stravaIcon path:last-of-type{opacity:.72}.Footer-module__rnk_JG__bottom{border-top:1px solid #2a2a3a4d;padding-top:1.5rem}.Footer-module__rnk_JG__copy{font-family:var(--font-inter), sans-serif;color:var(--text-muted);opacity:.6;text-align:center;font-size:.75rem}.Footer-module__rnk_JG__credit{font-family:var(--font-inter), sans-serif;color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.75rem}.Footer-module__rnk_JG__creditLink{color:var(--text-primary);border-bottom:1px solid;font-weight:600;text-decoration:none;transition:opacity .2s}.Footer-module__rnk_JG__creditLink:hover{opacity:.7}@media (max-width:768px){.Footer-module__rnk_JG__top{flex-direction:column;gap:1.5rem}}
