.page-module__kSaxVa__hero{text-align:center;background:var(--bg-cream);flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:140px 20px 80px;display:flex;position:relative;overflow:hidden}.page-module__kSaxVa__hero:before{content:"";background:var(--accent);filter:blur(100px);opacity:.08;pointer-events:none;border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite page-module__kSaxVa__floatSlow;position:absolute;top:-15%;right:-10%}.page-module__kSaxVa__icon{margin-bottom:20px;font-size:3.5rem;animation:4s ease-in-out infinite page-module__kSaxVa__float}.page-module__kSaxVa__body{padding:80px 0 40px}.page-module__kSaxVa__content{grid-template-columns:1.3fr 1fr;gap:64px;display:grid}.page-module__kSaxVa__aboutTitle{font-family:var(--font-serif);margin-bottom:20px;font-size:1.8rem;font-weight:400}.page-module__kSaxVa__aboutDesc{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.8}.page-module__kSaxVa__featureSection{margin-top:32px}.page-module__kSaxVa__featureSection h3{margin-bottom:16px;font-size:1rem;font-weight:700}.page-module__kSaxVa__featureList{flex-direction:column;gap:12px;list-style:none;display:flex}.page-module__kSaxVa__featureList li{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:.9rem;display:flex}.page-module__kSaxVa__fIcon{background:var(--bg-cream);width:28px;height:28px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:flex}.page-module__kSaxVa__techSection{margin-top:28px}.page-module__kSaxVa__techSection h3{margin-bottom:12px;font-size:.9rem;font-weight:700}.page-module__kSaxVa__techTags{flex-wrap:wrap;gap:8px;display:flex}.page-module__kSaxVa__techTag{background:var(--bg-cream);border:1px solid var(--border-light);color:var(--text-secondary);border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:.78rem;font-weight:600;display:inline-flex}.page-module__kSaxVa__techTagIcon{width:18px;height:18px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.page-module__kSaxVa__techTagIcon svg{width:100%;height:100%}.page-module__kSaxVa__sidebar{position:relative}.page-module__kSaxVa__formCard{background:var(--bg-white);border:1px solid var(--border-light);border-radius:32px;padding:36px;position:sticky;top:100px;box-shadow:0 8px 36px #00000008}.page-module__kSaxVa__formTitle{font-family:var(--font-serif);margin-bottom:6px;font-size:1.3rem;font-weight:400}.page-module__kSaxVa__formSubtitle{color:var(--text-tertiary);margin-bottom:24px;font-size:.85rem}.page-module__kSaxVa__formGroup{margin-bottom:16px}.page-module__kSaxVa__formGroup label{color:var(--text-secondary);margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.page-module__kSaxVa__formGroup input,.page-module__kSaxVa__formGroup textarea{border:1.5px solid var(--border-light);background:var(--bg-body);width:100%;font-family:var(--font-sans);border-radius:12px;outline:none;padding:12px 14px;font-size:.85rem;transition:all .2s}.page-module__kSaxVa__formGroup input:focus,.page-module__kSaxVa__formGroup textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #e8734a14}.page-module__kSaxVa__formGroup textarea{resize:vertical;min-height:100px}.page-module__kSaxVa__formError{color:#b84732;margin-top:6px;font-size:.74rem;font-weight:600}.page-module__kSaxVa__formSuccessToast{z-index:1200;background:var(--bg-dark);max-width:360px;color:var(--text-white);pointer-events:none;border:1px solid #ffffff24;border-radius:14px;padding:14px 16px;font-size:.84rem;line-height:1.5;animation:.25s ease-out page-module__kSaxVa__toastIn;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 42px #00000059}.page-module__kSaxVa__relatedSection{background:var(--bg-cream);padding:80px 0}.page-module__kSaxVa__relatedGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px;display:grid}.page-module__kSaxVa__relatedCard{background:var(--bg-white);border:1px solid var(--border-light);border-radius:24px;padding:32px 24px;transition:all .4s cubic-bezier(.22,1,.36,1);display:block;position:relative;overflow:hidden}.page-module__kSaxVa__relatedCard:before{content:"";background:var(--accent);width:0;height:2px;transition:width .5s var(--ease-out);position:absolute;bottom:0;left:0}.page-module__kSaxVa__relatedCard:hover:before{width:100%}.page-module__kSaxVa__relatedCard:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 16px 48px #00000014}.page-module__kSaxVa__relatedEmoji{margin-bottom:12px;font-size:1.6rem;transition:transform .3s;display:inline-block}.page-module__kSaxVa__relatedCard:hover .page-module__kSaxVa__relatedEmoji{transform:scale(1.2)rotate(-5deg)}.page-module__kSaxVa__relatedCard h4{font-family:var(--font-serif);margin-bottom:6px;font-size:1.1rem;font-weight:400}.page-module__kSaxVa__relatedCard p{color:var(--text-tertiary);margin:0;font-size:.8rem}@keyframes page-module__kSaxVa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes page-module__kSaxVa__floatSlow{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-8px)rotate(1deg)}66%{transform:translateY(-4px)rotate(-1deg)}}@keyframes page-module__kSaxVa__toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-module__kSaxVa__hero{min-height:auto;padding:110px 20px 50px}.page-module__kSaxVa__icon{margin-bottom:16px;font-size:2.8rem}.page-module__kSaxVa__body{padding:48px 0 24px}.page-module__kSaxVa__content{grid-template-columns:1fr;gap:32px}.page-module__kSaxVa__aboutTitle{font-size:1.45rem}.page-module__kSaxVa__aboutDesc{font-size:.9rem}.page-module__kSaxVa__sidebar{position:static}.page-module__kSaxVa__formCard{border-radius:24px;padding:24px 20px;position:static}.page-module__kSaxVa__formTitle{font-size:1.15rem}.page-module__kSaxVa__formGroup input,.page-module__kSaxVa__formGroup textarea{padding:12px 14px;font-size:16px}.page-module__kSaxVa__formSuccessToast{max-width:none;bottom:16px;left:16px;right:16px}.page-module__kSaxVa__techTags{gap:6px}.page-module__kSaxVa__techTag{gap:6px;padding:6px 12px;font-size:.74rem}.page-module__kSaxVa__techTagIcon{width:16px;height:16px}.page-module__kSaxVa__relatedSection{padding:56px 0}.page-module__kSaxVa__relatedGrid{grid-template-columns:1fr;gap:14px}.page-module__kSaxVa__relatedCard{border-radius:18px;padding:24px 20px}.page-module__kSaxVa__relatedCard:hover{transform:none}}@media (max-width:380px){.page-module__kSaxVa__hero{padding:100px 16px 40px}.page-module__kSaxVa__formCard{padding:20px 16px}}
