.page-module__yQEkOG__pageContainer{background-color:#f8fafc;min-height:100vh;padding-top:80px}.page-module__yQEkOG__loaderOverlay{z-index:9999;background-color:rgba(255,255,255,.9);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.page-module__yQEkOG__loader{gap:8px;margin-bottom:16px;display:flex}.page-module__yQEkOG__dot{background-color:#0073de;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite page-module__yQEkOG__pulse}.page-module__yQEkOG__dot:nth-child(2){animation-delay:.2s}.page-module__yQEkOG__dot:nth-child(3){animation-delay:.4s}@keyframes page-module__yQEkOG__pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.page-module__yQEkOG__loaderText{color:#64748b;font-size:1rem}.page-module__yQEkOG__headerSection{background-color:#0073de;padding:2rem 0;position:relative;overflow:hidden}.page-module__yQEkOG__headerGradient{opacity:.95;background:linear-gradient(135deg,#0073de 0%,#005cb8 100%);position:absolute;top:0;bottom:0;left:0;right:0}.page-module__yQEkOG__headerContent{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.page-module__yQEkOG__headerContentInner{text-align:center;max-width:800px;margin:0 auto}.page-module__yQEkOG__pageTitle{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.page-module__yQEkOG__pageTitle span{color:#ff9e5a;background:linear-gradient(90deg,#ff9e5a 0%,#ff7a33 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.page-module__yQEkOG__pageSubtitle{color:#e0f2fe;margin-top:1.5rem;font-size:1.25rem;line-height:1.6}.page-module__yQEkOG__mainContent{max-width:1200px;margin:0 auto;padding:4rem 1rem}.page-module__yQEkOG__stepsContainer{margin-bottom:4rem}.page-module__yQEkOG__stepCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.08)}.page-module__yQEkOG__stepCard:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1),0 5px 10px rgba(0,0,0,.04)}.page-module__yQEkOG__stepHeader{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.page-module__yQEkOG__stepNumber{color:#fff;background:linear-gradient(135deg,#0073de 0%,#005cb8 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.page-module__yQEkOG__stepContent{flex:1}.page-module__yQEkOG__stepIconContainer{color:#fff;background:linear-gradient(135deg,#eb6c22 0%,#d45a1a 100%);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1rem;display:inline-flex}.page-module__yQEkOG__stepTitle{color:#1e293b;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.page-module__yQEkOG__stepDescription{color:#64748b;font-size:1.125rem;line-height:1.6}.page-module__yQEkOG__stepList{margin:0;padding-left:0;list-style:none}.page-module__yQEkOG__stepListItem{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.page-module__yQEkOG__stepListItem:last-child{border-bottom:none}.page-module__yQEkOG__stepListIcon{color:#0073de;flex-shrink:0;margin-top:.25rem}.page-module__yQEkOG__warningSection{background-color:#fef2f2;border-left:4px solid #ef4444;border-radius:12px;margin-bottom:3rem;padding:2rem}.page-module__yQEkOG__warningHeader{align-items:center;margin-bottom:1.5rem;display:flex}.page-module__yQEkOG__warningIcon{color:#ef4444;flex-shrink:0;margin-right:.75rem}.page-module__yQEkOG__warningTitle{color:#dc2626;font-size:1.5rem;font-weight:700}.page-module__yQEkOG__warningContent{color:#b91c1c;line-height:1.6}.page-module__yQEkOG__warningContent p{margin-bottom:1rem}.page-module__yQEkOG__warningContent p:last-child{margin-bottom:0}.page-module__yQEkOG__alternativesSection{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2.5rem 2rem;box-shadow:0 4px 6px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.08)}.page-module__yQEkOG__alternativesTitle{color:#1e293b;text-align:center;margin-bottom:2rem;padding-bottom:1rem;font-size:1.875rem;font-weight:700;position:relative}.page-module__yQEkOG__alternativesTitle:after{content:"";background:linear-gradient(90deg,#0073de 0%,#eb6c22 100%);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.page-module__yQEkOG__alternativesGrid{grid-column:1/-1;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.page-module__yQEkOG__alternativeCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem;transition:all .3s}.page-module__yQEkOG__alternativesGrid>:only-child{grid-column:1/-1;justify-self:stretch;width:100%}.page-module__yQEkOG__alternativesGrid>.page-module__yQEkOG__alternativeCard:only-child{grid-column:1/-1}.page-module__yQEkOG__alternativeCard:hover{border-color:#0073de;transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.page-module__yQEkOG__fullWidthCard{width:100%;grid-column:1/-1!important}.page-module__yQEkOG__alternativeIcon{color:#0073de;margin-bottom:1rem}.page-module__yQEkOG__alternativeTitle{color:#1e293b;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__yQEkOG__alternativeDescription{color:#64748b;line-height:1.6}.page-module__yQEkOG__dataRetentionNote{color:#475569;text-align:center;background:#f1f5f9;border-radius:12px;padding:1.5rem;font-style:italic;line-height:1.6}.page-module__yQEkOG__questionsSection{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 4px 6px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.08)}.page-module__yQEkOG__questionsTitle{color:#1e293b;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.875rem;font-weight:700;position:relative}.page-module__yQEkOG__questionsTitle:after{content:"";background:linear-gradient(90deg,#0073de 0%,#eb6c22 100%);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.page-module__yQEkOG__questionsDescription{color:#64748b;margin-bottom:1.5rem;line-height:1.7}.page-module__yQEkOG__privacyReference{color:#475569;font-weight:500}.page-module__yQEkOG__privacyReference a{color:#0073de;font-weight:600;text-decoration:none;transition:color .2s}.page-module__yQEkOG__privacyReference a:hover{color:#eb6c22;text-decoration:underline}.page-module__yQEkOG__contactSection{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.08)}.page-module__yQEkOG__contactTitle{color:#1e293b;margin-bottom:1rem;padding-bottom:1rem;font-size:1.875rem;font-weight:700;position:relative}.page-module__yQEkOG__contactTitle:after{content:"";background:linear-gradient(90deg,#0073de 0%,#eb6c22 100%);border-radius:2px;width:60px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.page-module__yQEkOG__contactDescription{color:#64748b;margin-bottom:2rem;line-height:1.6}.page-module__yQEkOG__contactMethods{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.page-module__yQEkOG__contactMethod{background:#f8fafc;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.page-module__yQEkOG__contactMethod:hover{background:#f1f5f9;transform:translate(5px)}.page-module__yQEkOG__contactIconPhone,.page-module__yQEkOG__contactIconMail{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__yQEkOG__contactIconPhone{color:#fff;background:linear-gradient(135deg,#0073de 0%,#005cb8 100%)}.page-module__yQEkOG__contactIconMail{color:#fff;background:linear-gradient(135deg,#eb6c22 0%,#d45a1a 100%)}.page-module__yQEkOG__contactInfo{text-align:left}.page-module__yQEkOG__contactLabel{color:#64748b;margin-bottom:.25rem;font-size:.875rem}.page-module__yQEkOG__contactValue{color:#1e293b;font-weight:600}.page-module__yQEkOG__contactAlternative{color:#64748b;margin-top:1.5rem}.page-module__yQEkOG__contactAlternative a{color:#0073de;font-weight:600;text-decoration:none;transition:color .2s}.page-module__yQEkOG__contactAlternative a:hover{color:#eb6c22;text-decoration:underline}@media (max-width:768px){.page-module__yQEkOG__pageContainer{padding-top:70px}.page-module__yQEkOG__pageTitle{font-size:2rem}.page-module__yQEkOG__pageSubtitle{font-size:1.125rem}.page-module__yQEkOG__mainContent{padding:2rem 1rem}.page-module__yQEkOG__stepHeader{flex-direction:column;gap:1rem}.page-module__yQEkOG__stepNumber{align-self:flex-start}.page-module__yQEkOG__alternativesGrid{grid-template-columns:1fr}.page-module__yQEkOG__contactMethods{flex-direction:column}}@media (min-width:640px){.page-module__yQEkOG__headerContent{padding:3rem 1.5rem}.page-module__yQEkOG__pageTitle{font-size:3rem}.page-module__yQEkOG__pageSubtitle{font-size:1.25rem}.page-module__yQEkOG__mainContent{padding:3rem 1.5rem}.page-module__yQEkOG__stepCard{padding:2.5rem}.page-module__yQEkOG__alternativesGrid{grid-template-columns:repeat(2,1fr)}.page-module__yQEkOG__alternativesGrid:has(>:only-child){grid-template-columns:1fr}}@media (min-width:768px){.page-module__yQEkOG__headerContent{padding:4rem 2rem}.page-module__yQEkOG__pageTitle{font-size:3.5rem}.page-module__yQEkOG__pageSubtitle{font-size:1.5rem}.page-module__yQEkOG__mainContent{padding:4rem 2rem}.page-module__yQEkOG__contactMethods{flex-direction:row;justify-content:center}}@media (min-width:1024px){.page-module__yQEkOG__headerContent{padding:5rem 2rem}.page-module__yQEkOG__pageTitle{font-size:4rem}.page-module__yQEkOG__pageSubtitle{font-size:1.75rem}.page-module__yQEkOG__mainContent{padding:5rem 2rem}}
