.free-plan-card{max-width:1140px;margin:24px auto 0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px 40px;display:flex;align-items:flex-start;gap:40px;font-family:inherit;box-shadow:0 1px 3px rgb(0 0 0 / .04)}.free-plan-card .fpc-header{flex-shrink:0;width:280px}.free-plan-card .fpc-name{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 4px 0;font-family:inherit}.free-plan-card .fpc-tagline{font-size:14px;color:#6b7280;margin:6px 0 0 0;line-height:1.5;font-family:inherit}.free-plan-card .fpc-divider{width:1px;align-self:stretch;background:#e5e7eb;flex-shrink:0}.free-plan-card .fpc-body{flex:1}.free-plan-card .fpc-features-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 10px 0;font-family:inherit}.free-plan-card .fpc-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 28px}.free-plan-card .fpc-features li{font-size:14px;color:#374151;display:flex;align-items:center;gap:8px;line-height:1.3;font-family:inherit}.free-plan-card .fpc-features li::before{content:"";display:inline-block;width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 11.5L3 8l1-1 2.5 2.5L12 4l1 1-6.5 6.5z' fill='%2336b37e'/%3E%3C/svg%3E") no-repeat center;background-size:contain}@media (max-width:768px){.free-plan-card{flex-direction:column;padding:24px 20px;gap:20px}.free-plan-card .fpc-header{width:100%}.free-plan-card .fpc-divider{width:100%;height:1px}.free-plan-card .fpc-features{grid-template-columns:1fr}}