.majesty-directory{font-family:var(--majesty-font);max-width:1200px;margin:0 auto;padding:1.5rem}.majesty-filters{margin-bottom:1.5rem}.majesty-filter-form{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.majesty-search-box{display:flex;flex:1;min-width:200px;max-width:400px}.majesty-search-input{flex:1;padding:.75rem 1rem;border:1px solid var(--majesty-border);border-radius:var(--majesty-radius-sm) 0 0 var(--majesty-radius-sm);font-size:.875rem;outline:none;transition:border-color .2s}.majesty-search-input:focus{border-color:var(--majesty-primary)}.majesty-search-btn{padding:.75rem 1rem;background:var(--majesty-primary);color:white;border:none;border-radius:0 var(--majesty-radius-sm) var(--majesty-radius-sm) 0;cursor:pointer;display:flex;align-items:center}.majesty-search-btn:hover{opacity:.9}.majesty-select{padding:.75rem 2rem .75rem 1rem;border:1px solid var(--majesty-border);border-radius:var(--majesty-radius-sm);background:white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") right .5rem center/1.5em no-repeat;font-size:.875rem;cursor:pointer;appearance:none}.majesty-grid{display:grid;gap:1.25rem}.majesty-grid--cols-2{grid-template-columns:repeat(2,1fr)}.majesty-grid--cols-3{grid-template-columns:repeat(3,1fr)}.majesty-grid--cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.majesty-grid--cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.majesty-grid--cols-3,.majesty-grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.majesty-grid{grid-template-columns:1fr!important}}.majesty-card{background:var(--majesty-card);border:1px solid var(--majesty-border);border-radius:var(--majesty-radius);overflow:hidden;transition:all .3s ease;box-shadow:var(--majesty-shadow)}.majesty-card:hover{transform:translateY(-4px);box-shadow:var(--majesty-shadow-lg)}.majesty-card--featured{grid-column:span 2;grid-row:span 2}@media (max-width:768px){.majesty-card--featured{grid-column:span 1;grid-row:span 1}}.majesty-card-link{display:block;padding:1rem;text-decoration:none;color:inherit}.majesty-card-header{display:flex;gap:.75rem;align-items:flex-start}.majesty-card-logo{width:48px;height:48px;border-radius:.5rem;object-fit:cover;flex-shrink:0}.majesty-card-logo-placeholder{width:48px;height:48px;border-radius:.5rem;background:var(--majesty-primary-light);color:var(--majesty-primary);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.majesty-card-title-area{flex:1;min-width:0}.majesty-card-title{font-size:.9375rem;font-weight:600;color:var(--majesty-text);margin:0 0 .375rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.majesty-card:hover .majesty-card-title{color:var(--majesty-primary)}.majesty-card-badges{display:flex;flex-wrap:wrap;gap:.25rem}.majesty-card-description{font-size:.8125rem;color:var(--majesty-muted);margin:.75rem 0 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.majesty-card-rating{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.majesty-review-count{font-size:.75rem;color:var(--majesty-muted)}.majesty-card-trust-badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.majesty-trust-badge{font-size:.6875rem;padding:.25rem .5rem;background:var(--majesty-background);border-radius:9999px;color:var(--majesty-muted)}.majesty-card-footer{margin-top:.75rem}.majesty-card-cta{font-size:.75rem;font-weight:500;color:var(--majesty-primary);opacity:0;transition:opacity .2s}.majesty-card:hover .majesty-card-cta{opacity:1}.majesty-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.625rem;font-weight:500;border-radius:9999px;white-space:nowrap}.majesty-badge--category{background:0 0;border:1px solid var(--majesty-primary);color:var(--majesty-primary)}.majesty-badge--featured{background:var(--majesty-secondary);color:white}.majesty-badge--verified{background:hsl(217,91%,95%);color:var(--majesty-blue)}.majesty-badge--preferred{background:var(--majesty-amber);color:white}.majesty-stars{display:inline-flex;gap:.125rem}.majesty-star{font-size:.875rem;line-height:1}.majesty-star--full{color:var(--majesty-amber)}.majesty-star--half{color:var(--majesty-amber);position:relative}.majesty-star--empty{color:var(--majesty-border)}.majesty-stars--large .majesty-star{font-size:1.25rem}.majesty-stars--small .majesty-star{font-size:.75rem}.majesty-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--majesty-border)}.majesty-page-link{padding:.5rem 1rem;background:var(--majesty-primary);color:white;text-decoration:none;border-radius:var(--majesty-radius-sm);font-size:.875rem;transition:opacity .2s}.majesty-page-link:hover{opacity:.9}.majesty-page-info{font-size:.875rem;color:var(--majesty-muted)}.majesty-partner-detail{font-family:var(--majesty-font);max-width:1200px;margin:0 auto;padding:1.5rem}.majesty-breadcrumbs{font-size:.875rem;color:var(--majesty-muted);margin-bottom:1.5rem}.majesty-breadcrumbs a{color:var(--majesty-primary);text-decoration:none}.majesty-breadcrumbs a:hover{text-decoration:underline}.majesty-breadcrumb-sep{margin:0 .5rem}.majesty-partner-hero{background:var(--majesty-card);border-radius:var(--majesty-radius);padding:2rem;margin-bottom:2rem;box-shadow:var(--majesty-shadow)}.majesty-partner-hero-content{display:flex;gap:1.5rem;align-items:flex-start}@media (max-width:640px){.majesty-partner-hero-content{flex-direction:column;align-items:center;text-align:center}}.majesty-partner-logo{width:96px;height:96px;border-radius:var(--majesty-radius-sm);object-fit:cover;flex-shrink:0}.majesty-partner-logo-placeholder{width:96px;height:96px;border-radius:var(--majesty-radius-sm);background:var(--majesty-primary-light);color:var(--majesty-primary);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;flex-shrink:0}.majesty-partner-name{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:var(--majesty-text)}.majesty-partner-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.majesty-partner-rating{display:flex;align-items:center;gap:.75rem}.majesty-rating-text{font-size:.9375rem;color:var(--majesty-muted)}.majesty-partner-content{display:grid;grid-template-columns:1fr 350px;gap:2rem}@media (max-width:900px){.majesty-partner-content{grid-template-columns:1fr}}.majesty-section{background:var(--majesty-card);border-radius:var(--majesty-radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--majesty-shadow)}.majesty-section h2{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:var(--majesty-text)}.majesty-section p{color:var(--majesty-muted);line-height:1.6;margin:0}.majesty-services-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.majesty-services-list li{background:var(--majesty-primary-light);color:var(--majesty-primary);padding:.375rem .75rem;border-radius:9999px;font-size:.8125rem}.majesty-highlights{display:flex;flex-wrap:wrap;gap:.5rem}.majesty-highlight-badge{background:var(--majesty-primary-light);border:1px solid hsl(199,89%,85%);color:var(--majesty-primary);padding:.375rem .75rem;border-radius:9999px;font-size:.8125rem}.majesty-review{padding:1rem 0;border-bottom:1px solid var(--majesty-border)}.majesty-review:last-child{border-bottom:none;padding-bottom:0}.majesty-review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.majesty-review-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.majesty-review-source{margin-left:auto;font-size:.75rem;color:var(--majesty-muted);background:var(--majesty-background);padding:.25rem .5rem;border-radius:.25rem}.majesty-review-text{color:var(--majesty-muted);font-size:.9375rem;line-height:1.6;margin:0}.majesty-contact-card,.majesty-trust-card{background:var(--majesty-card);border-radius:var(--majesty-radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--majesty-shadow)}.majesty-contact-card h3,.majesty-trust-card h3{font-size:1rem;font-weight:600;margin:0 0 1rem;color:var(--majesty-text)}.majesty-contact-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--majesty-border);color:var(--majesty-text);text-decoration:none;transition:color .2s}.majesty-contact-item:last-of-type{border-bottom:none}a.majesty-contact-item:hover{color:var(--majesty-primary)}.majesty-contact-icon{font-size:1.25rem;flex-shrink:0}.majesty-btn{display:block;width:100%;padding:.75rem 1rem;text-align:center;border-radius:var(--majesty-radius-sm);font-weight:500;text-decoration:none;margin-top:1rem;transition:opacity .2s}.majesty-btn--primary{background:var(--majesty-primary);color:white}.majesty-btn--secondary{background:var(--majesty-background);color:var(--majesty-text);border:1px solid var(--majesty-border)}.majesty-btn:hover{opacity:.9}.majesty-trust-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--majesty-border)}.majesty-trust-item:last-child{border-bottom:none;padding-bottom:0}.majesty-trust-item>span:first-child{font-size:1.5rem;flex-shrink:0}.majesty-trust-item strong{display:block;font-size:.875rem;color:var(--majesty-text)}.majesty-trust-item span{font-size:.75rem;color:var(--majesty-muted)}.majesty-trust-item--preferred{background:linear-gradient(135deg,hsl(38,92%,95%),hsl(38,92%,90%));margin:-.75rem -1rem .75rem;padding:1rem;border-radius:var(--majesty-radius-sm);border-bottom:none}.majesty-categories--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.majesty-categories--list{display:flex;flex-direction:column;gap:.5rem}.majesty-category-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--majesty-card);border:1px solid var(--majesty-border);border-radius:var(--majesty-radius-sm);text-decoration:none;color:var(--majesty-text);transition:all .2s}.majesty-category-item:hover{border-color:var(--majesty-primary);color:var(--majesty-primary)}.majesty-category-icon{font-size:1.25rem}.majesty-category-name{font-weight:500;font-size:.875rem}.majesty-no-results,.majesty-not-found{text-align:center;padding:3rem;color:var(--majesty-muted);font-size:1rem}