.service-card.svelte-ko8vok{position:relative;background:var(--color-white);border-radius:var(--border-radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-base);display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.service-card.svelte-ko8vok:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.service-card.expanded.svelte-ko8vok{transform:none}.card-decorative.svelte-ko8vok{position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle at top right,rgba(183,110,121,.15) 0%,transparent 70%);border-radius:0 var(--border-radius-lg) 0 50%;transition:all var(--transition-slow)}.service-card.svelte-ko8vok:hover .card-decorative:where(.svelte-ko8vok){width:150px;height:150px;background:radial-gradient(circle at top right,rgba(139,157,131,.2) 0%,transparent 70%)}.card-icon.svelte-ko8vok{margin-bottom:var(--space-md);transition:color var(--transition-base)}.service-card.svelte-ko8vok:hover .card-icon:where(.svelte-ko8vok){color:var(--color-rose-gold)}.card-title.svelte-ko8vok{font-size:var(--text-2xl);font-weight:400;color:var(--color-charcoal);margin-bottom:var(--space-sm)}.card-description.svelte-ko8vok{font-size:var(--text-base);color:var(--color-charcoal-light);line-height:1.7;margin-bottom:var(--space-lg);flex-grow:1}.card-action.svelte-ko8vok{margin-top:auto}.expanded-section.svelte-ko8vok{width:100%;margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid rgba(139,157,131,.2);text-align:left;animation:svelte-ko8vok-slideDown .3s ease-out}@keyframes svelte-ko8vok-slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:1000px;transform:translateY(0)}}.expanded-section h4{font-size:var(--text-lg);color:var(--color-charcoal);margin-bottom:var(--space-sm);font-weight:600}.expanded-section p{font-size:var(--text-base);line-height:1.8;color:var(--color-charcoal-light);margin-bottom:var(--space-md)}.expanded-section p:last-child{margin-bottom:0}.expanded-section ul{list-style:none;padding:0;margin:var(--space-sm) 0 var(--space-md)}.expanded-section li{font-size:var(--text-base);line-height:1.7;color:var(--color-charcoal-light);padding-left:1.5rem;position:relative;margin-bottom:.5rem}.expanded-section li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--color-sage)}@media(max-width:640px){.service-card.svelte-ko8vok{padding:var(--space-lg)}.card-title.svelte-ko8vok{font-size:var(--text-xl)}.card-description.svelte-ko8vok{font-size:var(--text-sm)}}
