.InfoPage-module__bFePda__page{min-height:60vh;padding:3rem 0 4rem}.InfoPage-module__bFePda__pageHeader{border-bottom:1px solid var(--color-border);margin-bottom:2.5rem;padding-bottom:1.5rem}.InfoPage-module__bFePda__pageTitle{font-family:var(--font-headings);color:var(--color-text-primary);letter-spacing:-.025em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.InfoPage-module__bFePda__pageSubtitle{color:var(--color-text-secondary);max-width:640px;font-size:1.1rem;line-height:1.6}.InfoPage-module__bFePda__section{margin-bottom:2.5rem}.InfoPage-module__bFePda__sectionTitle{font-family:var(--font-headings);color:var(--color-text-primary);border-bottom:2px solid var(--color-primary-light);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.InfoPage-module__bFePda__sectionSubtitle{font-family:var(--font-headings);color:var(--color-text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.InfoPage-module__bFePda__text{color:var(--color-text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.75}.InfoPage-module__bFePda__textStrong{color:var(--color-text-primary);font-weight:600}.InfoPage-module__bFePda__list{margin:0 0 1.5rem;padding:0;list-style:none}.InfoPage-module__bFePda__list li{color:var(--color-text-secondary);border-bottom:1px solid var(--color-gray-100);padding:.5rem 0 .5rem 1.75rem;font-size:1rem;line-height:1.6;position:relative}.InfoPage-module__bFePda__list li:last-child{border-bottom:none}.InfoPage-module__bFePda__list li:before{content:"✓";color:var(--color-primary);font-size:.9rem;font-weight:700;position:absolute;top:.5rem;left:0}.InfoPage-module__bFePda__orderedList{counter-reset:step-counter;margin:0 0 1.5rem;padding-left:1.5rem;list-style:none}.InfoPage-module__bFePda__orderedList li{color:var(--color-text-secondary);border-bottom:1px solid var(--color-gray-100);counter-increment:step-counter;padding:.75rem 0 .75rem 2.5rem;font-size:1rem;line-height:1.6;position:relative}.InfoPage-module__bFePda__orderedList li:last-child{border-bottom:none}.InfoPage-module__bFePda__orderedList li:before{content:counter(step-counter);background:var(--color-primary);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:.75rem;left:0}.InfoPage-module__bFePda__cardGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.InfoPage-module__bFePda__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-normal), border-color var(--transition-normal);padding:1.75rem}.InfoPage-module__bFePda__card:hover{box-shadow:var(--shadow-md);border-color:var(--color-border-hover)}.InfoPage-module__bFePda__cardIcon{background:var(--color-primary-light);width:44px;height:44px;color:var(--color-primary);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;display:flex}.InfoPage-module__bFePda__cardLabel{font-family:var(--font-headings);text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary);margin-bottom:.35rem;font-size:.85rem;font-weight:600}.InfoPage-module__bFePda__cardValue{color:var(--color-text-primary);font-size:1.05rem;font-weight:600;line-height:1.5}.InfoPage-module__bFePda__cardDescription{color:var(--color-text-secondary);margin-top:.35rem;font-size:.9rem;line-height:1.5}.InfoPage-module__bFePda__infoBox{background:var(--color-primary-light);border:1px solid var(--color-primary);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.25rem 1.5rem}.InfoPage-module__bFePda__infoBox p{color:var(--color-primary-hover);font-size:.95rem;font-weight:500;line-height:1.6}.InfoPage-module__bFePda__warningBox{background:var(--color-warning-light);border:1px solid var(--color-warning);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.25rem 1.5rem}.InfoPage-module__bFePda__warningBox p{color:#92400e;font-size:.95rem;font-weight:500;line-height:1.6}.InfoPage-module__bFePda__faqList{flex-direction:column;gap:.75rem;display:flex}.InfoPage-module__bFePda__faqItem{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-normal);overflow:hidden}.InfoPage-module__bFePda__faqItem:hover{box-shadow:var(--shadow-md)}.InfoPage-module__bFePda__faqQuestion{cursor:pointer;text-align:left;width:100%;font-family:var(--font-headings);color:var(--color-text-primary);transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.5rem;font-size:1.05rem;font-weight:600;display:flex}.InfoPage-module__bFePda__faqQuestion:hover{background:var(--color-gray-50);color:var(--color-primary)}.InfoPage-module__bFePda__faqChevron{width:20px;height:20px;color:var(--color-text-secondary);transition:transform var(--transition-normal);flex-shrink:0}.InfoPage-module__bFePda__faqChevronOpen{color:var(--color-primary);transform:rotate(180deg)}.InfoPage-module__bFePda__faqAnswer{color:var(--color-text-secondary);border-top:1px solid var(--color-gray-100);padding:1rem 1.5rem 1.25rem;font-size:.95rem;line-height:1.7}.InfoPage-module__bFePda__dataTable{border-collapse:collapse;background:var(--color-surface);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);margin-bottom:1.5rem;overflow:hidden}.InfoPage-module__bFePda__dataTable th,.InfoPage-module__bFePda__dataTable td{text-align:left;padding:.85rem 1.25rem;font-size:.95rem}.InfoPage-module__bFePda__dataTable thead th{background:var(--color-gray-100);font-family:var(--font-headings);color:var(--color-text-primary);border-bottom:2px solid var(--color-border);font-weight:600}.InfoPage-module__bFePda__dataTable tbody td{color:var(--color-text-secondary);border-bottom:1px solid var(--color-gray-100)}.InfoPage-module__bFePda__dataTable tbody tr:last-child td{border-bottom:none}.InfoPage-module__bFePda__dataTable tbody tr:hover{background:var(--color-gray-50)}.InfoPage-module__bFePda__hoursGrid{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);grid-template-columns:auto 1fr;gap:.5rem 1.5rem;max-width:400px;padding:1.5rem;display:grid}.InfoPage-module__bFePda__hoursDay{color:var(--color-text-primary);font-size:.95rem;font-weight:600}.InfoPage-module__bFePda__hoursTime{color:var(--color-text-secondary);font-size:.95rem}.InfoPage-module__bFePda__stepCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-normal);align-items:flex-start;gap:1.25rem;margin-bottom:1rem;padding:1.5rem;display:flex}.InfoPage-module__bFePda__stepCard:hover{box-shadow:var(--shadow-md)}.InfoPage-module__bFePda__stepNumber{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);width:40px;height:40px;font-family:var(--font-headings);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.InfoPage-module__bFePda__stepContent h3{font-family:var(--font-headings);color:var(--color-text-primary);margin-bottom:.35rem;font-size:1.1rem;font-weight:600}.InfoPage-module__bFePda__stepContent p{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6}.InfoPage-module__bFePda__legalText{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.InfoPage-module__bFePda__lastUpdated{color:var(--color-gray-500);margin-bottom:2rem;font-size:.85rem;font-style:italic}@media (max-width:768px){.InfoPage-module__bFePda__page{padding:2rem 0 3rem}.InfoPage-module__bFePda__pageTitle{font-size:1.75rem}.InfoPage-module__bFePda__sectionTitle{font-size:1.25rem}.InfoPage-module__bFePda__cardGrid{grid-template-columns:1fr}.InfoPage-module__bFePda__stepCard{flex-direction:column;align-items:stretch}.InfoPage-module__bFePda__hoursGrid{max-width:100%}.InfoPage-module__bFePda__dataTable th,.InfoPage-module__bFePda__dataTable td{padding:.65rem .85rem;font-size:.85rem}}
