.phi--menu-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;margin-bottom:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:1.25rem;font-weight:500;color:#111827}.phi--menu-toggle:hover{background:#f9fafb;border-color:#d1d5db}.phi--menu-toggle-text{flex:1;text-align:left}.phi--menu-toggle-icon{transition:transform .3s ease;flex-shrink:0;margin-left:.5rem}.phi--menu-toggle[aria-expanded=true] .phi--menu-toggle-icon{transform:rotate(180deg)}.phi--menu-pages-wrapper{display:flex;flex-direction:column;gap:0;position:relative}@media screen and (min-width: 750px){.phi--menu-pages-wrapper{flex-direction:row;gap:2rem}}.phi--menu-sidebar{flex-shrink:0;width:100%;background:#fff;border-radius:8px;overflow:hidden}.phi--menu-nav{padding:0}.phi--menu-list{list-style:none;margin:0;padding:0}.phi--menu-item{border-bottom:1px solid #e5e7eb}.phi--menu-item:last-child{border-bottom:none}.phi--menu-link{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#374151;font-size:1.5rem;line-height:1.5;transition:all .2s ease;position:relative;border-left:3px solid transparent}.phi--menu-link:hover{background:#f9fafb;color:#111827}.phi--menu-link--active{background:#eff6ff;color:#6e805a;font-weight:600;border-left-color:#513125}@media screen and (max-width: 749px){.phi--menu-sidebar{width:100%;max-height:0;overflow:hidden;transition:max-height .4s ease,margin-bottom .4s ease;box-shadow:none;margin-bottom:0}.phi--menu-sidebar--open{max-height:500px;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a}.phi--menu-link{padding:1rem 1.25rem}}@media screen and (min-width: 750px){.phi--menu-toggle{display:none}.phi--menu-sidebar{width:280px;position:sticky;top:2rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto;box-shadow:0 1px 3px #0000001a}.phi--menu-link{padding:1.25rem 1.5rem}}@media screen and (min-width: 990px){.phi--menu-sidebar{width:320px}}.phi--menu-content{flex:1;min-width:0}.phi--menu-content-inner{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.phi--menu-title{margin:0 0 1.5rem;font-size:2.75rem;font-weight:700;color:#111827;line-height:1.2}.phi--menu-description{margin-bottom:2rem;color:#374151;line-height:1.7;font-size:1.5rem}.phi--menu-description p{margin-bottom:1rem}.phi--menu-description p:last-child{margin-bottom:0}.phi--menu-description img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}@media screen and (min-width: 750px){.phi--menu-content-inner{padding:2.5rem}.phi--menu-title{font-size:3.5rem;margin-bottom:2rem}.phi--menu-description{font-size:1.6rem}}.phi--contact-form-wrapper{margin-top:2.5rem}.phi--form-success{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#d1fae5;border:1px solid #6ee7b7;border-radius:8px;margin-bottom:1.5rem;color:#065f46}.phi--form-success svg{flex-shrink:0}.phi--form-success p{margin:0;font-weight:500}.phi--form-errors{padding:1rem 1.25rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:1.5rem;color:#991b1b}.phi--form-errors ul{margin:0;padding-left:1.25rem}.phi--form-intro{margin-bottom:2rem;padding:1.25rem;background:#f9fafb;border-left:4px solid #3b82f6;border-radius:4px;color:#374151;line-height:1.6;font-size:1.4rem}.phi--form-grid{display:grid;gap:1.5rem}@media screen and (min-width: 750px){.phi--form-grid{grid-template-columns:repeat(2,1fr)}}.phi--form-field{display:flex;flex-direction:column}.phi--form-field--full{grid-column:1 / -1}.phi--form-field label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:1.4rem}.phi--form-field label .required{color:#dc2626;margin-left:.125rem}.phi--form-field input,.phi--form-field textarea{width:100%;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1.5rem;font-family:inherit;color:#111827;transition:all .2s ease;background:#fff}.phi--form-field input:focus,.phi--form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.phi--form-field input::placeholder,.phi--form-field textarea::placeholder{color:#9ca3af}.phi--form-field textarea{resize:vertical;min-height:120px}.phi--form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.phi--form-submit:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.phi--form-submit:active{transform:translateY(0)}.phi--form-submit svg{flex-shrink:0;transition:transform .2s ease}.phi--form-submit:hover svg{transform:translate(2px)}.phi--faq-accordion{margin-top:2rem}.phi--faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}.phi--faq-item:last-child{margin-bottom:0}.phi--faq-item:hover{box-shadow:0 2px 8px #0000000d}.phi--faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#fff;border:none;cursor:pointer;text-align:left;font-size:1.5rem;font-weight:600;color:#111827;transition:all .2s ease;font-family:inherit}.phi--faq-question:hover{background:#f9fafb}.phi--faq-question[aria-expanded=true]{background:#eff6ff;color:#1e40af}.phi--faq-question-text{flex:1;padding-right:1rem;line-height:1.5}.phi--faq-icon{flex-shrink:0;transition:transform .3s ease;color:#6b7280}.phi--faq-question[aria-expanded=true] .phi--faq-icon{transform:rotate(180deg);color:#3b82f6}.phi--faq-answer{overflow:hidden}.phi--faq-answer[hidden]{display:none}.phi--faq-answer-content{padding:0 1.5rem 1.5rem;color:#4b5563;line-height:1.7;font-size:1.4rem}.phi--faq-answer-content p{margin-bottom:.75rem}.phi--faq-answer-content p:last-child{margin-bottom:0}.phi--faq-answer-content ul,.phi--faq-answer-content ol{margin:.75rem 0;padding-left:1.5rem}.phi--faq-answer-content li{margin-bottom:.5rem}@media screen and (max-width: 749px){.phi--menu-content-inner{padding:1.5rem}.phi--menu-title{font-size:2.5rem}.phi--form-submit{width:100%}.phi--faq-question{padding:1rem 1.25rem}.phi--faq-answer-content{padding:0 1.25rem 1.25rem}}.phi--menu-sidebar{scrollbar-width:thin;scrollbar-color:#d1d5db #f9fafb}.phi--menu-sidebar::-webkit-scrollbar{width:6px}.phi--menu-sidebar::-webkit-scrollbar-track{background:#f9fafb}.phi--menu-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.phi--menu-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.phi--menu-content-inner{animation:fadeIn .3s ease}
/*# sourceMappingURL=/cdn/shop/t/5/assets/pi-section-menu-page.css.map */
