.page-module__OPOuQa__main{background:var(--surface);min-height:100vh;padding:120px 0 60px}.page-module__OPOuQa__header{text-align:center;margin-bottom:4rem}.page-module__OPOuQa__title{margin-bottom:1rem;font-size:3rem}.page-module__OPOuQa__title span{color:var(--brand-orange)}.page-module__OPOuQa__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.page-module__OPOuQa__section{background:var(--background);border-radius:var(--radius-lg);border:1px solid var(--surface-border);margin-bottom:5rem;padding:3rem;box-shadow:0 10px 40px #0000000d}.page-module__OPOuQa__sectionTitle{margin-bottom:.5rem;font-size:2rem}.page-module__OPOuQa__sectionSubtitle{color:var(--text-muted);margin-bottom:2.5rem}.page-module__OPOuQa__filtersBar{justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.page-module__OPOuQa__filterTabs{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-full);gap:.5rem;padding:.25rem;display:flex}.page-module__OPOuQa__filterTab{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.page-module__OPOuQa__filterTab.page-module__OPOuQa__activeTab{background:var(--brand-orange);color:#fff;box-shadow:0 2px 8px #f5c5184d}.page-module__OPOuQa__filterTab:hover:not(.page-module__OPOuQa__activeTab){background:var(--background);color:var(--foreground)}.page-module__OPOuQa__pricingCardsGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:2rem;display:grid}.page-module__OPOuQa__pricingCard{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);transition:transform var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast);flex-direction:column;display:flex;overflow:hidden}.page-module__OPOuQa__pricingCard:hover{border-color:var(--brand-orange);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.page-module__OPOuQa__pcHeader{border-bottom:1px solid var(--surface-border);background:var(--background);padding:2rem}.page-module__OPOuQa__pcImageWrapper{aspect-ratio:16/9;border-radius:var(--radius-sm)var(--radius-sm)0 0;background:0 0;width:calc(100% + 4rem);margin:-2rem -2rem 1.5rem;position:relative;overflow:hidden}.page-module__OPOuQa__pcImage{object-fit:cover;border-radius:var(--radius-sm);transition:transform var(--transition-normal);will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.page-module__OPOuQa__pricingCard:hover .page-module__OPOuQa__pcImage{transform:scale(1.03)translateZ(0)}.page-module__OPOuQa__pcCategory{color:var(--brand-orange);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.page-module__OPOuQa__pcName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.page-module__OPOuQa__pcSpecs{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:500;display:flex}.page-module__OPOuQa__pcDot{color:var(--brand-orange)}.page-module__OPOuQa__pcDeposit{color:var(--text-muted);font-size:.9rem}.page-module__OPOuQa__pcTiers{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex}.page-module__OPOuQa__pcTier{border-bottom:1px dashed var(--surface-border);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.page-module__OPOuQa__pcTier:last-child{border-bottom:none;padding-bottom:0}.page-module__OPOuQa__pcDuration{color:var(--text-muted);font-weight:500}.page-module__OPOuQa__pcPrice{color:var(--foreground);font-size:1.1rem;font-weight:700}.page-module__OPOuQa__pcPrice span{color:var(--text-muted);font-size:.85rem;font-weight:400}.page-module__OPOuQa__pcFooter{background:var(--background);border-top:1px solid var(--surface-border);padding:1.5rem}.page-module__OPOuQa__bookBtnFull{text-align:center;background:var(--brand-orange);color:#fff;border-radius:var(--radius-full);width:100%;transition:background var(--transition-fast);padding:1rem 1.5rem;font-weight:700;text-decoration:none;display:block}.page-module__OPOuQa__bookBtnFull:hover{background:var(--brand-orange-hover)}.page-module__OPOuQa__insuranceGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;display:grid}.page-module__OPOuQa__insuranceCard{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);flex-direction:column;padding:2.5rem;display:flex;position:relative;overflow:hidden}.page-module__OPOuQa__insuranceCard.page-module__OPOuQa__premium{border-color:var(--brand-orange);background:var(--brand-orange-light)}.page-module__OPOuQa__insuranceBadge{background:var(--brand-orange);color:#fff;border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.8rem;font-weight:700;position:absolute;top:1rem;right:1rem}.page-module__OPOuQa__insuranceCard h3{margin-bottom:.5rem;font-size:1.5rem}.page-module__OPOuQa__insurancePrice{color:var(--foreground);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.page-module__OPOuQa__insurancePrice span{color:var(--text-muted);font-size:1rem;font-weight:500}.page-module__OPOuQa__insuranceDetails{flex-direction:column;gap:1rem;list-style:none;display:flex}.page-module__OPOuQa__insuranceDetails li{color:var(--text-muted);padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.page-module__OPOuQa__insuranceDetails li:before{content:"✓";color:var(--brand-orange);font-weight:700;position:absolute;left:0}.page-module__OPOuQa__addonsGrid{grid-template-columns:repeat(auto-fill,minmax(min(100%,250px),1fr));gap:1.5rem;display:grid}.page-module__OPOuQa__addonCard{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-md);transition:transform var(--transition-fast);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__OPOuQa__addonCard:hover{border-color:var(--brand-orange);transform:translateY(-2px)}.page-module__OPOuQa__addonName{color:var(--foreground);font-weight:600}.page-module__OPOuQa__addonPrice{color:var(--brand-orange);font-weight:700}@media (max-width:768px){.page-module__OPOuQa__section{padding:2rem 1rem}.page-module__OPOuQa__filterTab{padding:.5rem 1rem;font-size:.85rem}}
