.Partner-module__5S4oIa__main{background:var(--background);min-height:100vh}.Partner-module__5S4oIa__hero{background:var(--gradient-hero);text-align:center;border-bottom:1px solid var(--border);padding:7rem 2rem 4rem;position:relative;overflow:hidden}.Partner-module__5S4oIa__heroContent{z-index:2;max-width:45rem;margin:0 auto;position:relative}.Partner-module__5S4oIa__badge{color:var(--primary);background:#f973161a;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:inline-flex}.Partner-module__5S4oIa__title{color:var(--foreground);margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.Partner-module__5S4oIa__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Partner-module__5S4oIa__subtitle{color:var(--foreground-muted);font-size:1.1rem;line-height:1.5}.Partner-module__5S4oIa__benefitsSection{background:var(--white);padding:4rem 2rem}.Partner-module__5S4oIa__container{max-width:75rem;margin:0 auto}.Partner-module__5S4oIa__sectionHeader{text-align:center;margin-bottom:2rem}.Partner-module__5S4oIa__sectionTitle{color:var(--foreground);font-size:1.4rem;font-weight:700}.Partner-module__5S4oIa__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Partner-module__5S4oIa__benefitCard{background:var(--surface-light);border:1px solid var(--border);border-radius:20px;padding:2rem;transition:all .3s}.Partner-module__5S4oIa__benefitCard:hover{border-color:var(--primary-light);transform:translateY(-5px);box-shadow:0 15px 30px #0000000d}.Partner-module__5S4oIa__iconBox{background:var(--gradient-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.25rem;display:flex}.Partner-module__5S4oIa__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.Partner-module__5S4oIa__cardDesc{color:var(--foreground-muted);font-size:.95rem;line-height:1.5}.Partner-module__5S4oIa__formSection{background:var(--surface-light);padding:4rem 2rem}.Partner-module__5S4oIa__formContainer{background:var(--white);border:1px solid var(--border);border-radius:24px;max-width:55rem;margin:0 auto;padding:3rem;box-shadow:0 30px 80px #0000000f}.Partner-module__5S4oIa__formGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.Partner-module__5S4oIa__fullWidth{grid-column:span 2}.Partner-module__5S4oIa__inputGroup{flex-direction:column;gap:.4rem;display:flex}.Partner-module__5S4oIa__label{color:var(--foreground);font-size:.8rem;font-weight:600}.Partner-module__5S4oIa__input,.Partner-module__5S4oIa__select,.Partner-module__5S4oIa__textarea{border:1.5px solid var(--border);background:var(--white);border-radius:10px;padding:.65rem .9rem;font-size:.95rem;transition:all .2s}.Partner-module__5S4oIa__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;padding-right:36px!important}.Partner-module__5S4oIa__input:focus,.Partner-module__5S4oIa__select:focus,.Partner-module__5S4oIa__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #f973161a}.Partner-module__5S4oIa__textarea{resize:vertical;min-height:100px}.Partner-module__5S4oIa__submitBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.Partner-module__5S4oIa__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #f9731640}@media (max-width:700px){.Partner-module__5S4oIa__title{font-size:2rem}.Partner-module__5S4oIa__hero{padding:7rem 1.25rem 3rem}.Partner-module__5S4oIa__benefitsSection,.Partner-module__5S4oIa__formSection{padding:2rem 1.25rem}.Partner-module__5S4oIa__benefitsGrid{grid-template-columns:1fr;gap:1.25rem}.Partner-module__5S4oIa__formContainer{border-radius:20px;padding:2rem 1.25rem}.Partner-module__5S4oIa__formGrid{grid-template-columns:1fr}.Partner-module__5S4oIa__fullWidth{grid-column:auto}}.Partner-module__5S4oIa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#0a0a14b3;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out Partner-module__5S4oIa__fadeIn;display:flex;position:fixed;inset:0}@keyframes Partner-module__5S4oIa__fadeIn{0%{opacity:0}to{opacity:1}}.Partner-module__5S4oIa__modalContent{background:var(--white);text-align:center;border:1px solid var(--border);border-radius:24px;width:100%;max-width:460px;padding:2.5rem;animation:.3s cubic-bezier(.34,1.56,.64,1) Partner-module__5S4oIa__slideUp;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000026}@keyframes Partner-module__5S4oIa__slideUp{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.Partner-module__5S4oIa__modalIcon{color:#22c55e;background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.Partner-module__5S4oIa__modalTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.Partner-module__5S4oIa__modalDesc{color:var(--foreground-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Partner-module__5S4oIa__modalBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;width:100%;box-shadow:0 4px 12px var(--primary-glow);border:none;border-radius:12px;padding:.85rem;font-size:.95rem;font-weight:700;transition:all .2s}.Partner-module__5S4oIa__modalBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #f973164d}
