@charset "UTF-8";.resources-hero{background:var(--color-gray-50);padding:72px 0;border-bottom:1px solid var(--color-secondary)}.resources-hero h1{font-size:2.25rem;margin-bottom:.75rem}.resources-hero p{font-size:1rem;color:#7a6055;max-width:600px}.resource-category{padding:56px 0}.resource-category:nth-child(2n){background:var(--color-gray-50)}.resource-category h2{font-size:1.75rem;margin-bottom:.5rem}.resource-category .category-desc{font-size:1rem;color:#7a6055;line-height:1.75;margin-bottom:2rem}.resource-card{background:#fff;border:1px solid var(--color-secondary);border-radius:10px;padding:1.75rem;height:100%;transition:var(--transition);position:relative;overflow:hidden}.resource-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--color-primary);transform:scaleX(0);transition:transform .3s}.resource-card:hover{border-color:var(--color-primary-light);box-shadow:var(--shadow-md);transform:translateY(-3px)}.resource-card:hover::before{transform:scaleX(1)}.resource-icon{width:48px;height:48px;background:var(--color-secondary-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.resource-icon svg{width:24px;height:24px;stroke:var(--color-primary);fill:none;stroke-width:1.8}.resource-card h3{font-size:1.0625rem;margin-bottom:.5rem}.resource-card p{font-size:.9rem;color:#7a6055;line-height:1.7;margin-bottom:1rem}.resource-card .resource-tag{font-size:.75rem;color:var(--color-primary);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.care-steps{counter-reset:care-counter;list-style:none;padding:0}.care-step{counter-increment:care-counter;display:flex;gap:20px;padding:1.5rem;background:#fff;border:1px solid var(--color-secondary);border-radius:10px;margin-bottom:1rem;align-items:flex-start}.care-step::before{content:counter(care-counter);width:36px;height:36px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;margin-top:2px}.care-step h4{font-size:1rem;margin-bottom:.4rem}.care-step p{font-size:.9rem;color:#7a6055;line-height:1.7;margin:0}.comparison-section{background:#fff}.comparison-table{font-size:.875rem}.comparison-table thead th{background:var(--color-gray-50);color:var(--color-primary);font-weight:700;vertical-align:middle;white-space:nowrap}.comparison-table td{vertical-align:middle;line-height:1.5}.comparison-table tbody tr:hover{background:var(--color-gray-50)}.comparison-table tbody tr td:first-child{font-weight:600;color:#3a2a1f;white-space:nowrap}.comparison-table tbody tr td:nth-child(2){background:#fdf6ef}@media (max-width:767px){.resources-hero h1{font-size:1.875rem}}