.business-types-page{background-color:hsl(var(--background));min-height:100vh}.tabbed-section{background-color:hsl(var(--secondary));padding:5rem 0}.tabbed-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.tabs-list{background-color:hsl(var(--background)/.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsl(var(--border));border-radius:1rem;flex-wrap:wrap;gap:.25rem;width:100%;max-width:42rem;height:auto;margin:0 auto 4rem;padding:.5rem;display:flex}.tab-trigger{cursor:pointer;min-width:140px;color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.tab-trigger:hover{color:hsl(var(--foreground))}.tab-trigger-active{background:linear-gradient(135deg,hsl(var(--gold)),hsl(var(--gold-dark)));color:hsl(var(--cream));box-shadow:0 20px 60px -15px hsl(var(--espresso)/.15),0 8px 24px -8px hsl(var(--gold)/.1)}.tab-content{margin-top:0}.tab-content-grid{grid-template-columns:1fr;align-items:center;gap:3rem;margin-bottom:5rem;display:grid}@media (min-width:1024px){.tab-content-grid{grid-template-columns:repeat(2,1fr)}}.tab-image-container{border:1px solid hsl(var(--border));box-shadow:0 20px 60px -15px hsl(var(--espresso)/.15),0 8px 24px -8px hsl(var(--gold)/.1);border-radius:1rem;overflow:hidden}.tab-image{object-fit:cover;width:100%;height:360px}.tab-description-label{text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--accent));margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem}.tab-description-title{color:hsl(var(--foreground));margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700}@media (min-width:768px){.tab-description-title{font-size:2.25rem}}.tab-description-text{color:hsl(var(--muted-foreground));font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;line-height:1.625}.features-grid-header{text-align:center;margin-bottom:3rem}.features-grid-title{color:hsl(var(--foreground));font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700}@media (min-width:768px){.features-grid-title{font-size:1.875rem}}.features-grid-2{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.features-grid-2{grid-template-columns:repeat(2,1fr)}}.features-grid-3{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.features-grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid-3{grid-template-columns:repeat(3,1fr)}}.features-grid-4{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.features-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid-4{grid-template-columns:repeat(4,1fr)}}.tab-feature-card{background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;transition:box-shadow .5s}.tab-feature-card:hover{box-shadow:0 20px 60px -15px hsl(var(--espresso)/.15),0 8px 24px -8px hsl(var(--gold)/.1)}.tab-feature-icon{background:linear-gradient(135deg,hsl(var(--gold)),hsl(var(--gold-dark)));border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;display:flex}.tab-feature-icon svg{color:hsl(var(--cream))}.tab-feature-title{color:hsl(var(--foreground));margin-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600}.tab-feature-description{color:hsl(var(--muted-foreground));font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;line-height:1.625}
