.optout-module__HoI07W__optoutContainer{max-width:1000px;font-family:var(--font-source-sans);color:#333;background-color:#fff;margin:2rem auto 5rem;padding:0 1.5rem}.optout-module__HoI07W__breadcrumbContainer{color:#fff;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;margin-bottom:3rem;padding:1.5rem 0}.optout-module__HoI07W__breadcrumbInner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.optout-module__HoI07W__breadcrumbList{margin:0;padding:0;font-size:.9rem;list-style:none;display:flex}.optout-module__HoI07W__breadcrumbItem{align-items:center;display:flex}.optout-module__HoI07W__breadcrumbItem:after{content:"/";color:#adb5bd;margin:0 .5rem}.optout-module__HoI07W__breadcrumbItem:last-child:after{display:none}.optout-module__HoI07W__breadcrumbLink{color:#0070f3;text-decoration:none;transition:color .2s}.optout-module__HoI07W__breadcrumbLink:hover{color:#0056b3;text-decoration:underline}.optout-module__HoI07W__breadcrumbActive{color:#6c757d;font-weight:500}.optout-module__HoI07W__optoutHeader{text-align:center;margin-bottom:3rem;padding:2rem 0}.optout-module__HoI07W__optoutIcon{color:#fff;background:linear-gradient(135deg,#0070f3 0%,#0056b3 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex;box-shadow:0 8px 24px #0070f34d}.optout-module__HoI07W__pageTitle{font-family:var(--font-cormorant-garamond);color:#333;margin-bottom:1rem;padding-bottom:1rem;font-size:2.5rem;font-weight:700;position:relative}.optout-module__HoI07W__pageTitle:after{content:"";background-color:#0070f3;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.optout-module__HoI07W__pageSubtitle{font-family:var(--font-source-sans);color:#6c757d;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.optout-module__HoI07W__optoutContent{flex-direction:column;gap:3rem;display:flex}.optout-module__HoI07W__infoSection{background:linear-gradient(135deg,#f8f9ff 0%,#e8f0fe 100%);border:1px solid #0070f31a;border-radius:16px;padding:2rem}.optout-module__HoI07W__sectionTitle{font-family:var(--font-cormorant-garamond);color:#333;border-bottom:2px solid #0070f3;margin-bottom:1.5rem;padding-bottom:.8rem;font-size:1.8rem;font-weight:600;display:inline-block}.optout-module__HoI07W__optoutMethods{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.optout-module__HoI07W__methodCard{text-align:center;background:#fff;border:1px solid #0070f31a;border-radius:12px;padding:1.5rem;transition:all .3s;box-shadow:0 4px 16px #00000014}.optout-module__HoI07W__methodCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0070f326}.optout-module__HoI07W__methodIcon{color:#fff;background:linear-gradient(135deg,#0070f3 0%,#0056b3 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.optout-module__HoI07W__methodTitle{color:#333;margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.optout-module__HoI07W__methodDescription{color:#6c757d;font-size:.95rem;line-height:1.6}.optout-module__HoI07W__formSection{background:#fff;border:1px solid #0070f31a;border-radius:16px;padding:2.5rem;box-shadow:0 4px 16px #00000014}.optout-module__HoI07W__formDescription{font-family:var(--font-source-sans);color:#6c757d;margin-bottom:2rem;font-size:1rem;line-height:1.6}.optout-module__HoI07W__errorMessage{color:#dc2626;font-family:var(--font-source-sans);background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.optout-module__HoI07W__optoutForm{flex-direction:column;gap:1.5rem;display:flex}.optout-module__HoI07W__formGroup{flex-direction:column;gap:.5rem;display:flex}.optout-module__HoI07W__formLabel{font-family:var(--font-source-sans);color:#333;font-size:1rem;font-weight:600}.optout-module__HoI07W__formInput,.optout-module__HoI07W__formSelect{font-size:1rem;font-family:var(--font-source-sans);background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:all .3s}.optout-module__HoI07W__formInput:focus,.optout-module__HoI07W__formSelect:focus{border-color:#0070f3;outline:none;box-shadow:0 0 0 3px #0070f31a}.optout-module__HoI07W__formHelp{font-family:var(--font-source-sans);color:#6c757d;margin-top:.25rem;font-size:.875rem}.optout-module__HoI07W__formActions{margin-top:1rem}.optout-module__HoI07W__submitButton{color:#fff;cursor:pointer;min-width:200px;font-size:1rem;font-weight:600;font-family:var(--font-source-sans);background:linear-gradient(135deg,#0070f3 0%,#0056b3 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;transition:all .3s;display:inline-flex}.optout-module__HoI07W__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#0056b3 0%,#004085 100%);transform:translateY(-2px);box-shadow:0 8px 24px #0070f34d}.optout-module__HoI07W__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.optout-module__HoI07W__additionalInfo{background:linear-gradient(135deg,#f8f9ff 0%,#e8f0fe 100%);border:1px solid #0070f31a;border-radius:16px;padding:2rem}.optout-module__HoI07W__infoGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.optout-module__HoI07W__infoCard{background:#fff;border:1px solid #0070f31a;border-radius:12px;padding:1.5rem;box-shadow:0 4px 16px #00000014}.optout-module__HoI07W__infoTitle{color:#333;margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.optout-module__HoI07W__infoCard p{color:#6c757d;font-size:.95rem;line-height:1.6}.optout-module__HoI07W__link{color:#0070f3;font-weight:500;font-family:var(--font-source-sans);text-decoration:none;transition:color .2s}.optout-module__HoI07W__link:hover{color:#0056b3;text-decoration:underline}.optout-module__HoI07W__successContainer{text-align:center;background:#fff;border:1px solid #0070f31a;border-radius:16px;max-width:600px;margin:2rem auto 5rem;padding:3rem 2rem;box-shadow:0 8px 32px #0000001a}.optout-module__HoI07W__successIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex;box-shadow:0 8px 24px #10b9814d}.optout-module__HoI07W__successTitle{font-family:var(--font-cormorant-garamond);color:#333;margin-bottom:1rem;font-size:2rem;font-weight:700}.optout-module__HoI07W__successMessage{font-family:var(--font-source-sans);color:#6c757d;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.optout-module__HoI07W__successDetails{text-align:left;background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.optout-module__HoI07W__successDetails p{color:#6c757d;margin-bottom:.8rem;line-height:1.6}.optout-module__HoI07W__successDetails p:last-child{margin-bottom:0}.optout-module__HoI07W__successActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.optout-module__HoI07W__primaryButton,.optout-module__HoI07W__secondaryButton{font-weight:600;font-family:var(--font-source-sans);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s;display:inline-flex}.optout-module__HoI07W__primaryButton{color:#fff;background:linear-gradient(135deg,#0070f3 0%,#0056b3 100%)}.optout-module__HoI07W__primaryButton:hover{background:linear-gradient(135deg,#0056b3 0%,#004085 100%);transform:translateY(-2px);box-shadow:0 8px 24px #0070f34d}.optout-module__HoI07W__secondaryButton{color:#0070f3;background:#fff;border:2px solid #0070f3}.optout-module__HoI07W__secondaryButton:hover{color:#fff;background:#0070f3;transform:translateY(-2px);box-shadow:0 8px 24px #0070f34d}@media (max-width:768px){.optout-module__HoI07W__optoutContainer{margin:1rem auto 3rem;padding:0 1rem}.optout-module__HoI07W__pageTitle{font-size:2rem}.optout-module__HoI07W__pageSubtitle{font-size:1rem}.optout-module__HoI07W__optoutMethods,.optout-module__HoI07W__infoGrid{grid-template-columns:1fr;gap:1rem}.optout-module__HoI07W__formSection{padding:1.5rem}.optout-module__HoI07W__successContainer{margin:1rem auto 3rem;padding:2rem 1.5rem}.optout-module__HoI07W__successTitle{font-size:1.8rem}.optout-module__HoI07W__successActions{flex-direction:column;align-items:center}.optout-module__HoI07W__primaryButton,.optout-module__HoI07W__secondaryButton{justify-content:center;width:100%;max-width:250px}}@media (max-width:576px){.optout-module__HoI07W__optoutHeader{padding:1.5rem 0}.optout-module__HoI07W__optoutIcon{width:60px;height:60px;font-size:1.5rem}.optout-module__HoI07W__pageTitle{font-size:1.8rem}.optout-module__HoI07W__sectionTitle{font-size:1.3rem}.optout-module__HoI07W__methodCard,.optout-module__HoI07W__infoCard{padding:1rem}.optout-module__HoI07W__methodIcon{width:50px;height:50px;font-size:1.2rem}.optout-module__HoI07W__submitButton{padding:.875rem 1.5rem;font-size:.95rem}}
